Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(es/parser): Remove EnumKind to reduce compile time #7137

Merged
merged 22 commits into from Mar 24, 2023
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Expand Up @@ -216,9 +216,6 @@ jobs:
- crate: dbg-swc
os: ubuntu-latest
runner: ubuntu-latest
- crate: enum_kind
os: ubuntu-latest
runner: ubuntu-latest
- crate: from_variant
os: ubuntu-latest
runner: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions Cargo.lock

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

22 changes: 0 additions & 22 deletions crates/enum_kind/Cargo.toml

This file was deleted.

213 changes: 0 additions & 213 deletions crates/enum_kind/src/expand.rs

This file was deleted.

56 changes: 0 additions & 56 deletions crates/enum_kind/src/input.rs

This file was deleted.