| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2d50217 commit 1b74d3f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -565,7 +565,7 @@ Any number of custom conditions can be set with repeat flags. | |||
| 565 | 565 | ||
| 566 | 566 | The `"import"`, `"require"`, `"node"` and `"default"` conditions are defined | |
| 567 | 567 | and implemented in Node.js core, | |
| 568 | - [as specified above](#esm_conditional_exports). | ||
| 568 | + [as specified above](#packages_conditional_exports). | ||
| 569 | 569 | ||
| 570 | 570 | Other condition strings are unknown to Node.js and thus ignored by default. | |
| 571 | 571 | Runtimes or tools other than Node.js can use them at their discretion. | |
@@ -760,7 +760,7 @@ The preceding example uses explicit extensions `.mjs` and `.cjs`. | |||
| 760 | 760 | If your files use the `.js` extension, `"type": "module"` will cause such files | |
| 761 | 761 | to be treated as ES modules, just as `"type": "commonjs"` would cause them | |
| 762 | 762 | to be treated as CommonJS. | |
| 763 | - See [Enabling](#esm_enabling). | ||
| 763 | + See [Enabling](esm.md#esm_enabling). | ||
| 764 | 764 | ||
| 765 | 765 | ```cjs | |
| 766 | 766 | // ./node_modules/pkg/index.cjs | |
| Back | FazBrowse Home | New Git URL |
0 commit comments