File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3088,7 +3088,6 @@ one is included in the list below.
30883088* ` --experimental-json-modules `
30893089* ` --experimental-loader `
30903090* ` --experimental-modules `
3091- * ` --experimental-permission `
30923091* ` --experimental-print-required-tla `
30933092* ` --experimental-require-module `
30943093* ` --experimental-shadow-realm `
Original file line number Diff line number Diff line change @@ -470,7 +470,6 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
470470 &EnvironmentOptions::permission,
471471 kAllowedInEnvvar ,
472472 false );
473- AddAlias (" --experimental-permission" , " --permission" );
474473 AddOption (" --allow-fs-read" ,
475474 " allow permissions to read the filesystem" ,
476475 &EnvironmentOptions::allow_fs_read,
You can’t perform that action at this time.
0 commit comments