Story 🧚♀️:
As vNext will not support IE11 and thus we will support only evergreen browsers, we can start using latest ECMA lang features. For now we decided to use target: ES2015/lib: ['ES2015'] #19039
Actual behavior:
We are using ECMA lang features beyond ES2015.
Array.prototype.includes (ES2016)
- TBA
Expected behavior:
- bump to
target/lib: ES2020
Tasks