WIP: transforming through handlebars, parsing the html and resolving the imports

This commit is contained in:
2023-04-27 15:18:14 +02:00
parent da9dc3bdc1
commit 240d5cfe9a
8 changed files with 335 additions and 126 deletions

View File

@@ -30,7 +30,8 @@
"test": "ava",
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:lint": "pnpm build && pnpm lint-staged",
"ci:test": "pnpm test -- --verbose"
"ci:test": "pnpm test -- --verbose",
"dev-test": "ava --match='handlebars*'"
},
"files": [
"dist",
@@ -53,6 +54,10 @@
"optional": true
}
},
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"parse5": "^7.1.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@rollup/plugin-typescript": "^11.1.0",