Commits
Click on a commit to change the comparison rangefeat(transformer, minifier, syntax)!: remove `ESTarget::ES5` (#12448)
* close https://github.com/oxc-project/oxc/issues/11296
Both `Transformer` and `Minifier` have a minimum ES version support of `ES2015`. However, we can set the `ESTarget` to `ES5` now, which might mislead users into thinking we already support `ES5`, so for now, let's remove the `ESTarget::ES5` option to eliminate the confusion.
Suggested by @shulaoda