TypeScript/tests/cases/fourslash/tsxCompletion1.ts

13 lines
321 B
TypeScript
Raw Normal View History

2015-06-18 23:02:47 +02:00
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// div: { ONE: string; TWO: number; }
//// }
//// }
//// var x = <div /**//>;
verify.completions({ marker: "", exact: ["ONE", "TWO"] });