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 @@ -683,8 +683,8 @@ Node.js module specifier resolution behavior_ when calling `defaultResolve`, the
683683/**
684684 * @param {string} specifier
685685 * @param {{
686- * conditions: !Array< string> ,
687- * parentURL: !( string | undefined) ,
686+ * conditions: string[] ,
687+ * parentURL: string | undefined,
688688 * }} context
689689 * @param {Function} defaultResolve
690690 * @returns {Promise<{ url: string }>}
@@ -777,8 +777,8 @@ format to a supported one, for example `yaml` to `module`.
777777 }} context If resolve settled with a ` format` , that value is included here.
778778 * @param {Function} defaultLoad
779779 * @returns {Promise<{
780- format: ! string,
781- source: !( string | ArrayBuffer | SharedArrayBuffer | Uint8Array) ,
780+ format: string,
781+ source: string | ArrayBuffer | SharedArrayBuffer | Uint8Array,
782782 }>}
783783 */
784784export async function load(url, context, defaultLoad) {
You can’t perform that action at this time.
0 commit comments