File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,8 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
240
240
241
241
nodeJsCompat @21 :Bool
242
242
$compatEnableFlag("nodejs_compat" )
243
- $compatDisableFlag("no_nodejs_compat" );
243
+ $compatDisableFlag("no_nodejs_compat" )
244
+ $impliedByAfterDate(name = "enableNodeJsProcessV2" , date = "2000-01-01" );
244
245
# Enables nodejs compat imports in the application.
245
246
246
247
obsolete22 @22 :Bool
@@ -465,7 +466,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
465
466
nodeJsCompatV2 @50 :Bool
466
467
$compatEnableFlag("nodejs_compat_v2" )
467
468
$compatDisableFlag("no_nodejs_compat_v2" )
468
- $impliedByAfterDate(name = "nodeJsCompat" , date = "2024-09-23" );
469
+ $impliedByAfterDate(names = [ "nodeJsCompat" , "enableNodeJsProcessV2" ] , date = "2024-09-23" );
469
470
# Implies nodeJSCompat with the following additional modifications:
470
471
# * Node.js Compat built-ins may be imported/required with or without the node: prefix
471
472
# * Node.js Compat the globals Buffer and process are available everywhere
You can’t perform that action at this time.
0 commit comments