★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/bbea3f21ffNouvelle recherche | Portail wanayoo
Skip to content
Permalink
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
Trott authored and MylesBorins committed Mar 25, 2020
1 parent 81183ca commit bbea3f21ff7ca28b16336206b39f390455d5ef33
Showing with 2 additions and 2 deletions.
  1. +2 −2 doc/api/esm.md
@@ -620,8 +620,8 @@ stateless):

##### Approach #2: Isolate State

The most straightforward `package.json` would be one that defines the separate
CommonJS and ES module entry points directly:
A `package.json` file can define the separate CommonJS and ES module entry
points directly:

<!-- eslint-skip -->
```js

0 comments on commit bbea3f2

Please sign in to comment.