h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 328 forks source link

feat: Support loading ESM modules using ui.script #2331 #2332

Closed marek-mihok closed 4 months ago

marek-mihok commented 4 months ago

The PR fulfills these requirements: (check all the apply)

Adds type attribute to ui.script(). Tested manually - it loads JavaScript modules properly when type="module" is specified.

Closes #2331