/third_party/typescript_eslint/packages/typescript-estree/tests/ast-alignment/ |
D | fixtures-to-test.ts | 10 jsx: boolean; property 16 jsx: boolean; property 63 const jsx = isJSXFileType(fileType); constant
|
D | parse.ts | 69 jsx?: boolean; property
|
/third_party/typescript/src/services/codefixes/ |
D | wrapJsxInFragment.ts | 8 const { jsx } = context.program.getCompilerOptions(); constant 42 const jsx = flattenInvalidBinaryExpr(node); constant
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
D | jsxImportSource-backing-types-added-incremental.js | 37 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","configFilePath":… property 81 "jsx": 4, property 134 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","configFilePath":… property 176 "jsx": 4, property
|
D | jsxImportSource-backing-types-removed-incremental.js | 140 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","configFilePath":… property 175 "jsx": 4, property
|
D | jsxImportSource-option-changed-watch.js | 74 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"exp… property 139 "jsx": 4, property 170 {"compilerOptions":{"module":"commonjs","jsx":"react-jsx","incremental":true,"jsxImportSource":"pre… property 194 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"preact","watch":true,"ex… property 259 "jsx": 4, property
|
D | jsxImportSource-backing-types-removed-watch.js | 51 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property 116 "jsx": 4, property 162 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property 209 "jsx": 4, property
|
D | jsxImportSource-backing-types-added-watch.js | 39 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property 95 "jsx": 4, property 154 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property 210 "jsx": 4, property
|
D | jsxImportSource-option-changed-incremental.js | 172 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"preact","explainFiles":t… property 223 "jsx": 4, property
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
D | updates-emit-on-jsx-option-change.js | 33 Program options: {"jsx":1,"watch":true,"configFilePath":"/user/username/projects/myproject/tsconfig… property 70 { "compilerOptions": { "jsx": "react" } } property 82 Program options: {"jsx":2,"watch":true,"configFilePath":"/user/username/projects/myproject/tsconfig… property
|
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/jsx/ |
D | tsconfig.json | 3 "jsx": "preserve" string
|
/third_party/typescript_eslint/packages/parser/tests/lib/ |
D | parser.ts | 33 jsx: false, constant 87 jsx: false, constant
|
/third_party/typescript/tests/baselines/reference/showConfig/Show TSConfig with enum value compiler options/ |
D | tsconfig.json | 4 "jsx": "react" string
|
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/ |
D | jsxImportSource-option-changed.js | 50 …[7m1[0m {"compilerOptions":{"jsx":"react-jsx","jsxImportSource":"react","forceConsistentCasingIn… property 66 Program options: {"jsx":4,"jsxImportSource":"react","forceConsistentCasingInFileNames":true,"watch"… property
|
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/ |
D | semantic-diagnostics-enabled.test.ts | 25 jsx: isJSXFileType(fileExtension), constant
|
/third_party/typescript/tests/cases/user/formik/ |
D | tsconfig.json | 3 "jsx": "react", string
|
/third_party/typescript_eslint/packages/eslint-plugin-internal/tests/fixtures/ |
D | tsconfig.json | 3 "jsx": "preserve", string
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/fixtures/unstrict/ |
D | tsconfig.json | 3 "jsx": "preserve", string
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/fixtures/ |
D | tsconfig.json | 3 "jsx": "preserve", string
|
/third_party/typescript_eslint/packages/typescript-estree/src/ |
D | parser-options.ts | 18 jsx: boolean; property 72 jsx?: boolean; property
|
/third_party/typescript_eslint/tests/integration/fixtures/markdown/ |
D | .eslintrc.js | 13 jsx: true, property
|
/third_party/typescript/tests/lib/ |
D | react16.d.ts | 2699 export function jsx(...args: any): React.ReactElement<any>; function
|
/third_party/typescript/tests/baselines/reference/tsc/react-jsx-emit-mode/initial-build/ |
D | with-no-backing-types-found-doesn't-crash-under---strict.js | 86 "jsx": 4, property
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | session.ts | 158 jsx: protocol.JsxEmit.React, constant
|
/third_party/typescript/src/testRunner/unittests/ |
D | moduleResolution.ts | 1331 jsx: JsxEmit.React, constant
|