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