nodejs / modules

Node.js Modules Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Browser and Node compatibility without building

GeoffreyBooth opened this issue · comments

I can write an ES module that imports dependencies and works natively in either browsers or in Node, without needing a build step.

Use cases 28, 32.

I believe package name maps in the browser will make this possible.