Skip to content

Commit e2d22a3

Browse files
authored
fix: some stuff (#57)
* Remove `@babel/helper-module-imports` * Fix specifiers * Update register-import-specifiers.ts * Fix lost bindings
1 parent b7576a8 commit e2d22a3

29 files changed

Lines changed: 1098 additions & 1054 deletions

input.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Hello
2+
13
function Example(props) {
24
return (
35
<h1>

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,25 @@
5151
"prepublishOnly": "npm run build"
5252
},
5353
"devDependencies": {
54-
"@babel/core": "^7.23.6",
55-
"@biomejs/biome": "^1.5.1",
54+
"@babel/core": "^7.23.9",
55+
"@biomejs/biome": "^1.5.3",
5656
"@rollup/plugin-node-resolve": "^15.2.3",
57-
"@rollup/plugin-typescript": "^11.1.5",
57+
"@rollup/plugin-typescript": "^11.1.6",
5858
"@types/babel__core": "^7.20.5",
5959
"@types/babel__generator": "^7.6.8",
60-
"@types/babel__helper-module-imports": "^7.18.3",
61-
"@types/babel__traverse": "^7.20.4",
62-
"@types/node": "^20.10.5",
63-
"babel-preset-solid": "^1.8.9",
64-
"rollup": "^4.9.1",
65-
"solid-js": "^1.8.7",
60+
"@types/node": "^20.11.10",
61+
"babel-preset-solid": "^1.8.12",
62+
"rollup": "^4.9.6",
63+
"solid-js": "^1.8.12",
6664
"tslib": "^2.6.2",
6765
"typescript": "^5.3.3",
68-
"vitest": "^1.1.0"
66+
"vitest": "^1.2.2"
6967
},
7068
"peerDependencies": {
7169
"solid-js": "^1.3"
7270
},
7371
"dependencies": {
7472
"@babel/generator": "^7.23.6",
75-
"@babel/helper-module-imports": "^7.22.15",
7673
"@babel/types": "^7.23.6"
7774
}
7875
}

0 commit comments

Comments
 (0)