-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JavaScript
John Lenz edited this page Mar 11, 2015
·
7 revisions
By default, Closure compiler supports JavaScript as specified in Ecma-262, edition 3 (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 switch to accept Ecma-262 version 5 or version 5 strict or experimental support for EcmaScript 6.