File tree 3 files changed +18
-2
lines changed
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
+
1
17
## 6.4.1 (2020-03-09)
2
18
3
19
### Bug fixes
Original file line number Diff line number Diff line change 5
5
"main" : " dist/acorn.js" ,
6
6
"types" : " dist/acorn.d.ts" ,
7
7
"module" : " dist/acorn.mjs" ,
8
- "version" : " 7.1.1 " ,
8
+ "version" : " 7.2.0 " ,
9
9
"engines" : {"node" : " >=0.4.0" },
10
10
"maintainers" : [
11
11
{
Original file line number Diff line number Diff line change 41
41
"eslint-plugin-standard" : " ^3.0.1" ,
42
42
"rollup" : " ^1.7.0" ,
43
43
"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 " ,
45
45
"test262-parser-runner" : " ^0.5.0" ,
46
46
"test262-stream" : " ^1.2.1" ,
47
47
"unicode-13.0.0" : " ^0.8.0"
You can’t perform that action at this time.
0 commit comments