Function: makeBlock()¶
makeBlock(
name,content,file?):Block
Defined in: resolver/src/ast-factory.ts:60
Synthesize a Block node.
Parameters¶
name¶
string
Block name
content¶
Block content
file?¶
string
Optional source file for the loc; falls back to VIRTUAL_LOC