Home
last modified time | relevance | path

Searched defs:jsx (Results 1 – 25 of 40) sorted by relevance

12

/third_party/typescript_eslint/packages/typescript-estree/tests/ast-alignment/
Dfixtures-to-test.ts10 jsx: boolean; property
16 jsx: boolean; property
63 const jsx = isJSXFileType(fileType); constant
Dparse.ts69 jsx?: boolean; property
/third_party/typescript/src/services/codefixes/
DwrapJsxInFragment.ts8 const { jsx } = context.program.getCompilerOptions(); constant
42 const jsx = flattenInvalidBinaryExpr(node); constant
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
DjsxImportSource-backing-types-added-incremental.js37 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
DjsxImportSource-backing-types-removed-incremental.js140 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","configFilePath":… property
175 "jsx": 4, property
DjsxImportSource-option-changed-watch.js74 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
DjsxImportSource-backing-types-removed-watch.js51 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
DjsxImportSource-backing-types-added-watch.js39 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
DjsxImportSource-option-changed-incremental.js172 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/
Dupdates-emit-on-jsx-option-change.js33 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/
Dtsconfig.json3 "jsx": "preserve" string
/third_party/typescript_eslint/packages/parser/tests/lib/
Dparser.ts33 jsx: false, constant
87 jsx: false, constant
/third_party/typescript/tests/baselines/reference/showConfig/Show TSConfig with enum value compiler options/
Dtsconfig.json4 "jsx": "react" string
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
DjsxImportSource-option-changed.js50 …1 {"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/
Dsemantic-diagnostics-enabled.test.ts25 jsx: isJSXFileType(fileExtension), constant
/third_party/typescript/tests/cases/user/formik/
Dtsconfig.json3 "jsx": "react", string
/third_party/typescript_eslint/packages/eslint-plugin-internal/tests/fixtures/
Dtsconfig.json3 "jsx": "preserve", string
/third_party/typescript_eslint/packages/eslint-plugin/tests/fixtures/unstrict/
Dtsconfig.json3 "jsx": "preserve", string
/third_party/typescript_eslint/packages/eslint-plugin/tests/fixtures/
Dtsconfig.json3 "jsx": "preserve", string
/third_party/typescript_eslint/packages/typescript-estree/src/
Dparser-options.ts18 jsx: boolean; property
72 jsx?: boolean; property
/third_party/typescript_eslint/tests/integration/fixtures/markdown/
D.eslintrc.js13 jsx: true, property
/third_party/typescript/tests/lib/
Dreact16.d.ts2699 export function jsx(...args: any): React.ReactElement<any>; function
/third_party/typescript/tests/baselines/reference/tsc/react-jsx-emit-mode/initial-build/
Dwith-no-backing-types-found-doesn't-crash-under---strict.js86 "jsx": 4, property
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts158 jsx: protocol.JsxEmit.React, constant
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1331 jsx: JsxEmit.React, constant

12