Searched defs:updateExportDeclaration (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.8/ |
| D | mergeDecoratorsAndModifiers.ts | 245 …updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method 293 } = factory; 294 295 factory.createParameterDeclaration = buildOverload("createParameterDeclaration")
|
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 1220 export const updateExportDeclaration = Debug.deprecate(function updateExportDeclaration( constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4133 …updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method 4476 …updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method 8484 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
|
| D | tsserverlibrary.d.ts | 8136 …updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method 8479 …updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method 12414 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
|
| D | typingsInstaller.js | 16168 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… function
|
| D | tsc.js | 21459 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4133 …updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method 4476 …updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method 8484 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
|
| D | tsserverlibrary.d.ts | 8136 …updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method 8479 …updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method 12414 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8379 …updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method
|