There are many great Node.js libraries that are also useful in Deno ecosystem, it would be a waste of time to reinvent the wheels from scratch for Deno.
Creating a compiler, probably on top of webpack, to generate Deno-compatible code from Node.js code.
// index.js
const chalk = require('chalk')
module.exports = chalk
denoify ./index.js -o ./dist/index.js
deno dist/index.js # it works
👍 If you like this idea
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too