We should use ESM imports instead of CommonJS.
See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
We'll be able to merge #238, #247, and #262 (dependencies updates that only work with ESM) after this change.
Note: It is a BREAKING CHANGE as standard-engine will only work with ESM.
To offer a smoother transition for packages that depends on standard-engine, we should first migrate them to ESM.
Status
We should use ESM imports instead of CommonJS.
See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
We'll be able to merge #238, #247, and #262 (dependencies updates that only work with ESM) after this change.
Note: It is a BREAKING CHANGE as
standard-enginewill only work with ESM.To offer a smoother transition for packages that depends on
standard-engine, we should first migrate them to ESM.Status