Skip to content

Commit e9ed602

Browse files
Update doc/api/esm.md
Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
1 parent 05ee0db commit e9ed602

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/api/esm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,9 @@ Condition matching is applied in object order from first to last within the
375375
from most specific to least specific in object order._
376376

377377
Other conditions such as `"browser"`, `"electron"`, `"deno"`, `"react-native"`,
378-
etc. could be defined in other runtimes or tools. Further restrictions,
379-
definitions or guidance on condition names may be provided in future.
378+
etc. are ignored by Node.js but may be used by other runtimes or tools.
379+
Further restrictions, definitions or guidance on condition names may be
380+
provided in the future.
380381

381382
Using the `"import"` and `"require"` conditions can lead to some hazards,
382383
which are explained further in

0 commit comments

Comments
 (0)