resolve template string
This commit is contained in:
parent
80df04d3f6
commit
a144909fbf
6 changed files with 246 additions and 91 deletions
|
|
@ -21,9 +21,9 @@
|
|||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"build-watch": "npx tsc --watch",
|
||||
"dev": "npx tsc --watch",
|
||||
"test": "bun test/app.ts",
|
||||
"test-watch": "bun --watch test/app.ts",
|
||||
"test:watch": "bun --watch test/app.ts",
|
||||
"prefetch": "bun scripts/prefetch"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Reference in a new issue