Skip to content

Commit

Permalink
replace glob-match with wax
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 18, 2023
1 parent df8a277 commit e2f4871
Show file tree
Hide file tree
Showing 21 changed files with 242 additions and 2,826 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pnpm-lock.yaml

# overrides for crates that are owned by turbo-oss
/crates/globwatch @vercel/turbo-oss
/crates/glob-match @vercel/turbo-oss
/crates/pidlock @vercel/turbo-oss
/crates/turbopath @vercel/turbo-oss
/crates/turborepo @vercel/turbo-oss
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
xtask/**
.cargo/**
rust-toolchain
!crates/glob-match/**
!crates/globwatch/**
!crates/pidlock/**
!crates/turborepo/**
Expand Down Expand Up @@ -123,7 +122,6 @@ jobs:
PATTERNS: |
pnpm-lock.yaml
package.json
crates/glob-match/**
crates/globwatch/**
crates/pidlock/**
crates/turborepo/**
Expand Down
97 changes: 3 additions & 94 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ members = [
"crates/turbopack*",
"crates/turbo-updater",
"crates/turbopath",
"crates/glob-match",
"crates/turborepo",
"crates/turborepo-api-client",
"crates/turborepo-ffi",
Expand Down
25 changes: 0 additions & 25 deletions crates/glob-match/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions crates/glob-match/LICENSE

This file was deleted.

92 changes: 0 additions & 92 deletions crates/glob-match/README.md

This file was deleted.

0 comments on commit e2f4871

Please sign in to comment.