Skip to content

Commit

Permalink
feat: support remove types from template in vue file (#2)
Browse files Browse the repository at this point in the history
* feat: support remove types from template

* fix: lint

* fix: lint
  • Loading branch information
Dunqing authored May 13, 2024
1 parent bd8564e commit 3a22c23
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: PNPM build
run: pnpm run build

- name: Test
run: pnpm run test

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "18.15.11",
"@types/prettier": "^3",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"npm-run-all": "^4.1.5",
Expand Down
43 changes: 1 addition & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import path from 'node:path'
import { describe, expect, it } from 'vitest'
import {
processMagicComments,
removeMagicComments,
transform,
} from './transform'

Expand Down
Loading

0 comments on commit 3a22c23

Please sign in to comment.