Open Boshen opened 3 months ago
This is not a good first issue yet.
Can we add CJS to this list too? I need this for oxc-jest.
Can we add CJS to this list too? I need this for oxc-jest.
CJS is in the milestone https://github.com/oxc-project/oxc/milestone/6
The list is not that bad actually, we end up with a few groups:
ClassXXX
I want to handle the async/await in ES2017. Currently non-arrow function is well transformed in my codebase.
We had OptionalChain
ticked off the list as done. But actually it's not done yet!
ObjectRestSpread
was also ticked off, but we've only done half of it.
😢
Need to implement babel plugins equivalent of
2024 features
2023 features
2022 features
ArbitraryModuleNamespaceNamescan parse correctly, can emit a warning if required https://github.com/evanw/esbuild/commit/d354bbb39d1ccf3774f5f810cc63d8a0171d3a0f2021 features
2020 features
TypeofExoticObjectIsObjectminifier feature Minifytypeof x !== 'undefined'
totypeof x < 'u'
https://github.com/evanw/esbuild/commit/81215bcac4da6eba4e24cd62341553f0dc93a3c82019 features
2018 features
3133 covered spread, rest not done yet
2017 features
2016 features
Regex Features
See https://esbuild.github.io/content-types/#javascript #5387