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 @@ -684,8 +684,8 @@ Node.js module specifier resolution behavior_ when calling `defaultResolve`, the
684
684
/**
685
685
* @param {string} specifier
686
686
* @param {{
687
- * conditions: !Array< string> ,
688
- * parentURL: !( string | undefined) ,
687
+ * conditions: string[] ,
688
+ * parentURL: string | undefined,
689
689
* }} context
690
690
* @param {Function} defaultResolve
691
691
* @returns {Promise<{ url: string }>}
@@ -778,8 +778,8 @@ format to a supported one, for example `yaml` to `module`.
778
778
}} context If resolve settled with a ` format` , that value is included here.
779
779
* @param {Function} defaultLoad
780
780
* @returns {Promise<{
781
- format: ! string,
782
- source: !( string | ArrayBuffer | SharedArrayBuffer | Uint8Array) ,
781
+ format: string,
782
+ source: string | ArrayBuffer | SharedArrayBuffer | Uint8Array,
783
783
}>}
784
784
*/
785
785
export async function load(url, context, defaultLoad) {
You can’t perform that action at this time.
0 commit comments