We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
await
1 parent 9a1a2da commit 744f2d4Copy full SHA for 744f2d4
README.md
@@ -173,7 +173,7 @@ Specify options with one of the following:
173
<tr>
174
<td valign="top"><code>"await": false</code></td>
175
<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>
+ <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>
177
</td>
178
</tr>
179
0 commit comments