File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 7.2.0 (2020-05-09)
2+
3+ ### Bug fixes
4+
5+ Fix precedence issue in parsing of async arrow functions.
6+
7+ ### New features
8+
9+ Add support for nullish coalescing.
10+
11+ Add support for ` import.meta ` .
12+
13+ Support ` export * as ... ` syntax.
14+
15+ Upgrade to Unicode 13.
16+
117## 6.4.1 (2020-03-09)
218
319### Bug fixes
Original file line number Diff line number Diff line change 55 "main" : " dist/acorn.js" ,
66 "types" : " dist/acorn.d.ts" ,
77 "module" : " dist/acorn.mjs" ,
8- "version" : " 7.1.1 " ,
8+ "version" : " 7.2.0 " ,
99 "engines" : {"node" : " >=0.4.0" },
1010 "maintainers" : [
1111 {
Original file line number Diff line number Diff line change 4141 "eslint-plugin-standard" : " ^3.0.1" ,
4242 "rollup" : " ^1.7.0" ,
4343 "rollup-plugin-buble" : " ^0.19.0" ,
44- "test262" : " git+https://github.com/tc39/test262.git#09380a4ae412e986ea39eb7163f5a6b3e5b04bbc " ,
44+ "test262" : " git+https://github.com/tc39/test262.git#2c432e35b261a2474f122631b02eff3e031de383 " ,
4545 "test262-parser-runner" : " ^0.5.0" ,
4646 "test262-stream" : " ^1.2.1" ,
4747 "unicode-13.0.0" : " ^0.8.0"
You can’t perform that action at this time.
0 commit comments