We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543c6f0 commit e4baf9eCopy full SHA for e4baf9e
acorn-walk/CHANGELOG.md
@@ -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
11
## 8.3.4 (2024-09-09)
12
13
### Bug fixes
acorn-walk/package.json
@@ -16,7 +16,7 @@
16
],
17
"./package.json": "./package.json"
18
},
19
- "version": "8.3.4",
+ "version": "8.3.5",
20
"engines": {
21
"node": ">=0.4.0"
22
0 commit comments