Content deleted Content added
m Updated latest release |
Spelling/grammar fix. |
||
Line 80:
=== Transpiling ===
{{Main|JavaScript#transpilers}}
Since ES 2015, transpiling JavaScript has become very common. Transpilation is a [[source-to-source compilation]] in which newer versions of JavaScript are used, and a transpiler rewrites the source code so that it is supported by older browsers. Usually, transpilers transpile down to ES3 to maintain compatibility with all versions of browsers. The settings to
== Conformance ==
|