| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c4f192b commit a5bf669
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1118,7 +1118,7 @@ export async function load(url, context, nextLoad) { | |||
| 1118 | 1118 | // file, search up the file system for the nearest parent package.json file | |
| 1119 | 1119 | // and read its "type" field. | |
| 1120 | 1120 | const format = await getPackageType(url); | |
| 1121 | - // When a hook returns a format of 'commonjs', `source` is be ignored. | ||
| 1121 | + // When a hook returns a format of 'commonjs', `source` is ignored. | ||
| 1122 | 1122 | // To handle CommonJS files, a handler needs to be registered with | |
| 1123 | 1123 | // `require.extensions` in order to process the files with the CommonJS | |
| 1124 | 1124 | // loader. Avoiding the need for a separate CommonJS handler is a future | |
| Back | FazBrowse Home | New Git URL |
0 commit comments