-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Has PRarea: compat-tableoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: preset-env
Description
Bug Report
Current Behavior
The following snippet is transpiled
Input Code
class A {};Expected behavior/code
It is not transpiled on Chrome >= 52, so it should not be transpiled when Android >= 52, which shares the same language features support with Chrome.
Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc)
- Filename:
babel.config.js
{
"presets": ["@babel/env", { "targets": "Android >= 52" }]
}Environment
REPL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Has PRarea: compat-tableoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: preset-env