| /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 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/ |
| D | jsxLocalNamespaceIndexSignatureNoCrash.js | 3 static jsx() { method in X 27 X.jsx = function () { function in X
|
| /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 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
|
| D | jsxImportSource-backing-types-removed-watch.js | 51 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
|
| D | jsxImportSource-option-changed-watch.js | 74 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
|
| D | jsxImportSource-backing-types-added-watch.js | 39 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
|
| D | jsxImportSource-backing-types-removed-incremental.js | 155 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
|
| D | jsxImportSource-option-changed-incremental.js | 186 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/ |
| 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/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/jsx/ |
| D | tsconfig.json | 3 "jsx": "preserve" string
|
| /third_party/typescript/tests/baselines/reference/config/showConfig/Show TSConfig with enum value compiler options/ |
| D | tsconfig.json | 4 "jsx": "react" string
|
| /third_party/typescript/tests/cases/user/formik/ |
| D | tsconfig.json | 3 "jsx": "react", string
|
| /third_party/typescript/tests/baselines/reference/tsc/react-jsx-emit-mode/ |
| D | with-no-backing-types-found-doesn't-crash-under---strict.js | 65 … };\n }\n }\n}","affectsGlobalScope":true}],"options":{"jsx":4,"jsxImportSource… property 92 "jsx": 4, property
|
| /third_party/typescript/src/services/codefixes/ |
| D | wrapJsxInFragment.ts | 38 const jsx = flattenInvalidBinaryExpr(node); constant
|
| /third_party/typescript/tests/baselines/reference/tsc/incremental/ |
| D | serializing-error-chains.js | 34 {"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/ |
| D | react16.d.ts | 2699 export function jsx(...args: any): React.ReactElement<any>; function
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | fourslash.ts | 124 jsx?: string; 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 | 1383 jsx: JsxEmit.React, constant
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 121 readonly jsx: number; property
|
| D | protocol.ts | 3553 jsx?: JsxEmit | ts.JsxEmit; property
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 2794 jsx?: JsxEmit | ts.JsxEmit; property
|
| D | tsserverlibrary.d.ts | 3104 jsx?: JsxEmit; property 10871 readonly jsx: number; property
|
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 6532 const jsx = options.jsx; constant
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3104 jsx?: JsxEmit; property 10871 readonly jsx: number; property
|