@@ -672,7 +672,7 @@ of Node.js applications.
672672
673673> Stability: 1 - Experimental
674674
675- **Note: This API is currently being redesigned and will still change.**
675+ > This API is currently being redesigned and will still change.
676676
677677<!-- type=misc -->
678678
@@ -693,7 +693,7 @@ changes:
693693 description: Add support for import assertions.
694694-->
695695
696- > Note: The loaders API is being redesigned. This hook may disappear or its
696+ > The loaders API is being redesigned. This hook may disappear or its
697697> signature may change. Do not rely on the API described below.
698698
699699* ` specifier` {string}
@@ -766,10 +766,10 @@ export async function resolve(specifier, context, defaultResolve) {
766766
767767#### ` load(url, context, defaultLoad)`
768768
769- > Note : The loaders API is being redesigned . This hook may disappear or its
769+ > The loaders API is being redesigned . This hook may disappear or its
770770> signature may change . Do not rely on the API described below.
771771
772- > Note : In a previous version of this API , this was split across 3 separate, now
772+ > In a previous version of this API , this was split across 3 separate, now
773773> deprecated, hooks (` getFormat` , ` getSource` , and ` transformSource` ).
774774
775775* ` url` {string}
@@ -807,7 +807,7 @@ overcome in the future.
807807> are incompatible . Attempting to use them together will result in an empty
808808> object from the import . This may be addressed in the future.
809809
810- > Note : These types all correspond to classes defined in ECMAScript.
810+ > These types all correspond to classes defined in ECMAScript.
811811
812812* The specific [` ArrayBuffer` ][] object is a [` SharedArrayBuffer` ][].
813813* The specific [` TypedArray` ][] object is a [` Uint8Array` ][].
@@ -857,10 +857,10 @@ source to a supported one (see [Examples](#examples) below).
857857
858858#### ` globalPreload()`
859859
860- > Note : The loaders API is being redesigned . This hook may disappear or its
860+ > The loaders API is being redesigned . This hook may disappear or its
861861> signature may change . Do not rely on the API described below.
862862
863- > Note : In a previous version of this API , this hook was named
863+ > In a previous version of this API , this hook was named
864864> ` getGlobalPreloadCode` .
865865
866866* Returns: {string}
@@ -1449,6 +1449,10 @@ _internal_, _conditions_)
14491449
14501450> Stability: 1 - Experimental
14511451
1452+ > Do not rely on this flag. We plan to remove it once the
1453+ > [Loaders API][] has advanced to the point that equivalent functionality can
1454+ > be achieved via custom loaders.
1455+
14521456The current specifier resolution does not support all default behavior of
14531457the CommonJS loader. One of the behavior differences is automatic resolution
14541458of file extensions and the ability to import directories that have an index
@@ -1481,6 +1485,7 @@ success!
14811485[Import Assertions]: #import-assertions
14821486[Import Assertions proposal]: https:// github.com/tc39/proposal-import-assertions
14831487[JSON modules]: #json-modules
1488+ [Loaders API]: #loaders
14841489[Node.js Module Resolution Algorithm]: #resolver-algorithm-specification
14851490[Terminology]: #terminology
14861491[URL]: https:// url.spec.whatwg.org/
0 commit comments