Skip to content

Commit 618ccb1

Browse files
committed
remove reference to next section
1 parent 2709169 commit 618ccb1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/api/esm.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,9 @@ The conditions supported in Node.js are matched in the following order:
388388
file.
389389

390390
Using the `"require"` condition it is possible to define a package that will
391-
have a different exported value for CommonJS and ES modules, which is a hazard
392-
in that it can result in having two separate instances of the same package in
393-
use in an application, which can cause a number of bugs. For a safe way to
394-
define packages for use via both `require()` and `import`, see the next section.
391+
have a different exported value for CommonJS and ES modules, which can be a
392+
hazard in that it can result in having two separate instances of the same
393+
package in use in an application, which can cause a number of bugs.
395394

396395
Other conditions such as `"browser"`, `"electron"`, `"deno"`, `"react-native"`
397396
etc. can be defined in other runtimes or tools.

0 commit comments

Comments
 (0)