Searched defs:createModuleBlock (Results 1 – 8 of 8) sorted by relevance
622 export const createModuleBlock = Debug.deprecate(factory.createModuleBlock, factoryDeprecation); constant
3915 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method8049 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
3915 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method11995 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
21058 function createModuleBlock(statements) { function
26105 function createModuleBlock(statements) { function