Skip to content

A webpack implementation that bundles a node file for use with deno.

Notifications You must be signed in to change notification settings

denolib/node-to-deno

 
 

Repository files navigation

node-to-deno

https://github.com/denoland/deno

A secure TypeScript runtime on V8 https://deno.land/

How do you run a node file in deno? How do you use node_modules / npm packages in deno?

Webpack!

This is a proof of concept that allows you to use a npm module in deno.

yarn
yarn build
deno ./src/main.ts

About

A webpack implementation that bundles a node file for use with deno.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%