[gjs/esm/static-imports] Some link fixes.



commit 63c3c4e50a1108f2dc2580237dafee51a1410071
Author: Evan Welsh <contact evanwelsh com>
Date:   Tue Feb 2 20:14:38 2021 -0800

    Some link fixes.

 doc/ESModules.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/doc/ESModules.md b/doc/ESModules.md
index 872d5da0..8176d9af 100644
--- a/doc/ESModules.md
+++ b/doc/ESModules.md
@@ -167,7 +167,7 @@ _('Hello!');
 
 ## `import()` expressions
 
-Dynamic [`import()`][] is not currently supported in GJS.
+Dynamic [`import()` statements][] are not currently supported in GJS.
 
 ## `import.meta`
 
@@ -227,6 +227,7 @@ These `imports` variables are not available in ES modules.
 
 [`export`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
 [`import()`]: #esm_import_expressions
+[`import()` statements]: 
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
 [`import.meta.url`]: #esm_import_meta_url
 [`import`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
 [`string`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]