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