mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 10:42:18 +00:00

This part of the docs aims to contain documentation regarding package configuration that covers both ESM and CJS realms. * Move Enabling section * Update Enabling section * Remove -u flag * Package scopes do not carry through `node_modules` folders Refs: https://github.com/nodejs/modules/issues/539 Co-authored-by: Geoffrey Booth <webmaster@geoffreybooth.com>> Co-authored-by: Guy Bedford <guybedford@gmail.com> PR-URL: https://github.com/nodejs/node/pull/34748 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com>
71 lines
1.8 KiB
Markdown
71 lines
1.8 KiB
Markdown
<!--
|
|
NB(chrisdickinson): if you move this file, be sure to update
|
|
tools/doc/html.js to point at the new location.
|
|
-->
|
|
|
|
<!--introduced_in=v0.10.0-->
|
|
|
|
* [About this documentation](documentation.html)
|
|
* [Usage and example](synopsis.html)
|
|
|
|
<hr class="line"/>
|
|
|
|
* [Assertion testing](assert.html)
|
|
* [Async hooks](async_hooks.html)
|
|
* [Buffer](buffer.html)
|
|
* [C++ addons](addons.html)
|
|
* [C/C++ addons with N-API](n-api.html)
|
|
* [C++ embedder API](embedding.html)
|
|
* [Child processes](child_process.html)
|
|
* [Cluster](cluster.html)
|
|
* [Command line options](cli.html)
|
|
* [Console](console.html)
|
|
* [Crypto](crypto.html)
|
|
* [Debugger](debugger.html)
|
|
* [Deprecated APIs](deprecations.html)
|
|
* [DNS](dns.html)
|
|
* [Domain](domain.html)
|
|
* [Errors](errors.html)
|
|
* [Events](events.html)
|
|
* [File system](fs.html)
|
|
* [Globals](globals.html)
|
|
* [HTTP](http.html)
|
|
* [HTTP/2](http2.html)
|
|
* [HTTPS](https.html)
|
|
* [Inspector](inspector.html)
|
|
* [Internationalization](intl.html)
|
|
* [Modules: CommonJS modules](modules.html)
|
|
* [Modules: ECMAScript modules](esm.html)
|
|
* [Modules: `module` API](module.html)
|
|
* [Modules: Packages](packages.html)
|
|
* [Net](net.html)
|
|
* [OS](os.html)
|
|
* [Path](path.html)
|
|
* [Performance hooks](perf_hooks.html)
|
|
* [Policies](policy.html)
|
|
* [Process](process.html)
|
|
* [Punycode](punycode.html)
|
|
* [Query strings](querystring.html)
|
|
* [QUIC](quic.html)
|
|
* [Readline](readline.html)
|
|
* [REPL](repl.html)
|
|
* [Report](report.html)
|
|
* [Stream](stream.html)
|
|
* [String decoder](string_decoder.html)
|
|
* [Timers](timers.html)
|
|
* [TLS/SSL](tls.html)
|
|
* [Trace events](tracing.html)
|
|
* [TTY](tty.html)
|
|
* [UDP/datagram](dgram.html)
|
|
* [URL](url.html)
|
|
* [Utilities](util.html)
|
|
* [V8](v8.html)
|
|
* [VM](vm.html)
|
|
* [WASI](wasi.html)
|
|
* [Worker threads](worker_threads.html)
|
|
* [Zlib](zlib.html)
|
|
|
|
<hr class="line"/>
|
|
|
|
* [Code repository and issue tracker](https://github.com/nodejs/node)
|