Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
doc: improve wording in esm.md
Simplify complex sentence. Remove use of "straightforward". PR-URL: #32427 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -620,8 +620,8 @@ stateless): | ||
|
|
||
| ##### Approach #2: Isolate State | ||
|
|
||
| A `package.json` file can define the separate CommonJS and ES module entry | ||
| points directly: | ||
|
|
||
| <!-- eslint-skip --> | ||
| ```js | ||