@@ -677,7 +677,7 @@ of Node.js applications.
677
677
678
678
> Stability: 1 - Experimental
679
679
680
- **Note: This API is currently being redesigned and will still change.**
680
+ > This API is currently being redesigned and will still change.
681
681
682
682
<!-- type=misc -->
683
683
@@ -700,7 +700,7 @@ changes:
700
700
description: Add support for import assertions.
701
701
-->
702
702
703
- > Note: The loaders API is being redesigned. This hook may disappear or its
703
+ > The loaders API is being redesigned. This hook may disappear or its
704
704
> signature may change. Do not rely on the API described below.
705
705
706
706
* ` specifier` {string}
@@ -773,10 +773,10 @@ export async function resolve(specifier, context, defaultResolve) {
773
773
774
774
#### ` load(url, context, defaultLoad)`
775
775
776
- > Note : The loaders API is being redesigned . This hook may disappear or its
776
+ > The loaders API is being redesigned . This hook may disappear or its
777
777
> signature may change . Do not rely on the API described below.
778
778
779
- > Note : In a previous version of this API , this was split across 3 separate, now
779
+ > In a previous version of this API , this was split across 3 separate, now
780
780
> deprecated, hooks (` getFormat` , ` getSource` , and ` transformSource` ).
781
781
782
782
* ` url` {string}
@@ -814,7 +814,7 @@ overcome in the future.
814
814
> are incompatible . Attempting to use them together will result in an empty
815
815
> object from the import . This may be addressed in the future.
816
816
817
- > Note : These types all correspond to classes defined in ECMAScript.
817
+ > These types all correspond to classes defined in ECMAScript.
818
818
819
819
* The specific [` ArrayBuffer` ][] object is a [` SharedArrayBuffer` ][].
820
820
* The specific [` TypedArray` ][] object is a [` Uint8Array` ][].
@@ -864,10 +864,10 @@ source to a supported one (see [Examples](#examples) below).
864
864
865
865
#### ` globalPreload()`
866
866
867
- > Note : The loaders API is being redesigned . This hook may disappear or its
867
+ > The loaders API is being redesigned . This hook may disappear or its
868
868
> signature may change . Do not rely on the API described below.
869
869
870
- > Note : In a previous version of this API , this hook was named
870
+ > In a previous version of this API , this hook was named
871
871
> ` getGlobalPreloadCode` .
872
872
873
873
* Returns: {string}
@@ -1456,9 +1456,9 @@ _internal_, _conditions_)
1456
1456
1457
1457
> Stability: 1 - Experimental
1458
1458
1459
- > **Note: Do not rely on this flag. We plan to remove it once the
1459
+ > Do not rely on this flag. We plan to remove it once the
1460
1460
> [Loaders API][] has advanced to the point that equivalent functionality can
1461
- > be achieved via custom loaders.**
1461
+ > be achieved via custom loaders.
1462
1462
1463
1463
The current specifier resolution does not support all default behavior of
1464
1464
the CommonJS loader. One of the behavior differences is automatic resolution
0 commit comments