We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cd76f commit be50233Copy full SHA for be50233
src/content/configuration/experiments.mdx
@@ -212,7 +212,7 @@ Defaults to the value of [`futureDefaults`](#experimentsfuturedefaults).
212
213
### experiments.deferImport
214
215
-Enable support of the tc39 proposal [Deferring Module Evaluation](https://github.com/tc39/proposal-defer-import-eval).
+Enable support of the tc39 proposal [the `import defer` proposal](https://github.com/tc39/proposal-defer-import-eval).
216
This allows deferring the evaluation of a module until its first use.
217
This is useful to synchronously defer code execution when it's not possible to use `import()` due to its asynchronous nature.
218
0 commit comments