This repository was archived by the owner on Apr 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1414Node.js fully supports ECMAScript modules as they are currently specified and
1515provides 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
You can’t perform that action at this time.
0 commit comments