We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4168d2a commit de31821Copy full SHA for de31821
acorn-loose/CHANGELOG.md
@@ -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
13
## 8.3.0 (2021-12-27)
14
15
### New features
acorn-loose/package.json
@@ -16,12 +16,12 @@
16
],
17
"./package.json": "./package.json"
18
},
19
- "version": "8.3.0",
+ "version": "8.4.0",
20
"engines": {
21
"node": ">=0.4.0"
22
23
"dependencies": {
24
- "acorn": "^8.5.0"
+ "acorn": "^8.11.0"
25
26
"maintainers": [
27
{
0 commit comments