What is ESNext?
问题 I've come across the term "ESNext", and wondering it is same as the EcmaScript. So, I have these questions here: What is ESNext, actually? Does it refer to any specific version of EcmaScript? 回答1: What is ESNext, actually? It varies depending on who's using the term, usually "the next" version of ECMAScript (JavaScript). For instance, at this moment if someone said "ESNext" they might be talking about ES2019 plus BigInt, dynamic import, and other features that recently reached Stage 4 of the