Home
last modified time | relevance | path

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

12

/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
74 { "compilerOptions": { "jsx": "react" } } property
86 Program options: {"jsx":2,"watch":true,"configFilePath":"/user/username/projects/myproject/tsconfig… property
/third_party/typescript/tests/baselines/reference/
DjsxLocalNamespaceIndexSignatureNoCrash.js3 static jsx() { method in X
27 X.jsx = function () { function in X
/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
69 …760199789-export const App = () => <div propA={true}></div>;"],"options":{"jsx":4,"jsxImportSource… property
90 "jsx": 4, property
143 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","configFilePath":… property
168 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/react/jsx-runtime/index.d.ts"… property
199 "jsx": 4, property
DjsxImportSource-backing-types-removed-watch.js51 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property
102 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/react/jsx-runtime/index.d.ts"… property
133 "jsx": 4, property
178 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property
212 …ature":"-11175433774-export declare const App: () => any;\n"}],"options":{"jsx":4,"jsxImportSource… property
233 "jsx": 4, property
DjsxImportSource-option-changed-watch.js74 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"exp… property
125 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/react/jsx-runtime/index.d.ts"… property
156 "jsx": 4, property
185 {"compilerOptions":{"module":"commonjs","jsx":"react-jsx","incremental":true,"jsxImportSource":"pre… property
209 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"preact","watch":true,"ex… property
259 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/preact/jsx-runtime/index.d.ts… property
290 "jsx": 4, property
DjsxImportSource-backing-types-added-watch.js39 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property
83 …760199789-export const App = () => <div propA={true}></div>;"],"options":{"jsx":4,"jsxImportSource… property
104 "jsx": 4, property
162 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","watch":true,"con… property
203 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/react/jsx-runtime/index.d.ts"… property
234 "jsx": 4, property
DjsxImportSource-backing-types-removed-incremental.js155 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"react","configFilePath":… property
177 …ature":"-11175433774-export declare const App: () => any;\n"}],"options":{"jsx":4,"jsxImportSource… property
198 "jsx": 4, property
DjsxImportSource-option-changed-incremental.js186 Program options: {"module":1,"jsx":4,"incremental":true,"jsxImportSource":"preact","explainFiles":t… property
220 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/preact/jsx-runtime/index.d.ts… property
251 "jsx": 4, property
/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/baselines/reference/config/showConfig/Shows tsconfig for single option/jsx/
Dtsconfig.json3 "jsx": "preserve" string
/third_party/typescript/tests/baselines/reference/config/showConfig/Show TSConfig with enum value compiler options/
Dtsconfig.json4 "jsx": "react" string
/third_party/typescript/tests/cases/user/formik/
Dtsconfig.json3 "jsx": "react", string
/third_party/typescript/tests/baselines/reference/tsc/react-jsx-emit-mode/
Dwith-no-backing-types-found-doesn't-crash-under---strict.js65 … };\n }\n }\n}","affectsGlobalScope":true}],"options":{"jsx":4,"jsxImportSource… property
92 "jsx": 4, property
/third_party/typescript/src/services/codefixes/
DwrapJsxInFragment.ts38 const jsx = flattenInvalidBinaryExpr(node); constant
/third_party/typescript/tests/baselines/reference/tsc/incremental/
Dserializing-error-chains.js34 {"compilerOptions":{"incremental":true,"strict":true,"jsx":"react","module":"esnext"}} property
72 …iv />\n <div />\n</Component>)","affectsGlobalScope":true}],"options":{"jsx":2,"module":99,"str… property
94 "jsx": 2, property
/third_party/typescript/tests/lib/
Dreact16.d.ts2699 export function jsx(...args: any): React.ReactElement<any>; function
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts124 jsx?: string; property
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts158 jsx: protocol.JsxEmit.React, constant
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1383 jsx: JsxEmit.React, constant
/third_party/typescript/src/server/
DeditorServices.ts121 readonly jsx: number; property
Dprotocol.ts3553 jsx?: JsxEmit | ts.JsxEmit; property
/third_party/typescript/lib/
Dprotocol.d.ts2794 jsx?: JsxEmit | ts.JsxEmit; property
Dtsserverlibrary.d.ts3104 jsx?: JsxEmit; property
10871 readonly jsx: number; property
/third_party/typescript/src/compiler/
Dutilities.ts6532 const jsx = options.jsx; constant
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3104 jsx?: JsxEmit; property
10871 readonly jsx: number; property

12