Home
last modified time | relevance | path

Searched refs:reactNamespace (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DreactNamespaceInvalidInput.errors.txt1 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.
DjsxFactoryAndReactNamespace.errors.txt1 error TS5053: Option 'reactNamespace' cannot be specified with option 'jsxFactory'.
4 !!! error TS5053: Option 'reactNamespace' cannot be specified with option 'jsxFactory'.
/third_party/typescript/src/compiler/factory/
Dutilities.ts26 …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/tests/cases/compiler/
DreactNamespaceInvalidInput.tsx2 //@reactNamespace: my-React-Lib
DreactNamespaceMissingDeclaration.tsx2 //@reactNamespace: myReactLib
DreactNamespaceJSXEmit.tsx2 //@reactNamespace: myReactLib
DreactNamespaceImportPresevation.tsx3 //@reactNamespace: myReactLib
/third_party/typescript/src/testRunner/unittests/tsserver/
Dtelemetry.ts106 reactNamespace: "hunter2",
136 reactNamespace: "",
/third_party/typescript/tests/cases/conformance/jsx/
DtsxReactEmitNesting.tsx3 //@reactNamespace: vdom
/third_party/typescript/src/compiler/transformers/
Djsx.ts322 compilerOptions.reactNamespace!, // TODO: GH#18217
366 compilerOptions.reactNamespace!, // TODO: GH#18217
/third_party/typescript/src/testRunner/unittests/services/
Dtranspile.ts359 …options: { compilerOptions: { reactNamespace: "react" }, fileName: "input.js", reportDiagnostics: …
/third_party/typescript/src/compiler/
Dprogram.ts3255 if (options.reactNamespace) {
3265 … else if (options.reactNamespace && !isIdentifierText(options.reactNamespace, languageVersion)) {
3266 … Diagnostics.Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier, options.reactNamespace);
3281 if (options.reactNamespace) {
Dtypes.ts5941 reactNamespace?: string;
/third_party/typescript/src/server/
Dprotocol.ts3375 reactNamespace?: string; property
/third_party/typescript/lib/
Dprotocol.d.ts2623 reactNamespace?: string; property
Dtsserverlibrary.d.ts2868 reactNamespace?: string; property
9200 reactNamespace?: string;
Dtsc.js22116 function createReactNamespace(reactNamespace, parent) { argument
22117 var react = ts.parseNodeFactory.createIdentifier(reactNamespace || "React");
22132 function createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parent) { argument
22135 …factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "createElemen…
22138 …function createJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, par… argument
22141 … factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "Fragment");
22166 …nForJsxFragment(factory, jsxFactoryEntity, jsxFragmentFactoryEntity, reactNamespace, children, par… argument
22167 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement…
22181 …CallExpression(createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement…
36619 else if (compilerOptions.reactNamespace) {
[all …]
DtypingsInstaller.js27405 function createReactNamespace(reactNamespace, parent) { argument
27409 var react = ts.parseNodeFactory.createIdentifier(reactNamespace || "React");
27426 function createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parent) { argument
27429 …factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "createElemen…
27432 …function createJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, par… argument
27435 … factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "Fragment");
27461 …nForJsxFragment(factory, jsxFactoryEntity, jsxFragmentFactoryEntity, reactNamespace, children, par… argument
27462 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement…
27476 …CallExpression(createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement…
44780 else if (compilerOptions.reactNamespace) {
[all …]
DtypescriptServices.d.ts2868 reactNamespace?: string; property
Dtypescript.d.ts2868 reactNamespace?: string; property
Dtsserverlibrary.js27610 function createReactNamespace(reactNamespace, parent) { argument
27614 var react = ts.parseNodeFactory.createIdentifier(reactNamespace || "React");
27631 function createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parent) { argument
27634 …factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "createElemen…
27637 …function createJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, par… argument
27640 … factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "Fragment");
27666 …nForJsxFragment(factory, jsxFactoryEntity, jsxFragmentFactoryEntity, reactNamespace, children, par… argument
27667 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement…
27681 …CallExpression(createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement…
44985 else if (compilerOptions.reactNamespace) {
[all …]
Dtypescript.js27610 function createReactNamespace(reactNamespace, parent) { argument
27614 var react = ts.parseNodeFactory.createIdentifier(reactNamespace || "React");
27631 function createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parent) { argument
27634 …factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "createElemen…
27637 …function createJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, par… argument
27640 … factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "Fragment");
27666 …nForJsxFragment(factory, jsxFactoryEntity, jsxFragmentFactoryEntity, reactNamespace, children, par… argument
27667 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement…
27681 …CallExpression(createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement…
44985 else if (compilerOptions.reactNamespace) {
[all …]
Dtsserver.js27416 function createReactNamespace(reactNamespace, parent) { argument
27420 var react = ts.parseNodeFactory.createIdentifier(reactNamespace || "React");
27437 function createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parent) { argument
27440 …factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "createElemen…
27443 …function createJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, par… argument
27446 … factory.createPropertyAccessExpression(createReactNamespace(reactNamespace, parent), "Fragment");
27472 …nForJsxFragment(factory, jsxFactoryEntity, jsxFragmentFactoryEntity, reactNamespace, children, par… argument
27473 …reateJsxFragmentFactoryExpression(factory, jsxFragmentFactoryEntity, reactNamespace, parentElement…
27487 …CallExpression(createJsxFactoryExpression(factory, jsxFactoryEntity, reactNamespace, parentElement…
44791 else if (compilerOptions.reactNamespace) {
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2882 reactNamespace?: string; property
9319 reactNamespace?: string;
Dtypescript.d.ts2882 reactNamespace?: string; property

12