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