node 8 10 eol end of life deprecation
Node 8 has reached end-of-life as of December 31, 2019 (link). Is there a formal timeline for when TypeScript will drop support for the platform?
https://github.com/microsoft/TypeScript/pull/35957 has build errors in Node 8 for capture groups not being supported _(though, admittedly, I am dubious about relying on the platform's RegExp constructor in the compiler...)_.
My suggestion meets these guidelines:
While we'll likely stop having CI for node 8 soon (and instead have 13, 12, 10), I don't think we'll intentionally land features that rely on es6+ runtime behaviors (without also providing a polyfill) if we can help it.
Thanks!
Most helpful comment
While we'll likely stop having CI for node 8 soon (and instead have 13, 12, 10), I don't think we'll intentionally land features that rely on es6+ runtime behaviors (without also providing a polyfill) if we can help it.