1
2
3
4
export let acornExample = (async () => {
const acorn = await import("npm:acorn");
return acorn.parse("1 + 1");
})();