Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {

nodeJsCompat @21 :Bool
$compatEnableFlag("nodejs_compat")
$compatDisableFlag("no_nodejs_compat");
$compatDisableFlag("no_nodejs_compat")
$compatEnableDate("2026-04-14");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This likely would need to be pushed out another week or two depending on how long it takes to resolve the "should we really do this" question.

# Enables nodejs compat imports in the application.

obsolete22 @22 :Bool
Expand Down
Loading