Home
last modified time | relevance | path

Searched refs:createIdentifier (Results 1 – 25 of 54) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/
Dprinter.ts153 /*name*/ factory.createIdentifier("C"),
159 factory.createIdentifier("prop"),
178 …factory.createCallExpression(factory.createIdentifier("f"), /*typeArguments*/ undefined, /*argumen…
190 … factory.createIdentifier("x"), factory.createToken(SyntaxKind.QuestionToken),
191 factory.createIdentifier("y"), factory.createToken(SyntaxKind.ColonToken),
192 factory.createIdentifier("z")),
204 factory.createIdentifier("global"),
215 factory.createIdentifier("global"),
227 /*name*/ factory.createIdentifier("X"),
235 /*name*/ factory.createIdentifier("method"),
[all …]
Dasserts.ts4 …Equal(factory.createNodeArray([factory.createIdentifier("A")]), factory.createNodeArray([factory.c…
6 ….createNodeArray([factory.createIdentifier("A")], /*hasTrailingComma*/ true), factory.createNodeAr…
Dtransform.ts36 node = setTextRange(factory.createIdentifier("newName"), node);
46 return factory.createIdentifier("newName");
57 factory.createIdentifier("$tpl"),
215 …laration(/*decorators*/ undefined, /*modifiers*/ undefined, factory.createIdentifier("Foo"), facto…
294 factory.createNamespaceImport(factory.createIdentifier("i0"))
321 …factory.createMethodDeclaration([factory.createDecorator(factory.createIdentifier("Bar"))], [], /*…
361 …arameterDeclaration(/*decorators*/ [factory.createDecorator(factory.createIdentifier("Dec"))], /*m…
509 …return factory.updateVariableDeclaration(node, factory.createIdentifier("newName"), /*exclamationT…
540 factory.createIdentifier("foobar"),
Dfactory.ts59 const lhs = factory.createIdentifier("foo");
DcustomTransforms.ts146 const newNode = factory.createIdentifier("changed");
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts109 …nt(factory.createPropertyAccessExpression(factory.createIdentifier("exports"), factory.createIdent…
133 const define = factory.createIdentifier("define");
234 … factory.createTypeCheck(factory.createIdentifier("module"), "object"),
235 …tory.createTypeCheck(factory.createPropertyAccessExpression(factory.createIdentifier("module"), "e…
246 factory.createIdentifier("factory"),
249 factory.createIdentifier("require"),
250 factory.createIdentifier("exports")
259 factory.createIdentifier("v"),
260 factory.createIdentifier("undefined")
264 … factory.createPropertyAccessExpression(factory.createIdentifier("module"), "exports"),
[all …]
Dsystem.ts111 … factory.createPropertyAccessExpression(factory.createIdentifier("System"), "register"),
372 const m = factory.createIdentifier("m");
373 const n = factory.createIdentifier("n");
374 const exports = factory.createIdentifier("exports");
655 …redExports[id] = appendExportStatement(deferredExports[id], factory.createIdentifier("default"), e…
658 …return createExportStatement(factory.createIdentifier("default"), expression, /*allowComments*/ tr…
1505 factory.createIdentifier("import")
1674 factory.createIdentifier("default")
1746 factory.createIdentifier("default")
1851 … return factory.createPropertyAccessExpression(contextObject, factory.createIdentifier("meta"));
/third_party/typescript/src/services/refactors/
DconvertImport.ts111 …changes.replaceNode(sourceFile, propertyAccessOrQualifiedName, factory.createIdentifier(importName…
116 …ier(name === propertyName ? undefined : factory.createIdentifier(propertyName), factory.createIden…
125 …rtDecl, updateImport(importDecl, usedAsNamespaceOrDefault ? factory.createIdentifier(toConvert.nam…
152 …const access = factory.createPropertyAccessExpression(factory.createIdentifier(namespaceImportName…
158 …Specifier(element.propertyName && factory.createIdentifier(element.propertyName.text), factory.cre…
167 …ceNode(sourceFile, toConvert, factory.createNamespaceImport(factory.createIdentifier(namespaceImpo…
DconvertExport.ts134 …xportingSourceFile, exportNode, factory.createExportDefault(factory.createIdentifier(exportName.te…
161 changes.replaceNode(importingSourceFile, ref, factory.createIdentifier(exportName));
203 changes.replaceNode(importingSourceFile, ref, factory.createIdentifier("default"));
208 const defaultImport = factory.createIdentifier(parent.name.text);
233 …ier(propertyName === name ? undefined : factory.createIdentifier(propertyName), factory.createIden…
237 …ier(propertyName === name ? undefined : factory.createIdentifier(propertyName), factory.createIden…
DmoveToNewFile.ts247 changes.replaceNode(sourceFile, ref, factory.createIdentifier(newNamespaceName));
254 const newNamespaceId = factory.createIdentifier(newNamespaceName);
309 … defaultImport = factory.createIdentifier(symbolNameNoDefault(symbol)!); // TODO: GH#18217
321 …s.map(i => factory.createImportSpecifier(/*propertyName*/ undefined, factory.createIdentifier(i)));
338 …return factory.createCallExpression(factory.createIdentifier("require"), /*typeArguments*/ undefin…
834 …factory.createPropertyAccessExpression(factory.createIdentifier("exports"), factory.createIdentifi…
836 factory.createIdentifier(name)));
DextractType.ts224 factory.createIdentifier("typedef"),
226 factory.createIdentifier(name));
233 factory.createIdentifier("template"),
DextractSymbol.ts832 const functionName = factory.createIdentifier(functionNameText);
859 callArguments.push(factory.createIdentifier(name));
1059 … newNodes.push(factory.createReturnStatement(factory.createIdentifier(returnValueProperty)));
1154 ? factory.createIdentifier(scope.name!.getText()) // TODO: GH#18217
1156 factory.createIdentifier(localNameText));
1184 const localReference = factory.createIdentifier(localNameText);
1215 let localReference: Expression = factory.createIdentifier(localNameText);
1343 const functionReference = factory.createIdentifier(functionNameText);
1345 …const lhs = range.facts & RangeFacts.InStaticRegion ? factory.createIdentifier(scope.name!.text) :…
1926 return factory.createIdentifier(symbol.name);
[all …]
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts195 …factory.createExpressionWithTypeArguments(factory.createIdentifier("interface1"), /*typeArguments*…
538 …, sourceFile), factory.createImportSpecifier(factory.createIdentifier("b"), factory.createIdentifi…
547 …, sourceFile), factory.createImportSpecifier(factory.createIdentifier("b"), factory.createIdentifi…
557 …ndChild("x", sourceFile), factory.createImportSpecifier(undefined, factory.createIdentifier("a")));
567 …ndChild("x", sourceFile), factory.createImportSpecifier(undefined, factory.createIdentifier("a")));
577 …, sourceFile), factory.createImportSpecifier(factory.createIdentifier("b"), factory.createIdentifi…
587 …, sourceFile), factory.createImportSpecifier(factory.createIdentifier("b"), factory.createIdentifi…
598 …ndChild("x", sourceFile), factory.createImportSpecifier(undefined, factory.createIdentifier("a")));
609 …ndChild("x", sourceFile), factory.createImportSpecifier(undefined, factory.createIdentifier("a")));
619 …ndChild("x", sourceFile), factory.createImportSpecifier(undefined, factory.createIdentifier("a")));
[all …]
/third_party/typescript/src/services/codefixes/
DconvertToEs6Module.ts98 … changes.replaceNode(sourceFile, node, factory.createIdentifier(exports.get(text) || text));
206 makeConst(/*modifiers*/ undefined, name, factory.createIdentifier(tmp)),
367 …return makeConst(modifiers, factory.createIdentifier(name!), replaceImportUseSites(exported, useSi…
426 …makeImport(factory.createIdentifier(tmp), /*namedImports*/ undefined, moduleSpecifier, quotePrefer…
427 … makeConst(/*modifiers*/ undefined, getSynthesizedDeepClone(name), factory.createIdentifier(tmp)),
465 (useSitesToUnqualify ??= new Map()).set(parent, factory.createIdentifier(idName));
473 …r(propertyName === idName ? undefined : factory.createIdentifier(propertyName), factory.createIden…
561 …? makeImport(factory.createIdentifier(localName), /*namedImports*/ undefined, moduleSpecifier, quo…
566 …efined && propertyName !== name ? factory.createIdentifier(propertyName) : undefined, factory.crea…
DgenerateAccessors.ts78 …return isIdentifier(originalName) ? factory.createIdentifier(name) : factory.createStringLiteral(n…
174 factory.createIdentifier("value"),
182 factory.createIdentifier("value")
237 changeTracker.replaceNode(file, node.name, factory.createIdentifier(fieldName));
DfixSpelling.ts91 changes.replaceNode(sourceFile, node, factory.createIdentifier(suggestion));
98 changes.replaceNode(sourceFile, node, factory.createIdentifier(suggestion));
DimportFixes.ts734 …changes.insertNodeAt(sourceFile, clause.getStart(sourceFile), factory.createIdentifier(defaultImpo…
740 …name => factory.createImportSpecifier(/*propertyName*/ undefined, factory.createIdentifier(name))),
819 … imports.defaultImport === undefined ? undefined : factory.createIdentifier(imports.defaultImport),
820 …> factory.createImportSpecifier(/*propertyName*/ undefined, factory.createIdentifier(n))), moduleS…
829 factory.createIdentifier(namespaceLikeImport.name),
837 … factory.createNamespaceImport(factory.createIdentifier(namespaceLikeImport.name))),
869 typeof name === "string" ? factory.createIdentifier(name) : name,
872 …factory.createCallExpression(factory.createIdentifier("require"), /*typeArguments*/ undefined, [qu…
DfixForgottenThisPropertyAccess.ts43 …e, node, factory.createPropertyAccessExpression(className ? factory.createIdentifier(className) : …
DconvertToAsyncFunction.ts213 return factory.createIdentifier(renameInfo.text);
221 …const identifier = numVarsSameName === 0 ? name : factory.createIdentifier(name.text + "_" + numVa…
501 …gName), /*exclamationToken*/ undefined, /*type*/ undefined, factory.createIdentifier("undefined"))…
DfixUnusedIdentifier.ts195 changes.replaceNode(sourceFile, token, factory.createIdentifier(`_${token.text}`));
199 … changes.replaceNode(sourceFile, tag.name, factory.createIdentifier(`_${tag.name.text}`));
DfixStrictClassInitialization.ts134 …return factory.createNewExpression(factory.createIdentifier(type.symbol.name), /*typeArguments*/ u…
/third_party/typescript/src/compiler/transformers/
Dts.ts1415 return factory.createIdentifier("Function");
1475 return factory.createIdentifier("Promise");
1501 return factory.createIdentifier("Object");
1515 return factory.createIdentifier("Function");
1519 return factory.createIdentifier("Array");
1523 return factory.createIdentifier("Boolean");
1526 return factory.createIdentifier("String");
1529 return factory.createIdentifier("Object");
1535 return factory.createIdentifier("String");
1539 return factory.createIdentifier("Number");
[all …]
/third_party/typescript/src/compiler/factory/
DemitHelpers.ts81 …return setEmitFlags(factory.createIdentifier(name), EmitFlags.HelperName | EmitFlags.AdviseOnEmitN…
137 …createCallExpression(factory.createPropertyAccessExpression(factory.createIdentifier("Object"), "a…
166 factory.createIdentifier("arguments"),
258 … hasLexicalArguments ? factory.createIdentifier("arguments") : factory.createVoidZero(),
333 … [factory.createIdentifier("exports"), module, inputName, ...(outputName ? [outputName] : [])]);
359 …oduleExpression: Expression, exportsExpression: Expression = factory.createIdentifier("exports")) {
Dutilities.ts30 const react = parseNodeFactory.createIdentifier(reactNamespace || "React");
40 const right = factory.createIdentifier(idText(jsxFactory.right)) as Mutable<Identifier>;
427 …? nodeFactory.createImportSpecifier(/*propertyName*/ undefined, nodeFactory.createIdentifier(name))
428 …: nodeFactory.createImportSpecifier(nodeFactory.createIdentifier(name), helperFactory.getUnscopedH…
495 …return isGeneratedIdentifier(name) ? name : factory.createIdentifier(getSourceTextOfNodeFromSource…
/third_party/typescript/src/services/
DnavigationBar.ts404 … startNode(node, setTextRange(factory.createIdentifier(memberName.text), memberName));
555 a.name as Identifier || factory.createIdentifier("__class__"),
583 a.name as Identifier || factory.createIdentifier("__class__"),

123