We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca82056 commit d7340c0Copy full SHA for d7340c0
doc/api/module.md
@@ -138,8 +138,7 @@ garbage collection once `clearCache` removes it from Node.js caches and all
138
JS-land references (e.g., stored namespace objects) are dropped.
139
140
The safest pattern for hot-reload of ES modules is to use cache-busting search
141
-parameters (so each version is a distinct module URL) and to avoid statically
142
-importing modules that need to be reloaded:
+parameters (so each version is a distinct module URL) and use dynamic imports for modules that need to be reloaded:
143
144
#### ECMA-262 spec considerations
145
0 commit comments