User tests: Successful: Unsuccessful:
Just some minor JS improvements to use parameter destructing.
Code review
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
Labels |
Added:
NPM Resource Changed
?
|
Babel transpiles destructing params by default. This isn't a DOM method.
No need to use rollup at all.
I have tested this item
I have tested this item
Test OK
The build script transpile the parameter destructing.
Status | Pending | ⇒ | Ready to Commit |
RTC
Can you fix conflicts here please - it's from the install from web pr you did
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-09 10:37:19 |
Closed_By | ⇒ | wilsonge |
Thanks!
@C-Lodder you cannot introduce such ES2015+ options without a way to compose ES5 compatible scripts. In short you need to pump (eg use rollup) the build tools if you still care for ES5. I'm guessing the project neither cares about ES5 or any js version other than the latest ES20**..
Not a wise choice (just an opinion from an old guy...)