Skip to content

Commit de31821

Browse files
committed
Mark acorn-loose 8.4.0
1 parent 4168d2a commit de31821

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

acorn-loose/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.4.0 (2023-10-26)
2+
3+
### Bug fixes
4+
5+
Fix an issue where a slash after a call to a propery named the same as some keywords would be tokenized as a regular expression.
6+
7+
Fix a bug where the parser would raise an error when an invalid escape was included in an identifier after a keyword.
8+
9+
### New features
10+
11+
Use a set of new, much more precise, TypeScript types.
12+
113
## 8.3.0 (2021-12-27)
214

315
### New features

acorn-loose/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"./package.json": "./package.json"
1818
},
19-
"version": "8.3.0",
19+
"version": "8.4.0",
2020
"engines": {
2121
"node": ">=0.4.0"
2222
},
2323
"dependencies": {
24-
"acorn": "^8.5.0"
24+
"acorn": "^8.11.0"
2525
},
2626
"maintainers": [
2727
{

0 commit comments

Comments
 (0)