TypeScript/tests/cases/fourslash/tsxRename7.ts

25 lines
785 B
TypeScript
Raw Normal View History

2016-11-08 20:07:17 +01:00
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
// @jsx: preserve
// @noLib: true
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// }
//// interface ElementAttributesProperty { props; }
//// }
//// interface OptionPropBag {
2019-06-13 21:25:02 +02:00
//// [|[|{| "contextRangeIndex": 0 |}propx|]: number|]
2016-11-08 20:07:17 +01:00
//// propString: string
//// optional?: boolean
//// }
//// declare function Opt(attributes: OptionPropBag): JSX.Element;
//// let opt = <Opt />;
2019-06-13 21:25:02 +02:00
//// let opt1 = <Opt [|[|{| "contextRangeIndex": 2 |}propx|]={100}|] propString />;
//// let opt2 = <Opt [|[|{| "contextRangeIndex": 4 |}propx|]={100}|] optional/>;
2016-11-08 20:07:17 +01:00
//// let opt3 = <Opt wrong />;
verify.rangesWithSameTextAreRenameLocations("propx");