Commit ee03be3 1 parent 4adea30 commit ee03be3 Copy full SHA for ee03be3
File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ susiwen
86
86
susiwen8
87
87
Teddy Katz
88
88
Timothy Gu
89
+ Tim van der Lippe
89
90
Toru Nagashima
90
91
tuesmiddt
91
92
Victor Homyakov
Original file line number Diff line number Diff line change
1
+ ## 7.3.0 (2020-06-11)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix a bug that caused parsing of object patterns with a property named ` set ` that had a default value to fail.
6
+
7
+ ### New features
8
+
9
+ Add support for optional chaining (` ?. ` ).
10
+
1
11
## 7.2.0 (2020-05-09)
2
12
3
13
### 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.2 .0" ,
8
+ "version" : " 7.3 .0" ,
9
9
"engines" : {"node" : " >=0.4.0" },
10
10
"maintainers" : [
11
11
{
You can’t perform that action at this time.
0 commit comments