Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/4.8/
DmergeDecoratorsAndModifiers.ts213updateModuleDeclaration(node: ModuleDeclaration, decorators: readonly Decorator[] | undefined, mod… method
284 updateModuleDeclaration, constant
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts630 export const updateModuleDeclaration: typeof factory.updateModuleDeclaration = Debug.deprecate(fact… constant
/third_party/typescript/lib/
Dtypescript.d.ts4103updateModuleDeclaration(node: ModuleDeclaration, modifiers: readonly Modifier[] | undefined, name:… method
4444updateModuleDeclaration(node: ModuleDeclaration, decorators: readonly Decorator[] | undefined, mod… method
Dtsserverlibrary.d.ts8106updateModuleDeclaration(node: ModuleDeclaration, modifiers: readonly Modifier[] | undefined, name:… method
8447updateModuleDeclaration(node: ModuleDeclaration, decorators: readonly Decorator[] | undefined, mod… method
DtypingsInstaller.js15952 function updateModuleDeclaration(node, modifiers, name, body) { function
Dtsc.js21243 function updateModuleDeclaration(node, modifiers, name, body) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4103updateModuleDeclaration(node: ModuleDeclaration, modifiers: readonly Modifier[] | undefined, name:… method
4444updateModuleDeclaration(node: ModuleDeclaration, decorators: readonly Decorator[] | undefined, mod… method
Dtsserverlibrary.d.ts8106updateModuleDeclaration(node: ModuleDeclaration, modifiers: readonly Modifier[] | undefined, name:… method
8447updateModuleDeclaration(node: ModuleDeclaration, decorators: readonly Decorator[] | undefined, mod… method
/third_party/typescript/src/compiler/
Dtypes.ts8349updateModuleDeclaration(node: ModuleDeclaration, modifiers: readonly Modifier[] | undefined, name:… method