resolve template string

This commit is contained in:
Asaki Yuki 2026-01-17 18:04:48 +07:00
parent 80df04d3f6
commit a144909fbf
6 changed files with 246 additions and 91 deletions

View file

@ -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": {