Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove singular types note
  • Loading branch information
guybedford authored Nov 17, 2021
commit 7cefba2f67d313a63173d76adf4c15b9fd00f0e6
3 changes: 1 addition & 2 deletions doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,7 @@ usage, a list of common known package conditions and their strict definitions
is provided below to assist with ecosystem coordination.

* `"types"` - can be used by typing systems to resolve the typing file for
the given export, possible since the interface should be the same for all
variations. _This condition should always be included first._
the given export. _This condition should always be included first._
* `"deno"` - indicates a variation for the Deno platform.
Comment thread
guybedford marked this conversation as resolved.
* `"browser"` - any web browser environment.
* `"development"` - can be used to define a development-only environment
Expand Down