Skip to content

Commit 58e1521

Browse files
wchgadenbuieschloerke
authored
Stop using Babel; compile JS to ES2020 (#4066)
Co-authored-by: wch <[email protected]> Co-authored-by: Garrick Aden-Buie <[email protected]> Co-authored-by: gadenbuie <[email protected]> Co-authored-by: Barret Schloerke <[email protected]>
1 parent 55b37fd commit 58e1521

27 files changed

+6982
-26174
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
^\.vscode$
2727
^\.madgerc$
2828
^\.prettierrc\.yml$
29-
^babel\.config\.json$
3029
^jest\.config\.js$
3130
^package\.json$
3231
^tsconfig\.json$

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* Shiny now uses `{cli}` instead of `{crayon}` for rich log messages. (@olivroy #4170)
1111

12+
* Shiny's Typescript assets are now compiled to ES2021 instead of ES5. (#4066)
13+
1214
## Bug fixes
1315

1416
* Fixed a bug with modals where calling `removeModal()` too quickly after `showModal()` would fail to remove the modal if the remove modal message was received while the modal was in the process of being revealed. (#4173)

babel.config.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

inst/www/shared/datepicker/js/bootstrap-datepicker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/ionrangeslider/js/ion.rangeSlider.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/selectize/accessibility/js/selectize-plugin-a11y.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-autoreload.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-autoreload.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)