From 7448a25f182421da2744e3e09c55181710507fbd Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 15 Apr 2017 18:49:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E5=AE=8Cts-to-js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/cookbook/ts-to-js.jade | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/ts-to-js.jade b/public/docs/ts/latest/cookbook/ts-to-js.jade index cd8448c068..41427c8d5c 100644 --- a/public/docs/ts/latest/cookbook/ts-to-js.jade +++ b/public/docs/ts/latest/cookbook/ts-to-js.jade @@ -20,6 +20,8 @@ include ../../../../_includes/_util-fns a#toc :marked ## Table of contents + + ## 目录 * [_TypeScript_ to _ES6_ to _ES5_](#from-ts)
@@ -179,7 +181,9 @@ a#modularity 当想要让某个东西对其它模块可用时,就`export`它。 _ES5_ lacks native support for modules. - In an Angular _ES5_ application, you load each file manually by adding a `