Searched defs:createModuleBlock (Results 1 – 8 of 8) sorted by relevance
622 export const createModuleBlock = Debug.deprecate(factory.createModuleBlock, factoryDeprecation); constant
3878 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method7960 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
3878 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method11906 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
20897 function createModuleBlock(statements) { function
25902 function createModuleBlock(statements) { function