WIP: use es-modules

This commit is contained in:
j 2026-02-16 22:16:19 +01:00
commit 9c3450947b
146 changed files with 722 additions and 62 deletions

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './Namespace.js';
(function(window) {
@ -427,4 +428,4 @@
}
}
}(this));
}(globalThis));