-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
One topic discussed in our Node+JS Interactive meeting on tooling, was the introduction of user-land modules to help ecosystem modules take advantage of new functionality (.e.,g, mkdirp
) while still falling back to their prior implementation.
I've opened this issue to capture a couple action items around this topic.
Publishing Shims Under Node.js Organization
How do we feel about creating a @node
, or @nodejs
organization on npmjs.com
and using this scope to publish shims under? A first candidate being @nodejs/mkdir-recursive-shim
.
- let's figure out who to talk to about doing this, and if we have consensus create the scope on npm and
nodejs/mkdir-recursive-shim
repo on GitHub?
Actually Write @nodejs/mkdir-recursive-shim
- @guybedford you'd offered to take this on? let's check this box when we've done so?
Module.wrap is a candidate for a similar shim
There's a discussion in nodejs/node#21573 about using an improved API for Module.wrap, this would potentially be another good candidate for a shim.
- should the tooling group help create a shim for this?
- if so, let's create a tracking ticket and pitch in on module: use compileFunction over Module.wrap node#21573.
jdalton
Metadata
Metadata
Assignees
Labels
No labels