Commit d74e192
committed
feat: use lib and target es2020
https://www.w3schools.com/js/js_2020.asp
> New Features in ES2020
> BigInt
> String matchAll()
> The Nullish Coalescing Operator (??)
> The Optional Chaining Operator (?.)
> Logical AND Assignment Operator (&&=)
> Logical OR Assignment (||=)
> Nullish Coalescing Assignment (??=)
> Promise.allSettled()
> Dynamic Import
Issue: BTC-16881 parent 0584e14 commit d74e192
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments