Changeset e29cc2e for trip-planner-front/node_modules/acorn/CHANGELOG.md
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/acorn/CHANGELOG.md
r59329aa re29cc2e 1 ## 8.6.0 (2021-11-18) 2 3 ### Bug fixes 4 5 Fix a bug where an object literal with multiple `__proto__` properties would incorrectly be accepted if a later property value held an assigment. 6 7 ### New features 8 9 Support class private fields with the `in` operator. 10 1 11 ## 8.5.0 (2021-09-06) 2 12 … … 37 47 Default `allowAwaitOutsideFunction` to true for ECMAScript 2022 an higher. 38 48 39 Add support for the ` p` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag.49 Add support for the `d` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag. 40 50 41 51 ## 8.2.4 (2021-05-04)
Note:
See TracChangeset
for help on using the changeset viewer.