rescript-lang / rescript-lang.org

Official documentation website for the ReScript programming language
https://rescript-lang.org
MIT License
1.85k stars 247 forks source link

Document required ECMAscript version #911

Open fhammerschmidt opened 1 month ago

fhammerschmidt commented 1 month ago

I don't think we have documented the requirements on the JS version / spec at the moment.

Starting with v12, ES6 (ECMAScript 2015) is required because we are now making use of the following ES6 features:

Originally posted by @cknitt in https://github.com/rescript-lang/rescript-compiler/pull/7030#issuecomment-2342657669


Document for both: