Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: esm: improve dual package hazard docs #30345

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
doc: typo
Co-Authored-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
GeoffreyBooth and vsemozhetbyt authored Nov 16, 2019
commit 94e85ab2244908e9e71cad8c0955c363b7690d5b
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ execution between the CommonJS and ES module versions of a package.

As with the previous approach, a variant of this approach not requiring
`--experimental-conditional-exports` for consumers could be to add an export,
e.g. `"./module"`, to point to an all-ES module-syntax version the package:
e.g. `"./module"`, to point to an all-ES module-syntax version of the package:

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