Convert app.js to ES modules

GitOrigin-RevId: 7819cc8c8235b93b985c1c07c7dec778c93d9134
This commit is contained in:
andrew rumble
2024-10-14 11:04:23 +00:00
committed by Copybot
parent 209a3670ce
commit e128e8ea32
16 changed files with 130 additions and 137 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ POTENTIAL_SEND_USAGE=$(\
grep \
--files-with-matches \
--recursive \
app.js \
app.mjs \
app/ \
modules/*/app \
test/acceptance/ \