8.4.08.3.0
Reading changes from the repo…
allowSuperOutsideMethod
option, allowing the use of the super
keyword outside of methods when parsing expressions. This enhances flexibility for developers working with class-based JavaScript. export const base
in walk.d.ts
, ensuring TypeScript recognizes the base
variable when using the acorn-walk package. This resolves issues for developers trying to extend the walk functionality.