Skip to content

Commit

Permalink
find templates with html parser and js parser
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Jul 6, 2023
1 parent 2d20259 commit c0d94b1
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 295 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
"line-column": "^1.0.2",
"magic-string": "^0.25.7",
"parse-static-imports": "^1.1.0",
"parse5": "^7.1.2",
"string.prototype.matchall": "^4.0.6",
"validate-peer-dependencies": "^1.1.0"
"validate-peer-dependencies": "^1.1.0",
"@babel/traverse": "^7.19.6",
"@babel/parser": "^7.19.6"
},
"devDependencies": {
"@babel/traverse": "^7.19.6",
"@babel/types": "^7.19.4",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.0.1",
Expand All @@ -51,6 +53,7 @@
"@glimmer/component": "^1.0.3",
"@glimmer/syntax": "0.84.3",
"@glimmer/tracking": "^1.0.3",
"@types/parse5": "^7.0.0",
"@types/jest": "^27.4.1",
"@types/line-column": "^1.0.0",
"@types/string.prototype.matchall": "^4.0.1",
Expand Down
Loading

0 comments on commit c0d94b1

Please sign in to comment.