Skip to content

Commit

Permalink
Merge pull request #318 from marko-js/script-tag-printing
Browse files Browse the repository at this point in the history
fix: script tag printing
  • Loading branch information
DylanPiercey authored Dec 11, 2024
2 parents 761ea62 + 712cf2c commit 6660a4b
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 25 deletions.
6 changes: 6 additions & 0 deletions .changeset/fresh-dodos-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@marko/language-server": patch
"marko-vscode": patch
---

Upgrade prettier-plugin-marko to fix script tag printing.
144 changes: 123 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.16.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-formatter-unix": "^8.40.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-glob": "^3.3.2",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"mocha": "^11.0.1",
"mocha-snap": "^5.0.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.0"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"htmljs-parser": "^5.5.3",
"marko": "^5.36.3",
"prettier": "^3.4.2",
"prettier-plugin-marko": "^3.1.9",
"prettier-plugin-marko": "^3.1.10",
"relative-import-path": "^1.0.0",
"typescript": "^5.7.2",
"vscode-css-languageservice": "^6.3.2",
Expand Down

0 comments on commit 6660a4b

Please sign in to comment.