From 53f7d8ccd376cb8f9124f6f0226afeecc6fd568e Mon Sep 17 00:00:00 2001 From: Ciro Nunes Date: Tue, 16 Aug 2016 18:51:32 +0200 Subject: [PATCH] docs(glossary): add ECMAScript2015 section back it was removed, but it's the explanation of the shorthand of ES2015 --- public/docs/ts/latest/glossary.jade | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index bc9a7445b8..3317ef58fb 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -358,7 +358,13 @@ a#aot to ES5 JavaScript. Angular 2 developers may choose to write in ES5 directly. - +:marked + ## ECMAScript 2015 +.l-sub-section + :marked + The latest released version of JavaScript, + [ECMAScript 2015](http://www.ecma-international.org/ecma-262/6.0/) + (AKA "ES2015" or "ES6") :marked ## ES2015 .l-sub-section