Skip to content

Commit 1e77120

Browse files
committed
feat: use languageGlobs
1 parent d614bc8 commit 1e77120

18 files changed

+628
-368
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vue-macros-cli
22

3-
vue-macros-cli is a cli for rewriting at vue macros powered by ast-grep.
3+
vue-macros-cli is a cli for rewriting at vue macros powered by [ast-grep](https://github.com/ast-grep/ast-grep).
44

55
## Support vue macros
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"zx": "^7.2.3"
4545
},
4646
"devDependencies": {
47-
"@antfu/eslint-config": "^2.1.0",
47+
"@antfu/eslint-config": "^2.1.1",
4848
"bumpp": "^9.2.0",
4949
"typescript": "^5.3.2",
5050
"unbuild": "^2.0.0",

playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"scripts": {
4-
"sg": "../dist/index.mjs sg ./src",
4+
"sg": "tsx ../src/index.ts sg ./src",
55
"dev": "vite",
66
"build": "vite build"
77
},
@@ -13,6 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@vue-macros/volar": "^0.17.4",
16+
"tsx": "^4.6.1",
1617
"vite": "^5.0.2"
1718
}
1819
}

0 commit comments

Comments
 (0)