| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b78a212 commit 79b6704
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -191,7 +191,7 @@ | |||
| 191 | 191 | }, | |
| 192 | 192 | "experimental-print-required-tla": { | |
| 193 | 193 | "type": "boolean", | |
| 194 | - "description": "Print pending top-level await. If --require-module is true, evaluate asynchronous graphs loaded by `require()` but do not run the microtasks, in order to to find and print top-level await in the graph" | ||
| 194 | + "description": "Print pending top-level await. If --require-module is true, evaluate asynchronous graphs loaded by `require()` but do not run the microtasks, in order to find and print top-level await in the graph" | ||
| 195 | 195 | }, | |
| 196 | 196 | "experimental-repl-await": { | |
| 197 | 197 | "type": "boolean", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -515,7 +515,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() { | |||
| 515 | 515 | AddOption("--experimental-print-required-tla", | |
| 516 | 516 | "Print pending top-level await. If --require-module " | |
| 517 | 517 | "is true, evaluate asynchronous graphs loaded by `require()` but " | |
| 518 | - "do not run the microtasks, in order to to find and print " | ||
| 518 | + "do not run the microtasks, in order to find and print " | ||
| 519 | 519 | "top-level await in the graph", | |
| 520 | 520 | &EnvironmentOptions::print_required_tla, | |
| 521 | 521 | kAllowedInEnvvar); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments