ncstate-delta / moodle-mod_zoom

Moodle plugin for Zoom meeting
https://moodle.org/plugins/mod_zoom
61 stars 106 forks source link

Cleanup: AMD modules should be in ESM format #571

Open jrchamp opened 5 months ago

jrchamp commented 5 months ago

From https://moodledev.io/docs/apis/commonfiles#amd

Although the AMD module format is supported, all new JavaScript is written in the EcmaScript Module (ESM) format.

If I'm correct, only the amd/src/form.js file would need to change.