Skip to content

Commit

Permalink
svelte template syntax support
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Feb 15, 2024
1 parent c377263 commit aa2545d
Show file tree
Hide file tree
Showing 11 changed files with 1,169 additions and 24 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"@types/qunit": "^2.19.9",
"autoprefixer": "^10.4.16",
"backburner.js": "^2.8.0",
"express": "^4.18.2",
"glint-environment-gxt": "file:./glint-environment-gxt",
"happy-dom": "^13.0.6",
"nyc": "^15.1.0",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
Expand All @@ -93,16 +96,17 @@
"vite-plugin-circular-dependency": "^0.2.1",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.1",
"zx": "^7.2.3",
"express": "^4.18.2",
"happy-dom": "^13.0.6",
"glint-environment-gxt": "file:./glint-environment-gxt"
"zx": "^7.2.3"
},
"dependencies": {
"@babel/core": "^7.23.6",
"decorator-transforms": "1.1.0",
"@babel/preset-typescript": "^7.23.3",
"@glimmer/syntax": "^0.87.1",
"content-tag": "^1.2.2"
"@prettier/sync": "^0.5.1",
"code-red": "^1.0.4",
"content-tag": "^1.2.2",
"decorator-transforms": "1.1.0",
"magic-string": "^0.30.7",
"svelte": "^4.2.10"
}
}
Loading

0 comments on commit aa2545d

Please sign in to comment.