Commit 1fdb362
authored
Breaking: use new language features (#94)
Namely private properties, optional chaining and the nullish coalescing
operator. This is a syntactic refactoring that makes no difference for
most consumers. The syntax is supported by all our target environments,
but if browserify is used (without babel or similar) it'll fail to
parse.
Category: change1 parent b5b583c commit 1fdb362
13 files changed
+544
-557
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments