Skip to content

Commit 77e9506

Browse files
committed
Remove Babel (which was not really necessary), replace it by acorn if needed, close #105
1 parent 0a416c2 commit 77e9506

File tree

6 files changed

+180
-1559
lines changed

6 files changed

+180
-1559
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Migrate from [Rollup](https://rollupjs.org/) to [Rolldown](https://rolldown.rs/) by @Kocal in https://github.com/symfony/stimulus-bridge/pull/99
2424
* Migrate from [Yarn](https://yarnpkg.com/) to [pnpm](https://pnpm.io/) by @Kocal in https://github.com/symfony/stimulus-bridge/pull/108
2525
* Migrate from [Jest](https://jestjs.io/) to [Vitest](https://vitest.dev/) by @Kocal in https://github.com/symfony/stimulus-bridge/pull/115
26+
* Migrate or remove [Babel](https://babeljs.io/) in favor of [Acorn](https://github.com/acornjs/acorn) by @Kocal in https://github.com/symfony/stimulus-bridge/pull/116
2627

2728
## 3.3.3
2829

babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
"schema-utils": "^3.0.0 || ^4.0.0"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "^7.22.0",
31-
"@babel/parser": "^7.26.7",
32-
"@babel/preset-env": "^7.22.0",
33-
"@babel/preset-typescript": "^7.22.0",
34-
"@babel/types": "^7.26.7",
3530
"@biomejs/biome": "^1.9.4",
3631
"@hotwired/stimulus": "^3.0",
3732
"@rollup/plugin-typescript": "^12.1.2",

0 commit comments

Comments
 (0)