| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bb6fd7c commit 9833dc6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -331,8 +331,9 @@ fs.readFileSync === readFileSync; | |||
| 331 | 331 | ||
| 332 | 332 | ## `import()` expressions | |
| 333 | 333 | ||
| 334 | - [Dynamic `import()`][] is supported in both CommonJS and ES modules. In CommonJS | ||
| 335 | - modules it can be used to load ES modules. | ||
| 334 | + [Dynamic `import()`][] provides an asynchronous way to import modules. It is | ||
| 335 | + supported in both CommonJS and ES modules, and can be used to load both CommonJS | ||
| 336 | + and ES modules. | ||
| 336 | 337 | ||
| 337 | 338 | ## `import.meta` | |
| 338 | 339 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments