Skip to content
Merged
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
fixup! doc: add note regarding unfinished TLA
  • Loading branch information
aduh95 committed Jan 8, 2022
commit dde2a08ab087603ae8a8a41e31dc52d5e647477f
3 changes: 1 addition & 2 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,7 @@ added: v14.8.0

> Stability: 1 - Experimental

The `await` keyword may be used in the top level (outside of async functions)
body of an ECMAScript module.
The `await` keyword may be used in the top level body of an ECMAScript module.

Assuming an `a.mjs` with

Expand Down