Searched defs:createBlock (Results 1 – 4 of 4) sorted by relevance
497 export function createBlock(...statements: ts.Statement[]): ts.Block { function
3795 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method7779 const createBlock: (statements: readonly Statement[], multiLine?: boolean | undefined) => Block; constant
3795 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method11718 const createBlock: (statements: readonly Statement[], multiLine?: boolean | undefined) => Block; constant