Skip to content

Commit e4baf9e

Browse files
committed
Mark acorn-walk 8.3.5
1 parent 543c6f0 commit e4baf9e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

acorn-walk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 8.3.5 (2026-02-19)
2+
3+
### Bug fixes
4+
5+
Emit a more informative error message when trying to walk a node type that has no walker function.
6+
7+
Specify callbacks in types to receive `AnyNode` type, so that they can be narrowed more easily.
8+
9+
Support import attributes.
10+
111
## 8.3.4 (2024-09-09)
212

313
### Bug fixes

acorn-walk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"./package.json": "./package.json"
1818
},
19-
"version": "8.3.4",
19+
"version": "8.3.5",
2020
"engines": {
2121
"node": ">=0.4.0"
2222
},

0 commit comments

Comments
 (0)