Skip to content

chore: remove deprecated babel proposal plugins#437

Open
chid wants to merge 1 commit intoAutodesk:masterfrom
chid:fix/deprecated-babel-plugins
Open

chore: remove deprecated babel proposal plugins#437
chid wants to merge 1 commit intoAutodesk:masterfrom
chid:fix/deprecated-babel-plugins

Conversation

@chid
Copy link
Copy Markdown

@chid chid commented Apr 26, 2026

Remove deprecated Babel proposal plugins

@babel/plugin-proposal-class-properties and @babel/plugin-proposal-object-rest-spread are deprecated. Both transforms are already included in @babel/preset-env, so the explicit plugins are redundant.

Testing: ran npm run build:js, npm run build:es, and npm test — all pass (22/22 tests).

Issue:

 WARN  deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
 WARN  deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant