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