/third_party/typescript/src/services/codefixes/ |
D | addEmptyExportDeclaration.ts | 11 const exportDeclaration = factory.createExportDeclaration(
|
D | convertToTypeOnlyExport.ts | 48 const typeExportDeclaration = factory.createExportDeclaration(
|
D | convertToEs6Module.ts | 578 return factory.createExportDeclaration(
|
/third_party/typescript/src/compiler/transformers/module/ |
D | esnextAnd2015.ts | 102 …efaultDeclaration(node) ? factory.createExportDefault(synthName) : factory.createExportDeclaration(
|
/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 1215 …export const createExportDeclaration = Debug.deprecate(function createExportDeclaration(decorators… constant 1216 …return factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpec…
|
/third_party/typescript/src/compiler/factory/ |
D | utilities.ts | 7 …return factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined, /*isType…
|
D | nodeFactory.ts | 304 createExportDeclaration, 4098 function createExportDeclaration( 4134 …? update(createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… 5352 return createExportDeclaration(
|
/third_party/typescript/src/compiler/transformers/ |
D | ts.ts | 3598 … res.push(factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined,
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 6318 … factory.createNodeArray([...ns.body.statements, factory.createExportDeclaration( 6350 statements = [...nonExports, factory.createExportDeclaration( 6368 factory.createExportDeclaration( 6572 factory.createExportDeclaration( 6610 factory.createExportDeclaration( 6658 …addResult(factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined, /*isT… 6665 addResult(factory.createExportDeclaration( 6793 const nsBody = factory.createModuleBlock([factory.createExportDeclaration( 6898 …Assignment(d) && !d.isExportEquals && isIdentifier(d.expression) ? factory.createExportDeclaration( 7145 addResult(factory.createExportDeclaration( [all …]
|
D | types.ts | 7221 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier…
|
D | parser.ts | 7602 …const node = factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, modu…
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3472 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method 7214 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
|
D | typescriptServices.d.ts | 3472 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method 7214 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
|
D | tsserverlibrary.d.ts | 3472 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method 10959 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
|
D | tsc.js | 16514 createExportDeclaration: createExportDeclaration, 19025 …function createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… function 19042 …? update(createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… 19885 return createExportDeclaration(undefined, undefined, false, createNamedExports([ 22100 …return factory.createExportDeclaration(undefined, undefined, false, factory.createNamedExports([])… 27890 …var node = factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, module… 40795 …__spreadArray(__spreadArray([], ns.body.statements), [ts.factory.createExportDeclaration(undefined… 40813 …ments = __spreadArray(__spreadArray([], nonExports), [ts.factory.createExportDeclaration(undefined… 40822 …ts.factory.createExportDeclaration(undefined, undefined, false, ts.factory.createNamedExports(ts.f… 40973 …addResult(ts.factory.createExportDeclaration(undefined, undefined, false, ts.factory.createNamedEx… [all …]
|
D | typingsInstaller.js | 20810 createExportDeclaration: createExportDeclaration, 23686 …function createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… function 23704 …? update(createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… 24769 return createExportDeclaration( 27389 …return factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined, /*isType… 34514 …var node = factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, module… 49514 …NodeArray(__spreadArray(__spreadArray([], ns.body.statements), [ts.factory.createExportDeclaration( 49540 … statements = __spreadArray(__spreadArray([], nonExports), [ts.factory.createExportDeclaration( 49555 ts.factory.createExportDeclaration( 49738 addResult(ts.factory.createExportDeclaration( [all …]
|
D | typescriptServices.js | 21015 createExportDeclaration: createExportDeclaration, 23891 …function createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… function 23909 …? update(createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… 24974 return createExportDeclaration( 27594 …return factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined, /*isType… 34719 …var node = factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, module… 49719 …NodeArray(__spreadArray(__spreadArray([], ns.body.statements), [ts.factory.createExportDeclaration( 49745 … statements = __spreadArray(__spreadArray([], nonExports), [ts.factory.createExportDeclaration( 49760 ts.factory.createExportDeclaration( 49943 addResult(ts.factory.createExportDeclaration( [all …]
|
D | tsserverlibrary.js | 21015 createExportDeclaration: createExportDeclaration, 23891 …function createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… function 23909 …? update(createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… 24974 return createExportDeclaration( 27594 …return factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined, /*isType… 34719 …var node = factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, module… 49719 …NodeArray(__spreadArray(__spreadArray([], ns.body.statements), [ts.factory.createExportDeclaration( 49745 … statements = __spreadArray(__spreadArray([], nonExports), [ts.factory.createExportDeclaration( 49760 ts.factory.createExportDeclaration( 49943 addResult(ts.factory.createExportDeclaration( [all …]
|
D | tsserver.js | 20821 createExportDeclaration: createExportDeclaration, 23697 …function createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… function 23715 …? update(createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… 24780 return createExportDeclaration( 27400 …return factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined, /*isType… 34525 …var node = factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, module… 49525 …NodeArray(__spreadArray(__spreadArray([], ns.body.statements), [ts.factory.createExportDeclaration( 49551 … statements = __spreadArray(__spreadArray([], nonExports), [ts.factory.createExportDeclaration( 49566 ts.factory.createExportDeclaration( 49749 addResult(ts.factory.createExportDeclaration( [all …]
|
D | typescript.js | 21015 createExportDeclaration: createExportDeclaration, 23891 …function createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… function 23909 …? update(createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, moduleSpecifier)… 24974 return createExportDeclaration( 27594 …return factory.createExportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefined, /*isType… 34719 …var node = factory.createExportDeclaration(decorators, modifiers, isTypeOnly, exportClause, module… 49719 …NodeArray(__spreadArray(__spreadArray([], ns.body.statements), [ts.factory.createExportDeclaration( 49745 … statements = __spreadArray(__spreadArray([], nonExports), [ts.factory.createExportDeclaration( 49760 ts.factory.createExportDeclaration( 49943 addResult(ts.factory.createExportDeclaration( [all …]
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3588 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method 7461 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
|
D | tsserverlibrary.d.ts | 3588 …createExportDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method 11244 …const createExportDeclaration: (decorators: readonly Decorator[] | undefined, modifiers: readonly … constant
|