Skip to content

1.0.0-beta.13

Latest
Compare
Choose a tag to compare
@lahmatiy lahmatiy released this 10 Sep 18:04
  • Disallowed duplicate parameter names in function definitions, i.e., ($a, $a) => expr is now prohibited
  • Improved suggestions for the ternary operator (?:)
  • Fixed suggestions for and, or and ?? operators
  • Fixed a compilation error for the generated code of function expressions in stat mode in some cases
  • Fixed a runtime error for a comparator function in some scenarios
  • Fixed support for TypedArrays with slice notation and methods such as numbers(), avg(), count(), sum(), median(), variance(), stdev() and percentile()
  • Added missing package exports for package.json and dist/*