Skip to content

Commit 744f2d4

Browse files
committed
Update top-level await link.
1 parent 9a1a2da commit 744f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Specify options with one of the following:
173173
<tr>
174174
<td valign="top"><code>"await": false</code></td>
175175
<td>
176-
<p>A boolean for top-level <a href="https://node.green/#ES2018-features-Asynchronous-Iterators-async-generators"><code>await</code></a> in modules <a href="https://github.com/mylesborins/proposal-top-level-await/#optional-constraint-top-level-await-can-only-be-used-in-modules-without-exports">without ESM exports</a>. <em>(Node 10+)</em></p>
176+
<p>A boolean for <a href="https://github.com/tc39/proposal-top-level-await">top-level <code>await</code></a> in modules without ESM exports. <em>(Node 10+)</em></p>
177177
</td>
178178
</tr>
179179
<tr>

0 commit comments

Comments
 (0)