Additionally, use JDK11 for both build and runtime.
Notable changes across the last three releases:
- Remove the legacy_js_project flag
- Fixed --isolate_polyfills bugs causing runtime exceptions in compiler library code
- Improved type inference of === operands when one operand is ?
- Add Atomics.notify API externs from ES2019
- Fix inappropriate return expression deduplication
- New optimization to replace Array.of calls with array literals
- Added WebGL 2.0 Compute externs to the set of standard browser externs
Full changelogs are available here.