File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ added: REPLACEME
360
360
361
361
> Stability: 1 - Experimental
362
362
363
- * ` specifier` {string|URL} Customization hooks to be registered ; this should be
363
+ * ` specifier` {string|URL} Module to resolve and load ; this should be
364
364
the same string that would be passed to ` import()` , except that if it is
365
365
relative, it is resolved relative to ` parentURL` .
366
366
* ` parentURL` {string|URL} If you want to resolve ` specifier` relative to a base
@@ -373,11 +373,11 @@ added: REPLACEME
373
373
* ` format` {string} The format this module will be parsed as.
374
374
* ` source` {null|TypedArray}
375
375
376
- This API tells you how a specific URL will be loaded by the ECMAScript loader if
376
+ This API tells you how a specific URL will be loaded by the module loader if
377
377
it was imported from the ` parentURL` in the current process. If the module was
378
378
already imported before ` resolveLoadAndCache` is called, the cached version is
379
379
returned; if not, it will populate the cache so future calls to
380
- ` resolveLoadAndCache` or ` import` do re-do the work.
380
+ ` resolveLoadAndCache` or ` import` do not re-do the work.
381
381
382
382
383
383
## ` module.stripTypeScriptTypes(code[, options])`
You can’t perform that action at this time.
0 commit comments