Home
last modified time | relevance | path

Searched defs:updateExportDeclaration (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.8/
DmergeDecoratorsAndModifiers.ts245updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method
293 } = factory;
294
295 factory.createParameterDeclaration = buildOverload("createParameterDeclaration")
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1220 export const updateExportDeclaration = Debug.deprecate(function updateExportDeclaration( constant
/third_party/typescript/lib/
Dtypescript.d.ts4133updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method
4476updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method
8484 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
Dtsserverlibrary.d.ts8136updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method
8479updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method
12414 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
DtypingsInstaller.js16168 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… function
Dtsc.js21459 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4133updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method
4476updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method
8484 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
Dtsserverlibrary.d.ts8136updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method
8479updateExportDeclaration(node: ExportDeclaration, decorators: readonly Decorator[] | undefined, mod… method
12414 …const updateExportDeclaration: (node: ExportDeclaration, decorators: readonly Decorator[] | undefi… constant
/third_party/typescript/src/compiler/
Dtypes.ts8379updateExportDeclaration(node: ExportDeclaration, modifiers: readonly Modifier[] | undefined, isTyp… method