This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
v8.0.0
8.0.0 (2024-01-04)
⚠ BREAKING CHANGES
- use ESTree
directive
property when searching for"use strict"
(#118) - class
extends
is evaluated in the class scope (#116) - Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#115)
Features
- Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#115) (ed67857)
- use ESTree
directive
property when searching for"use strict"
(#118) (23fe81f)