WIP: transforming through handlebars, parsing the html and resolving the imports
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user