-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
parse5 v8 has migrate to ESM-only package, so i think if we should.
But before migrating, we MUST ONLY support Node.js with the minimum version is 20.
Because on that version, CommonJS can import an ESM file.
Note
Node.js with version under 20 is deprecated.
// This is works
const esm = require("./esm.mjs");This will reduce half of the package size. Agree @fb55?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels