Home
last modified time | relevance | path

Searched refs:createExportDeclaration (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/src/services/codefixes/
DaddEmptyExportDeclaration.ts11 const exportDeclaration = factory.createExportDeclaration(
DconvertToTypeOnlyExport.ts49 const typeExportDeclaration = factory.createExportDeclaration(
DfixImportNonExportedMember.ts147 factory.createExportDeclaration(/*modifiers*/ undefined, /*isTypeOnly*/ false,
DconvertToEsModule.ts584 return factory.createExportDeclaration(
/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts175 statements = append(statements, factory.createExportDeclaration(
216 …efaultDeclaration(node) ? factory.createExportDefault(synthName) : factory.createExportDeclaration(
/third_party/typescript/src/deprecatedCompat/4.8/
DmergeDecoratorsAndModifiers.ts210createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
259 createExportDeclaration, constant
1333 factory.createExportDeclaration = buildOverload("createExportDeclaration")
1336 …return createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClause);
1340 …return createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClause);
/third_party/typescript/src/services/refactors/
DconvertExport.ts127 …changes.replaceNode(exportingSourceFile, exportNode, factory.createExportDeclaration(/*modifiers*/…
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1204 …export const createExportDeclaration = Debug.deprecate(function createExportDeclaration(decorators… constant
1205 …return factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpec…
/third_party/typescript/src/compiler/
DohApi.ts623 res.push(factory.createExportDeclaration(/*modifiers*/ undefined,
Dchecker.ts7236 … factory.createNodeArray([...ns.body.statements, factory.createExportDeclaration(
7267 statements = [...nonExports, factory.createExportDeclaration(
7284 factory.createExportDeclaration(
7484 factory.createExportDeclaration(
7521 factory.createExportDeclaration(
7572 …addResult(factory.createExportDeclaration(/*modifiers*/ undefined, /*isTypeOnly*/ false, /*exportC…
7580 addResult(factory.createExportDeclaration(
7706 const nsBody = factory.createModuleBlock([factory.createExportDeclaration(
7820 …Assignment(d) && !d.isExportEquals && isIdentifier(d.expression) ? factory.createExportDeclaration(
8084 addResult(factory.createExportDeclaration(
[all …]
Dtypes.ts8209createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla…
Dparser.ts8579 …const node = factory.createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier,…
/third_party/typescript/src/compiler/factory/
Dutilities.ts7 …return factory.createExportDeclaration(/*modifiers*/ undefined, /*isTypeOnly*/ false, factory.crea…
DnodeFactory.ts320 createExportDeclaration,
4419 function createExportDeclaration(
4457 …? finishUpdateExportDeclaration(createExportDeclaration(modifiers, isTypeOnly, exportClause, modul…
5790 return createExportDeclaration(
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1307 declarations.push(factory.createExportDeclaration(
/third_party/typescript/lib/
Dtypescript.d.ts3912createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method
8284 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
8565createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
DtypescriptServices.d.ts3912createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method
8284 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
8565createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
Dtsserverlibrary.d.ts3912createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method
12230 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
12511createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
Dtsc.js18347 createExportDeclaration: createExportDeclaration,
21136 …function createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClaus… function
21157 …? finishUpdateExportDeclaration(createExportDeclaration(modifiers, isTypeOnly, exportClause, modul…
22084 return createExportDeclaration(undefined, false, createNamedExports([
24492 …return factory.createExportDeclaration(undefined, false, factory.createNamedExports([]), undefined…
31674 …var node = factory.createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, a…
38721 …res.push(ts.factory.createExportDeclaration(undefined, true, typeExportClause, node.moduleSpecifie…
47496 …adArray(__spreadArray([], ns.body.statements, true), [ts.factory.createExportDeclaration(undefined…
47514 …= __spreadArray(__spreadArray([], nonExports, true), [ts.factory.createExportDeclaration(undefined…
47523 …ts.factory.createExportDeclaration(undefined, false, ts.factory.createNamedExports(ts.flatMap(grou…
[all …]
DtypingsInstaller.js22988 createExportDeclaration: createExportDeclaration,
26174 …function createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClaus… function
26197 …? finishUpdateExportDeclaration(createExportDeclaration(modifiers, isTypeOnly, exportClause, modul…
27354 return createExportDeclaration(
30310 …return factory.createExportDeclaration(/*modifiers*/ undefined, /*isTypeOnly*/ false, factory.crea…
38990 …var node = factory.createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, a…
47023 res.push(ts.factory.createExportDeclaration(/*modifiers*/ undefined,
57181 …ray(__spreadArray(__spreadArray([], ns.body.statements, true), [ts.factory.createExportDeclaration(
57206 …tatements = __spreadArray(__spreadArray([], nonExports, true), [ts.factory.createExportDeclaration(
57220 ts.factory.createExportDeclaration(
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3912createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method
8284 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
8565createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
Dtsserverlibrary.d.ts3912createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method
12230 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
12511createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method