| /third_party/typescript/src/services/codefixes/ |
| D | addEmptyExportDeclaration.ts | 11 const exportDeclaration = factory.createExportDeclaration(
|
| D | convertToTypeOnlyExport.ts | 49 const typeExportDeclaration = factory.createExportDeclaration(
|
| D | fixImportNonExportedMember.ts | 147 factory.createExportDeclaration(/*modifiers*/ undefined, /*isTypeOnly*/ false,
|
| D | convertToEsModule.ts | 584 return factory.createExportDeclaration(
|
| /third_party/typescript/src/compiler/transformers/module/ |
| D | esnextAnd2015.ts | 175 statements = append(statements, factory.createExportDeclaration( 216 …efaultDeclaration(node) ? factory.createExportDefault(synthName) : factory.createExportDeclaration(
|
| /third_party/typescript/src/deprecatedCompat/4.8/ |
| D | mergeDecoratorsAndModifiers.ts | 210 …createExportDeclaration(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/ |
| D | convertExport.ts | 127 …changes.replaceNode(exportingSourceFile, exportNode, factory.createExportDeclaration(/*modifiers*/…
|
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 1204 …export const createExportDeclaration = Debug.deprecate(function createExportDeclaration(decorators… constant 1205 …return factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpec…
|
| /third_party/typescript/src/compiler/ |
| D | ohApi.ts | 623 res.push(factory.createExportDeclaration(/*modifiers*/ undefined,
|
| D | checker.ts | 7236 … 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 …]
|
| D | types.ts | 8209 …createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla…
|
| D | parser.ts | 8579 …const node = factory.createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier,…
|
| /third_party/typescript/src/compiler/factory/ |
| D | utilities.ts | 7 …return factory.createExportDeclaration(/*modifiers*/ undefined, /*isTypeOnly*/ false, factory.crea…
|
| D | nodeFactory.ts | 320 createExportDeclaration, 4419 function createExportDeclaration( 4457 …? finishUpdateExportDeclaration(createExportDeclaration(modifiers, isTypeOnly, exportClause, modul… 5790 return createExportDeclaration(
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 1307 declarations.push(factory.createExportDeclaration(
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3912 …createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method 8284 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant 8565 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | typescriptServices.d.ts | 3912 …createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method 8284 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant 8565 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | tsserverlibrary.d.ts | 3912 …createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method 12230 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant 12511 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | tsc.js | 18347 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 …]
|
| D | typingsInstaller.js | 22988 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/ |
| D | typescript.d.ts | 3912 …createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method 8284 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant 8565 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|
| D | tsserverlibrary.d.ts | 3912 …createExportDeclaration(modifiers: readonly Modifier[] | undefined, isTypeOnly: boolean, exportCla… method 12230 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant 12511 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
|