Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
tmcw
acornExample
Public
Fork
Like
Code
Pull Requests
Forks
References
Dependencies
Versions
v4
Back
Version 2
7/27/2023
9
1
2
3
4
let
acornExample
=
(
async
(
)
=>
{
const
acorn
=
await
import
(
"npm:acorn"
)
;
return
acorn
.
parse
(
"1"
)
;
}
)
(
)
;
Copy
Updated: October 23, 2023