| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2262653 commit fcf3781
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,14 +110,6 @@ const { | |||
| 110 | 110 | JSTransferable, kDeserialize, kTransfer, kTransferList, | |
| 111 | 111 | } = require('internal/worker/js_transferable'); | |
| 112 | 112 | ||
| 113 | - const { | ||
| 114 | - newReadableStreamFromStreamBase, | ||
| 115 | - } = require('internal/webstreams/adapters'); | ||
| 116 | - | ||
| 117 | - const { | ||
| 118 | - readableStreamCancel, | ||
| 119 | - } = require('internal/webstreams/readablestream'); | ||
| 120 | - | ||
| 121 | 113 | const getDirectoryEntriesPromise = promisify(getDirents); | |
| 122 | 114 | const validateRmOptionsPromise = promisify(validateRmOptions); | |
| 123 | 115 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -549,7 +549,6 @@ class ESMLoader { | |||
| 549 | 549 | * until it reaches the bottom or short-circuits. | |
| 550 | 550 | * @param {URL['href']} url The URL/path of the module to be loaded | |
| 551 | 551 | * @param {object} context Metadata about the module | |
| 552 | - * | ||
| 553 | 552 | * @returns {{ format: ModuleFormat, source: ModuleSource }} | |
| 554 | 553 | */ | |
| 555 | 554 | async load(url, context = {}) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,7 @@ ignore = [ | |||
| 28 | 28 | "PLC1901", | |
| 29 | 29 | "RUF005", | |
| 30 | 30 | "RUF100", | |
| 31 | + "RUF012", | ||
| 31 | 32 | ] | |
| 32 | 33 | line-length = 172 | |
| 33 | 34 | target-version = "py37" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -365,9 +365,10 @@ MaybeLocal<Function> BuiltinLoader::LookupAndCompileInternal( | |||
| 365 | 365 | return scope.Escape(fun); | |
| 366 | 366 | } | |
| 367 | 367 | ||
| 368 | - MaybeLocal<Function> BuiltinLoader::LookupAndCompile(Local<Context> context, | ||
| 369 | - const char* id, | ||
| 370 | - Environment* optional_env) { | ||
| 368 | + MaybeLocal<Function> BuiltinLoader::LookupAndCompile( | ||
| 369 | + Local<Context> context, | ||
| 370 | + const char* id, | ||
| 371 | + Environment* optional_env) { | ||
| 371 | 372 | Result result; | |
| 372 | 373 | std::vector<Local<String>> parameters; | |
| 373 | 374 | Isolate* isolate = context->GetIsolate(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -715,7 +715,6 @@ class WPTRunner { | |||
| 715 | 715 | /** | |
| 716 | 716 | * Report the status of each specific test case (there could be multiple | |
| 717 | 717 | * in one test file). | |
| 718 | - * | ||
| 719 | 718 | * @param {string} filename | |
| 720 | 719 | * @param {Test} test The Test object returned by WPT harness | |
| 721 | 720 | */ | |
@@ -735,7 +734,6 @@ class WPTRunner { | |||
| 735 | 734 | ||
| 736 | 735 | /** | |
| 737 | 736 | * Report the status of each WPT test (one per file) | |
| 738 | - * | ||
| 739 | 737 | * @param {string} filename | |
| 740 | 738 | * @param {object} harnessStatus - The status object returned by WPT harness. | |
| 741 | 739 | */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments