File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Fabien LOISON
3030Felix Maier
3131Forbes Lindesay
3232Gilad Peleg
33+ Huáng Jùnliàng
3334impinball
3435Ingvar Stepanyan
3536Jackson Ray Hamilton
@@ -68,6 +69,7 @@ Olivier Thomann
6869Oskar Schöldström
6970Paul Harper
7071Peter Rust
72+ piotr
7173PlNG
7274Praveen N
7375Prayag Verma
@@ -80,10 +82,14 @@ Sebastian McKenzie
8082Shahar Soel
8183Sheel Bedi
8284Simen Bekkhus
85+ susiwen
86+ susiwen8
8387Teddy Katz
8488Timothy Gu
8589Toru Nagashima
90+ tuesmiddt
8691Victor Homyakov
92+ Vladislav Tupikin
8793Wexpo Lyu
8894zsjforcn
8995龙腾道
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+
113## 7.1.0 (2019-09-24)
214
315### 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.0 " ,
8+ "version" : " 7.1.1 " ,
99 "engines" : {"node" : " >=0.4.0" },
1010 "maintainers" : [
1111 {
You can’t perform that action at this time.
0 commit comments