File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -678,8 +678,8 @@ Node.js module specifier resolution behavior_ when calling `defaultResolve`, the
678
678
/**
679
679
* @param {string} specifier
680
680
* @param {{
681
- * conditions: !Array< string> ,
682
- * parentURL: !( string | undefined) ,
681
+ * conditions: string[] ,
682
+ * parentURL: string | undefined,
683
683
* }} context
684
684
* @param {Function} defaultResolve
685
685
* @returns {Promise<{ url: string }>}
@@ -772,8 +772,8 @@ format to a supported one, for example `yaml` to `module`.
772
772
}} context If resolve settled with a ` format` , that value is included here.
773
773
* @param {Function} defaultLoad
774
774
* @returns {Promise<{
775
- format: ! string,
776
- source: !( string | ArrayBuffer | SharedArrayBuffer | Uint8Array) ,
775
+ format: string,
776
+ source: string | ArrayBuffer | SharedArrayBuffer | Uint8Array,
777
777
}>}
778
778
*/
779
779
export async function load(url, context, defaultLoad) {
You can’t perform that action at this time.
0 commit comments