Skip to content

Commit

Permalink
fix ssr booleans, improve ssr performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 4, 2023
1 parent 7078f55 commit 89baf12
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 153 deletions.
6 changes: 6 additions & 0 deletions .changeset/witty-fans-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"babel-preset-solid": patch
"solid-js": patch
---

fix boolean escaping, improve ssr performance
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"babel-jest": "^28.1.3",
"babel-plugin-jsx-dom-expressions": "^0.35.8",
"babel-plugin-jsx-dom-expressions": "^0.35.10",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.35.8",
"dom-expressions": "0.35.10",
"fast-glob": "^3.2.11",
"hyper-dom-expressions": "0.35.8",
"hyper-dom-expressions": "0.35.10",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-ts-webcompat-resolver": "^1.0.0",
"lit-dom-expressions": "0.35.8",
"lit-dom-expressions": "0.35.10",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "node test.js"
},
"dependencies": {
"babel-plugin-jsx-dom-expressions": "^0.35.8"
"babel-plugin-jsx-dom-expressions": "^0.35.10"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
Loading

0 comments on commit 89baf12

Please sign in to comment.