Home
last modified time | relevance | path

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

12

/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/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/tests/cases/user/formik/
Dtsconfig.json3 "jsx": "react", string
/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
/third_party/typescript/src/server/
DeditorServices.ts122 readonly jsx: number; property
Dprotocol.ts3346 jsx?: JsxEmit | ts.JsxEmit; property
/third_party/typescript/lib/
Dprotocol.d.ts2594 jsx?: JsxEmit | ts.JsxEmit; property
Dtsserverlibrary.d.ts2835 jsx?: JsxEmit; property
9702 readonly jsx: number; property
Dtypescript.d.ts2835 jsx?: JsxEmit; property
DtypescriptServices.d.ts2835 jsx?: JsxEmit; property
/third_party/typescript/src/compiler/
Dutilities.ts6278 const jsx = options.jsx; constant
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2868 jsx?: JsxEmit; property
9983 readonly jsx: number; property
Dtypescript.d.ts2868 jsx?: JsxEmit; property

12