Skip to content

Commit

Permalink
Move the default implied on date for nodejs-compat-v2
Browse files Browse the repository at this point in the history
Push back the date where nodejs-compat implies nodejs-compat-v2
  • Loading branch information
jasnell committed Aug 27, 2024
1 parent 450b591 commit a2194fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
nodeJsCompatV2 @50 :Bool
$compatEnableFlag("nodejs_compat_v2")
$compatDisableFlag("no_nodejs_compat_v2")
$impliedByAfterDate(name = "nodeJsCompat", date = "2024-09-02");
$impliedByAfterDate(name = "nodeJsCompat", date = "2024-09-23");
# Implies nodeJSCompat with the following additional modifications:
# * Node.js Compat built-ins may be imported/required with or without the node: prefix
# * Node.js Compat the globals Buffer and process are available everywhere
Expand Down

0 comments on commit a2194fc

Please sign in to comment.