| /third_party/typescript/tests/baselines/reference/ |
| D | reactNamespaceInvalidInput.errors.txt | 1 error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier. 5 !!! error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
|
| D | jsxFactoryAndReactNamespace.errors.txt | 1 error TS5053: Option 'reactNamespace' cannot be specified with option 'jsxFactory'. 4 !!! error TS5053: Option 'reactNamespace' cannot be specified with option 'jsxFactory'.
|
| /third_party/typescript/tests/cases/compiler/ |
| D | reactNamespaceInvalidInput.tsx | 2 //@reactNamespace: my-React-Lib
|
| D | reactNamespaceMissingDeclaration.tsx | 2 //@reactNamespace: myReactLib
|
| D | reactNamespaceJSXEmit.tsx | 2 //@reactNamespace: myReactLib
|
| D | reactNamespaceImportPresevation.tsx | 3 //@reactNamespace: myReactLib
|
| /third_party/typescript/src/compiler/factory/ |
| D | utilities.ts | 26 …function createReactNamespace(reactNamespace: string, parent: JsxOpeningLikeElement | JsxOpeningFr… 30 const react = parseNodeFactory.createIdentifier(reactNamespace || "React"); 49 …sion(factory: NodeFactory, jsxFactoryEntity: EntityName | undefined, reactNamespace: string, paren… 53 createReactNamespace(reactNamespace, parent), 58 …tory: NodeFactory, jsxFragmentFactoryEntity: EntityName | undefined, reactNamespace: string, paren… 62 createReactNamespace(reactNamespace, parent), 99 …yName | undefined, jsxFragmentFactoryEntity: EntityName | undefined, reactNamespace: string, child… 100 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement… 117 … createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement),
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | telemetry.ts | 106 reactNamespace: "hunter2", 136 reactNamespace: "",
|
| /third_party/typescript/tests/cases/conformance/jsx/ |
| D | tsxReactEmitNesting.tsx | 3 //@reactNamespace: vdom
|
| /third_party/typescript/src/compiler/transformers/ |
| D | jsx.ts | 294 compilerOptions.reactNamespace!, // TODO: GH#18217 338 compilerOptions.reactNamespace!, // TODO: GH#18217
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | transpile.ts | 359 …options: { compilerOptions: { reactNamespace: "react" }, fileName: "input.js", reportDiagnostics: …
|
| /third_party/typescript/src/compiler/ |
| D | program.ts | 3692 if (options.reactNamespace) { 3702 … else if (options.reactNamespace && !isIdentifierText(options.reactNamespace, languageVersion)) { 3703 … Diagnostics.Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier, options.reactNamespace); 3718 if (options.reactNamespace) {
|
| D | types.ts | 6697 reactNamespace?: string;
|
| D | checker.ts | 1147 else if (compilerOptions.reactNamespace) { 1148 _jsxNamespace = escapeLeadingUnderscores(compilerOptions.reactNamespace);
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 3575 reactNamespace?: string; property
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 2816 reactNamespace?: string; property
|
| D | tsserverlibrary.d.ts | 3124 reactNamespace?: string; property 10321 reactNamespace?: string;
|
| D | typingsInstaller.js | 30285 function createReactNamespace(reactNamespace, parent) { argument 30289 var react = ts.parseNodeFactory.createIdentifier(reactNamespace || "React"); 30306 function createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parent) { argument 30309 …factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "createElemen… 30312 …function createJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, par… argument 30315 … factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "Fragment"); 30341 …nForJsxFragment(factory, jsxFactoryEntity, jsxFragmentFactoryEntity, reactNamespace, children, par… argument 30342 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement… 30356 …CallExpression(createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement… 51509 else if (compilerOptions.reactNamespace) { [all …]
|
| D | tsc.js | 24470 function createReactNamespace(reactNamespace, parent) { argument 24471 var react = ts.parseNodeFactory.createIdentifier(reactNamespace || "React"); 24486 function createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parent) { argument 24489 …factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "createElemen… 24492 …function createJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, par… argument 24495 … factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "Fragment"); 24520 …nForJsxFragment(factory, jsxFactoryEntity, jsxFragmentFactoryEntity, reactNamespace, children, par… argument 24521 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement… 24535 …CallExpression(createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement… 42479 else if (compilerOptions.reactNamespace) { [all …]
|
| D | typescript.d.ts | 3124 reactNamespace?: string; property
|
| D | typescriptServices.d.ts | 3124 reactNamespace?: string; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3124 reactNamespace?: string; property 10321 reactNamespace?: string;
|
| D | typescript.d.ts | 3124 reactNamespace?: string; property
|