Skip to content

Commit

Permalink
fix: include pattern not supported (#250)
Browse files Browse the repository at this point in the history
* fix: include pattern not supported

* fix: linting

* feat: use fast-glob

* fix: linting

* fix: remove in-source test support

* fix: linting

* fix: move dependencies to devDependencies

* fix: linting

* fix: linting

* fix: better performance by using proper directory

* Update src/discover.ts

---------

Co-authored-by: Vladimir <[email protected]>
  • Loading branch information
ffMathy and sheremet-va authored Feb 19, 2024
1 parent 895df1d commit e02eed0
Show file tree
Hide file tree
Showing 11 changed files with 869 additions and 408 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"@rauschma/stringio": "^1.4.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/micromatch": "^4.0.6",
"@types/node": "^18.11.18",
"@types/semver": "^7.3.9",
"@types/vscode": "^1.77.0",
Expand All @@ -169,13 +170,15 @@
"bumpp": "^9.3.0",
"changelogithub": "^0.13.3",
"eslint": "^8.56.0",
"fast-glob": "^3.3.2",
"flatted": "^3.2.9",
"fs-extra": "^10.0.1",
"fuse.js": "^6.6.2",
"get-port": "^6.1.2",
"glob": "^7.2.0",
"micromatch": "^4.0.5",
"mighty-promise": "^0.0.8",
"minimatch": "^3.1.1",
"pathe": "^1.1.2",
"semver": "^7.3.5",
"tree-kill": "^1.2.2",
"tsup": "^8.0.1",
Expand Down
25 changes: 22 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion samples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"vite": "^2.8.6",
"vitest": "^0.24.0"
"vitest": "^1.3.0"
}
}
Loading

0 comments on commit e02eed0

Please sign in to comment.