you too
This commit is contained in:
parent
ccf8f41544
commit
b0ad0a0768
|
|
@ -95,7 +95,7 @@ export function compileCode(code: string, globals?: Record<string, any>): Byteco
|
|||
return compiler.bytecode
|
||||
}
|
||||
|
||||
export function parseFile(path: string, globals?: Record<string, any>): SyntaxNode {
|
||||
export function parseFile(path: string, globals?: Record<string, any>): Tree {
|
||||
const code = readFileSync(path, 'utf-8')
|
||||
return parseCode(code, globals)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user