We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e265eae commit 3b6128eCopy full SHA for 3b6128e
acorn-walk/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 7.2.0 (2020-06-17)
2
+
3
+### New features
4
5
+Support optional chaining and nullish coalescing.
6
7
+Support `import.meta`.
8
9
+Add support for `export * as ns from "source"`.
10
11
## 7.1.1 (2020-02-13)
12
13
### Bug fixes
acorn-walk/package.json
@@ -5,7 +5,7 @@
"main": "dist/walk.js",
"types": "dist/walk.d.ts",
"module": "dist/walk.mjs",
- "version": "7.1.1",
+ "version": "7.2.0",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
0 commit comments