File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11112 . The module can only be implemented in core.
12123 . The module can only be implemented in a performant way in core.
13134 . Developer experience is significantly improved if the module is in core.
14- 5 . The module will be widely used, have cross platform native code, and being in
15- core will avoid the need for an end-user compilation chain.
16- 6 . Part or all of the module will also be re-used or duplicated in core.
14+ 5 . The module provides functionality that can be expected to solve at least one
15+ common use case Node.js users face.
16+ 6 . The module requires native bindings. Inclusion in core enables utility across
17+ operating systems and architectures without requiring users to have a native
18+ compilation toolchain.
19+ 7 . Part or all of the module will also be re-used or duplicated in core.
1720
1821## Strong arguments against including a module in core
1922
You can’t perform that action at this time.
0 commit comments