TypeScript/tests/cases/fourslash/codefixEnableJsxFlag_noTsconfig.ts
Hoang Pham 46b7972885 Add JSX codefix if available (#32281)
* Add JSX codefix if available

* Update react jsx.

* Update diagnostic code.
2019-08-16 12:46:55 -07:00

8 lines
162 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: /dir/a.tsx
////export const Component = () => <></>
goTo.file("/dir/a.tsx");
verify.not.codeFixAvailable();