Skip to content

Commit be50233

Browse files
committed
apply review
1 parent 81cd76f commit be50233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/experiments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Defaults to the value of [`futureDefaults`](#experimentsfuturedefaults).
212212

213213
### experiments.deferImport
214214

215-
Enable support of the tc39 proposal [Deferring Module Evaluation](https://github.com/tc39/proposal-defer-import-eval).
215+
Enable support of the tc39 proposal [the `import defer` proposal](https://github.com/tc39/proposal-defer-import-eval).
216216
This allows deferring the evaluation of a module until its first use.
217217
This is useful to synchronously defer code execution when it's not possible to use `import()` due to its asynchronous nature.
218218

0 commit comments

Comments
 (0)