Skip to content

Commit 3c1abbe

Browse files
authored
Update src/content/compatibility-flags/disable-top-level-await-in-require.md
1 parent f2fa829 commit 3c1abbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/compatibility-flags/disable-top-level-await-in-require.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ compatible.
1818

1919
The `disable_top_level_await_in_require` compat flag will cause `require()`
2020
to fail if the module uses a top-level await. This flag is default enabled
21-
on or after compatibility date 2024-12-02.
21+
with a compatibility date of 2024-12-02 or later.
2222

2323
To restore the original behavior allowing top-level await, use the
2424
`enable_top_level_await_in_require` compatibility flag.

0 commit comments

Comments
 (0)