Skip to content

JavaScript

Michael Zhou edited this page Feb 12, 2016 · 7 revisions

JavaScript supported by Closure Compiler

By default, Closure compiler supports JavaScript as specified in Ecma-262, edition 6 (PDF).

Here are some pages that we find useful for understanding the language:

Using the command-line options --language_in, the compiler can be switched to accept Ecma-262 version 5 or version 5 strict or ECMAScript 3.

Clone this wiki locally