TypeScript/tests/cases/fourslash/tsxRename5.ts
2019-06-13 12:41:21 -07:00

20 lines
503 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// }
//// interface ElementAttributesProperty { props }
//// }
//// class MyClass {
//// props: {
//// name?: string;
//// size?: number;
//// }
////
//// [|var [|{| "contextRangeIndex": 0 |}nn|]: string;|]
//// var x = <MyClass name={[|nn|]}></MyClass>;
verify.rangesWithSameTextAreRenameLocations("nn");