| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 48c5c86 commit 12a2b9d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -242,7 +242,7 @@ | |||
| 242 | 242 | }, | |
| 243 | 243 | "experimental-print-required-tla": { | |
| 244 | 244 | "type": "boolean", | |
| 245 | - "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" | ||
| 245 | + "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" | ||
| 246 | 246 | }, | |
| 247 | 247 | "experimental-repl-await": { | |
| 248 | 248 | "type": "boolean", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -524,7 +524,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() { | |||
| 524 | 524 | AddOption("--experimental-print-required-tla", | |
| 525 | 525 | "Print pending top-level await. If --require-module " | |
| 526 | 526 | "is true, evaluate asynchronous graphs loaded by `require()` but " | |
| 527 | - "do not run the microtasks, in order to to find and print " | ||
| 527 | + "do not run the microtasks, in order to find and print " | ||
| 528 | 528 | "top-level await in the graph", | |
| 529 | 529 | &EnvironmentOptions::print_required_tla, | |
| 530 | 530 | kAllowedInEnvvar); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments