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:
- let keyword
- arrow functions
- spread operator
Originally posted by @cknitt in rescript-lang/rescript#7030 (comment)
Document for both:
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 rescript-lang/rescript#7030 (comment)
Document for both: