mirror of
https://github.com/bendtherules/not-a-js-engine.git
synced 2026-08-18 22:01:53 +00:00
parse.ts - Add file which reexports acorn.parse
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { parse } from 'acorn';
|
||||
|
||||
export function parseScript(content: string) {
|
||||
return parse(content);
|
||||
}
|
||||
Reference in New Issue
Block a user