From f9be48af3c06584e10cee53b9e38c5dc507db708 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Thu, 7 Sep 2017 23:53:11 +0300 Subject: [PATCH] doc: add ESM doc to _toc.md and all.md --- doc/api/_toc.md | 1 + doc/api/all.md | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/api/_toc.md b/doc/api/_toc.md index 67e0c62256fa14..b3987ed8e4e9f7 100644 --- a/doc/api/_toc.md +++ b/doc/api/_toc.md @@ -19,6 +19,7 @@ * [Deprecated APIs](deprecations.html) * [DNS](dns.html) * [Domain](domain.html) +* [ECMAScript Modules](esm.html) * [Errors](errors.html) * [Events](events.html) * [File System](fs.html) diff --git a/doc/api/all.md b/doc/api/all.md index 849a39a4bd7142..b11661d2b7e916 100644 --- a/doc/api/all.md +++ b/doc/api/all.md @@ -14,6 +14,7 @@ @include deprecations @include dns @include domain +@include esm @include errors @include events @include fs