Skip to content

Commit d3914f0

Browse files
authored
Add JSX Runtime and React Native support & QOL features (#3)
1 parent cd87b0b commit d3914f0

File tree

9 files changed

+2234
-285
lines changed

9 files changed

+2234
-285
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ This code is extremely shit and WIP. Please do give it a try and create an issue
2424
2. Create a folder called `input` and place your `.js` files in there.
2525
3. Run `npm run start`
2626

27-
Copyright © 2022, https://github.com/MeguminSama
27+
Copyright © 2023, https://github.com/MeguminSama & https://github.com/vftable

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,20 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"acorn": "^8.8.0",
12+
"acorn": "^8.10.0",
1313
"acorn-jsx": "^5.3.2",
1414
"acorn-walk": "^8.2.0",
15-
"recast": "^0.21.2",
15+
"fs-extra": "^11.1.1",
16+
"glob": "^10.3.1",
17+
"prettier": "^2.8.8",
18+
"recast": "^0.23.4",
1619
"typescript": "^4.8.3"
1720
},
1821
"devDependencies": {
1922
"@types/estree": "^1.0.0",
23+
"@types/fs-extra": "^11.0.1",
2024
"@types/node": "^18.7.21",
25+
"@types/prettier": "^2.7.3",
2126
"ts-node": "^10.9.1"
2227
}
23-
}
28+
}

0 commit comments

Comments
 (0)