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
Next Next commit
fixup: remove note regarding tooling
  • Loading branch information
MylesBorins committed May 4, 2020
commit a313dbc044a8034a2f47ace37e607d4a776374aa
3 changes: 1 addition & 2 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ a project that previous exported `main`, `lib`,

As a last resort, package encapsulation can be disabled entirely by creating an
export for the root of the package `"./": "./"`. This will expose every file in
Comment thread
hybrist marked this conversation as resolved.
the package at the cost of disabling encapsulation and the tooling and optimization
benefits that come with it.
the package at the cost of disabling encapsulation.

#### Main Entry Point Export

Expand Down