File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Fabien LOISON
30
30
Felix Maier
31
31
Forbes Lindesay
32
32
Gilad Peleg
33
+ Huáng Jùnliàng
33
34
impinball
34
35
Ingvar Stepanyan
35
36
Jackson Ray Hamilton
@@ -68,6 +69,7 @@ Olivier Thomann
68
69
Oskar Schöldström
69
70
Paul Harper
70
71
Peter Rust
72
+ piotr
71
73
PlNG
72
74
Praveen N
73
75
Prayag Verma
@@ -80,10 +82,14 @@ Sebastian McKenzie
80
82
Shahar Soel
81
83
Sheel Bedi
82
84
Simen Bekkhus
85
+ susiwen
86
+ susiwen8
83
87
Teddy Katz
84
88
Timothy Gu
85
89
Toru Nagashima
90
+ tuesmiddt
86
91
Victor Homyakov
92
+ Vladislav Tupikin
87
93
Wexpo Lyu
88
94
zsjforcn
89
95
龙腾道
Original file line number Diff line number Diff line change
1
+ ## 7.1.1 (2020-03-01)
2
+
3
+ ### Bug fixes
4
+
5
+ Treat ` \8 ` and ` \9 ` as invalid escapes in template strings.
6
+
7
+ Allow unicode escapes in property names that are keywords.
8
+
9
+ Don't error on an exponential operator expression as argument to ` await ` .
10
+
11
+ More carefully check for valid UTF16 surrogate pairs in regexp validator.
12
+
1
13
## 7.1.0 (2019-09-24)
2
14
3
15
### 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.0 " ,
8
+ "version" : " 7.1.1 " ,
9
9
"engines" : {"node" : " >=0.4.0" },
10
10
"maintainers" : [
11
11
{
You can’t perform that action at this time.
0 commit comments