TypeScript/tests/cases/fourslash/jsxSpreadReference.ts

22 lines
587 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// }
//// interface ElementAttributesProperty { props }
//// }
//// class MyClass {
//// props: {
//// name?: string;
//// size?: number;
//// }
//// }
////
2019-06-13 21:25:02 +02:00
//// [|var [|/*dst*/{| "contextRangeIndex": 0 |}nn|]: {name?: string; size?: number};|]
//// var x = <MyClass {...[|n/*src*/n|]}></MyClass>;
2016-08-29 22:34:32 +02:00
verify.goToDefinition("src", "dst");
verify.rangesWithSameTextAreRenameLocations("nn");