You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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@nodejsorganization onnpmjs.comand using this scope to publish shims under? A first candidate being@nodejs/mkdir-recursive-shim.nodejs/mkdir-recursive-shimrepo on GitHub?Actually Write
@nodejs/mkdir-recursive-shimModule.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.
@nodejs/tooling (CC: @mhdawson, @dshaw, @jdalton)