Home
last modified time | relevance | path

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

/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/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/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/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.ts294 compilerOptions.reactNamespace!, // TODO: GH#18217
338 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.ts3692 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) {
Dtypes.ts6697 reactNamespace?: string;
Dchecker.ts1147 else if (compilerOptions.reactNamespace) {
1148 _jsxNamespace = escapeLeadingUnderscores(compilerOptions.reactNamespace);
/third_party/typescript/src/server/
Dprotocol.ts3575 reactNamespace?: string; property
/third_party/typescript/lib/
Dprotocol.d.ts2816 reactNamespace?: string; property
Dtsserverlibrary.d.ts3124 reactNamespace?: string; property
10321 reactNamespace?: string;
DtypingsInstaller.js30285 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 …]
Dtsc.js24470 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 …]
Dtypescript.d.ts3124 reactNamespace?: string; property
DtypescriptServices.d.ts3124 reactNamespace?: string; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3124 reactNamespace?: string; property
10321 reactNamespace?: string;
Dtypescript.d.ts3124 reactNamespace?: string; property