Skip to content

Commit

Permalink
Test out sucrase
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Nov 2, 2023
1 parent 9de7d5e commit a6797de
Show file tree
Hide file tree
Showing 5 changed files with 1,817 additions and 1,776 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-swans-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playroom': patch
---

Try `sucrase` instead of `@babel/standalone`
12 changes: 0 additions & 12 deletions @types/babel__standalone.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/standalone": "^7.20.6",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@types/base64-url": "^2.2.0",
"@types/codemirror": "^5.60.5",
Expand Down Expand Up @@ -104,6 +103,7 @@
"react-use": "^17.4.0",
"read-pkg-up": "^7.0.1",
"scope-eval": "^1.0.0",
"sucrase": "^3.34.0",
"typescript": ">=5.0.0",
"use-debounce": "^9.0.2",
"webpack": "^5.75.0",
Expand Down Expand Up @@ -134,6 +134,6 @@
},
"packageManager": "[email protected]",
"volta": {
"node": "16.13.0"
"node": "16.14.0"
}
}
Loading

0 comments on commit a6797de

Please sign in to comment.