| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e620de6 commit 463bb96
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -782,15 +782,11 @@ class ESMLoader { | |||
| 782 | 782 | * @param {string} originalSpecifier The specified URL path of the module to | |
| 783 | 783 | * be resolved. | |
| 784 | 784 | * @param {string} [parentURL] The URL path of the module's parent. | |
| 785 | - * @param {ImportAssertions} [importAssertions] Assertions from the import | ||
| 785 | + * @param {ImportAssertions} importAssertions Assertions from the import | ||
| 786 | 786 | * statement or expression. | |
| 787 | 787 | * @returns {{ format: string, url: URL['href'] }} | |
| 788 | 788 | */ | |
| 789 | - async resolve( | ||
| 790 | - originalSpecifier, | ||
| 791 | - parentURL, | ||
| 792 | - importAssertions = ObjectCreate(null), | ||
| 793 | - ) { | ||
| 789 | + async resolve(originalSpecifier, parentURL, importAssertions) { | ||
| 794 | 790 | const isMain = parentURL === undefined; | |
| 795 | 791 | ||
| 796 | 792 | if ( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments