-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JavaScript
Michael Zhou edited this page Feb 12, 2016
·
7 revisions
By default, Closure compiler supports JavaScript as specified in Ecma-262, edition 6 (ECMAScript 2015) (PDF).
Here are some pages that we find useful for understanding the language:
- Mozilla's Core JavaScript Reference
- Differences between IE's JScript implementation and JavaScript (PDF)
Using the command-line options --language_in
, the compiler can be switched to accept Ecma-262, edition 5 or edition 5 strict (ECMAScript 5) or [Ecma-262, edition 3 (ECMAScript 3) (PDF)](http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262, 3rd edition, December 1999.pdf).