You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing parentheses around a self-invoked arrow function are now reported as E0211. (Implemented by Sarah Schulte.)
E0179 is now reported if a JSX element such as <div /> follows return
(implemented by Rob Miner).
Fixed
<div> <> </> </div> (a JSX fragment inside a JSX element) no longer reports
a syntax error.
Changed
Windows builds (x86, x64, ARM, and ARM64) are now built with MinGW's C and C++
runtime libraries instead of Microsoft's. This fixes a compliance issue with
GPLv3.