Skip to content

Commit

Permalink
Stop using Babel; compile JS to ES2020 (#4066)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
5 people authored Feb 3, 2025
1 parent 55b37fd commit 58e1521
Show file tree
Hide file tree
Showing 27 changed files with 6,982 additions and 26,174 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
^\.vscode$
^\.madgerc$
^\.prettierrc\.yml$
^babel\.config\.json$
^jest\.config\.js$
^package\.json$
^tsconfig\.json$
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

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

* Shiny's Typescript assets are now compiled to ES2021 instead of ES5. (#4066)

## Bug fixes

* 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)
Expand Down
15 changes: 0 additions & 15 deletions babel.config.json

This file was deleted.

2 changes: 1 addition & 1 deletion inst/www/shared/datepicker/js/bootstrap-datepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/www/shared/ionrangeslider/js/ion.rangeSlider.min.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions inst/www/shared/shiny-autoreload.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions inst/www/shared/shiny-autoreload.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/www/shared/shiny-showcase.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions inst/www/shared/shiny-showcase.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/www/shared/shiny-testmode.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions inst/www/shared/shiny-testmode.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58e1521

Please sign in to comment.