Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reggi/node-to-deno

:recycle: A webpack implementation that bundles a node file / npm modules for use with deno.
https://github.com/reggi/node-to-deno

Last synced: about 1 month ago
JSON representation

:recycle: A webpack implementation that bundles a node file / npm modules for use with deno.

Awesome Lists containing this project

README

        

# 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.

```bash
yarn
yarn build
deno ./src/main.ts
```