Home
last modified time | relevance | path

Searched refs:createNoSubstitutionTemplateLiteral (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dfactory.ts27 …plateExpression(func, /*typeArguments*/ undefined, factory.createNoSubstitutionTemplateLiteral("")…
Dtransform.ts59 factory.createNoSubstitutionTemplateLiteral("foo", "foo")))
569 return factory.createNoSubstitutionTemplateLiteral(node.text, node.rawText);
/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts178 … const noSubstitutionTemplateLiteral = factory.createNoSubstitutionTemplateLiteral(headText);
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts429 …export const createNoSubstitutionTemplateLiteral = Debug.deprecate(factory.createNoSubstitutionTem… constant
/third_party/typescript/lib/
Dtypescript.d.ts3373createNoSubstitutionTemplateLiteral(text: string, rawText?: string): NoSubstitutionTemplateLiteral; method
3374createNoSubstitutionTemplateLiteral(text: string | undefined, rawText: string): NoSubstitutionTemp… method
6775 const createNoSubstitutionTemplateLiteral: { constant
DtypescriptServices.d.ts3373createNoSubstitutionTemplateLiteral(text: string, rawText?: string): NoSubstitutionTemplateLiteral; method
3374createNoSubstitutionTemplateLiteral(text: string | undefined, rawText: string): NoSubstitutionTemp… method
6775 const createNoSubstitutionTemplateLiteral: { constant
Dtsserverlibrary.d.ts3373createNoSubstitutionTemplateLiteral(text: string, rawText?: string): NoSubstitutionTemplateLiteral; method
3374createNoSubstitutionTemplateLiteral(text: string | undefined, rawText: string): NoSubstitutionTemp… method
10520 const createNoSubstitutionTemplateLiteral: { constant
DtypescriptServices.js20917 createNoSubstitutionTemplateLiteral: createNoSubstitutionTemplateLiteral,
22999 function createNoSubstitutionTemplateLiteral(text, rawText, templateFlags) { function
148679 … var noSubstitutionTemplateLiteral = ts.factory.createNoSubstitutionTemplateLiteral(headText);
153076 …ts.createNoSubstitutionTemplateLiteral = ts.Debug.deprecate(ts.factory.createNoSubstitutionTemplat…
Dtsserverlibrary.js20917 createNoSubstitutionTemplateLiteral: createNoSubstitutionTemplateLiteral,
22999 function createNoSubstitutionTemplateLiteral(text, rawText, templateFlags) { function
148679 … var noSubstitutionTemplateLiteral = ts.factory.createNoSubstitutionTemplateLiteral(headText);
162848 …ts.createNoSubstitutionTemplateLiteral = ts.Debug.deprecate(ts.factory.createNoSubstitutionTemplat…
Dtsserver.js20723 createNoSubstitutionTemplateLiteral: createNoSubstitutionTemplateLiteral,
22805 function createNoSubstitutionTemplateLiteral(text, rawText, templateFlags) { function
148110 … var noSubstitutionTemplateLiteral = ts.factory.createNoSubstitutionTemplateLiteral(headText);
162844 …ts.createNoSubstitutionTemplateLiteral = ts.Debug.deprecate(ts.factory.createNoSubstitutionTemplat…
Dtypescript.js20917 createNoSubstitutionTemplateLiteral: createNoSubstitutionTemplateLiteral,
22999 function createNoSubstitutionTemplateLiteral(text, rawText, templateFlags) { function
148679 … var noSubstitutionTemplateLiteral = ts.factory.createNoSubstitutionTemplateLiteral(headText);
153076 …ts.createNoSubstitutionTemplateLiteral = ts.Debug.deprecate(ts.factory.createNoSubstitutionTemplat…
Dtsc.js16416 createNoSubstitutionTemplateLiteral: createNoSubstitutionTemplateLiteral,
18241 function createNoSubstitutionTemplateLiteral(text, rawText, templateFlags) { function
DtypingsInstaller.js20712 createNoSubstitutionTemplateLiteral: createNoSubstitutionTemplateLiteral,
22794 function createNoSubstitutionTemplateLiteral(text, rawText, templateFlags) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3489createNoSubstitutionTemplateLiteral(text: string, rawText?: string): NoSubstitutionTemplateLiteral; method
3490createNoSubstitutionTemplateLiteral(text: string | undefined, rawText: string): NoSubstitutionTemp… method
7022 const createNoSubstitutionTemplateLiteral: { constant
Dtsserverlibrary.d.ts3489createNoSubstitutionTemplateLiteral(text: string, rawText?: string): NoSubstitutionTemplateLiteral; method
3490createNoSubstitutionTemplateLiteral(text: string | undefined, rawText: string): NoSubstitutionTemp… method
10805 const createNoSubstitutionTemplateLiteral: { constant
/third_party/typescript/src/compiler/
Dtypes.ts7109createNoSubstitutionTemplateLiteral(text: string, rawText?: string): NoSubstitutionTemplateLiteral;
7110createNoSubstitutionTemplateLiteral(text: string | undefined, rawText: string): NoSubstitutionTemp…
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts206 createNoSubstitutionTemplateLiteral,
2887 …function createNoSubstitutionTemplateLiteral(text: string | undefined, rawText?: string, templateF…