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 9803b82 commit b824a0bCopy full SHA for b824a0b
doc/api/esm.md
@@ -116,8 +116,9 @@ This section was moved to [Modules: Packages](packages.md).
116
### Terminology
117
118
The _specifier_ of an `import` statement is the string after the `from` keyword,
119
-e.g. `'path'` in `import { sep } from 'node:path'`. Specifiers are also used in
120
-`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()`
121
+expression.
122
123
There are three types of specifiers:
124
0 commit comments