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.
esm.md
1 parent 85f8821 commit 923f355Copy full SHA for 923f355
doc/api/esm.md
@@ -120,8 +120,9 @@ This section was moved to [Modules: Packages](packages.md).
120
### Terminology
121
122
The _specifier_ of an `import` statement is the string after the `from` keyword,
123
-e.g. `'path'` in `import { sep } from 'node:path'`. Specifiers are also used in
124
-`export from` statements, and as the argument to an `import()` expression.
+e.g. `'node:path'` in `import { sep } from 'node:path'`. Specifiers are also
+used in `export from` statements, and as the argument to an `import()`
125
+expression.
126
127
There are three types of specifiers:
128
0 commit comments