Commit Graph

5 Commits

Author SHA1 Message Date
Eli Kogan-Wang aebb1ae26a Update Babel preset configuration to use ES modules 2025-03-25 13:22:48 +01:00
Eli Kogan-Wang 57c03321b7 Replace build script with convert script for module transformation 2025-03-25 13:22:48 +01:00
Eli Kogan-Wang 62201022ab Refactor project to use ES modules and update related scripts 2025-03-25 13:22:48 +01:00
Pierre Ossman cd927723bc Fix import of "commander"
The default import was deprecated ages ago, and in v12 it has now
finally been changed in a breaking way.

Change the code to import things the proper way.
2024-02-05 16:53:20 +01:00
Samuel Mannehed 44c10255ad Rename use_require.js to convert.js
This script only has one purpose now, let the name reflect that. It
converts to CommonJS for NPM.
2021-12-01 09:17:41 +01:00