mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
The `class-properties` plugin supports all class-related plugins, so we need to ensure that once any of them are enabled, we also enable all class-related plugins.
26 lines
953 B
JSON
26 lines
953 B
JSON
{
|
|
"name": "transform_conformance",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"vitest": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/plugin-external-helpers": "^7.25.9",
|
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
"@babel/plugin-transform-arrow-functions": "^7.25.9",
|
|
"@babel/plugin-transform-async-to-generator": "^7.25.9",
|
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
"@babel/plugin-transform-class-static-block": "^7.26.0",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.25.9",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
|
|
"@babel/plugin-transform-optional-chaining": "^7.25.9",
|
|
"@babel/plugin-transform-private-methods": "^7.25.9",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
|
"@babel/runtime": "^7.26.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-typescript": "^7.26.3"
|
|
}
|
|
}
|