A parsed JavaScript program which should adhere to estree.Program. Can be generated by:
estree.Program
acorn.parse(code, {ecmaVersion: 2024})
@babel/parser
estree
A parsed JavaScript program which should adhere to
estree.Program
. Can be generated by:acorn.parse(code, {ecmaVersion: 2024})
@babel/parser
withestree
plugin