Searched defs:updateModuleBlock (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 625 export const updateModuleBlock = Debug.deprecate(factory.updateModuleBlock, factoryDeprecation); constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3916 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method 8051 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
|
| D | typescriptServices.d.ts | 3916 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method 8051 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
|
| D | tsserverlibrary.d.ts | 3916 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method 11997 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
|
| D | tsc.js | 21064 function updateModuleBlock(node, statements) { function
|
| D | typingsInstaller.js | 26112 function updateModuleBlock(node, statements) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3916 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method 8051 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
|
| D | tsserverlibrary.d.ts | 3916 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method 11997 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
|