Tags: aa10000/acorn
Tags
Release 3.2.0 ## Bug fixes Improve handling of lack of unicode regexp support in host environment. Properly reject shorthand properties whose name is a keyword. Don't crash when the loose parser is called without options object. ### New features Visitors created with `visit.make` now have their base as _prototype_, rather than copying properties into a fresh object. Make it possible to use `visit.ancestor` with a walk state.-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJXVrHoAAoJEHA/G+1tM64ecVQIAJbjz15y/aM715YSq5x6OpdQ 6PYrNUA01WqYPOqHuDY1c1CF6Q5WlE2y9swPMGFNDncFC/6F0xBt/z9gVbWv6XUJ RLn93MiF7xZCUhmVXlFRosi5ny+ntu8QARVkFq8529DyuMpw39y6tslkwXQXpMfc tkPbkDZD18UKCIuOr8mK0qIVMlfBFKk57/CdxisLSveq5/pq8O2Y2FZeSzhD7Qtu 4Idd88LPc7V+AtDp9CIBUdSfcDeVPWdRlAcutxYRuW63Ljob+vq1QRXzk8/c+2y0 CHd/F05DRCc/lJnc3kd3mXmrNye0AsXhbyKQPEEtwXs6Q58bKs1alm7HH8a7sbs= =Qq/r -----END PGP SIGNATURE-----
Bug fixes ========= Fix issue where the loose parser created invalid TemplateElement nodes for unclosed template literals. Properly tokenize the division operator directly after a function expression. Allow trailing comma in destructuring arrays. New features ============ The walker now allows defining handlers for `CatchClause` nodes.
PreviousNext