Skip to content

Commit 2c80d38

Browse files
committed
Refactor: Migrate codebase from cjs to esm
- Updated all `require` statements to `import` statements. - Replaced `module.exports` with `export` syntax. - Ensured compatibility with ESM format across the project.
1 parent 613a0eb commit 2c80d38

File tree

3 files changed

+402
-40
lines changed

3 files changed

+402
-40
lines changed

lib/node/constants.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import path from 'path';
2-
import fs from 'fs';
32
import {
43
fileURLToPath
54
} from 'url';

0 commit comments

Comments
 (0)