Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit d69f765

Browse files
MylesBorinsnodejs-ci
authored andcommitted
fixup: doc add link to ecma262
1 parent eb6a03f commit d69f765

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/api/esm.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
88
## Introduction
99

10-
ECMAScript modules are the official standard format to package JavaScript code
11-
for reuse. Modules are defined using a variety of [`import`][] and [`export`][]
12-
statements.
10+
ECMAScript modules are [the official standard format][] to package JavaScript
11+
code for reuse. Modules are defined using a variety of [`import`][] and
12+
[`export`][] statements.
1313

1414
Node.js fully supports ECMAScript modules as they are currently specified and
1515
provides limited interoperability between them and the existing module format,
@@ -726,3 +726,4 @@ success!
726726
[`import()`]: #esm_import-expressions
727727
[ecmascript-modules implementation]: https://github.com/nodejs/modules/blob/master/doc/plan-for-new-modules-implementation.md
728728
[WHATWG JSON modules]: https://github.com/whatwg/html/issues/4315
729+
[the official standard format]: https://tc39.github.io/ecma262/#sec-modules

0 commit comments

Comments
 (0)