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

Commit

Permalink
fixup: doc add link to ecma262
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins authored and nodejs-ci committed Mar 20, 2019
1 parent 6003498 commit c7fa700
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
## Introduction

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

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

0 comments on commit c7fa700

Please sign in to comment.