tc39 / proposal-built-in-modules

BSD 2-Clause "Simplified" License
891 stars 25 forks source link

Dead link in explainer #54

Open mikesamuel opened 5 years ago

mikesamuel commented 5 years ago

Under the discussion of "NPM style" module specifiers, there is a dead link.

The biggest downside utilizing this format is standard library modules looking the same as user defined modules which might cause confusion, for example where modules come from in a Node.js/NPM context. The two modules behave different and the same assumptions can't be applied to both.

Reference: tc39/proposal-javascript-standard-library#16-comment-

That reference points to https://github.com/tc39/proposal-javascript-standard-library/blob/master

Perhaps it should point to a particular comment under https://github.com/tc39/proposal-javascript-standard-library/issues/16 . If so, I'm unsure which.