Commit 3347080
committed
Do not use
It might not be available on older NodeJS and browsers. It can't
be added by the Babel runtime because it is an instance function.
Only Babel polyfill can add such functions and we can't use plyfill
because it changes the global scope.String#padStart()
1 parent b88af7f commit 3347080
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
388 | | - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
389 | 395 | | |
0 commit comments