Skip to content

Commit

Permalink
chore: General Cleanup
Browse files Browse the repository at this point in the history
- Remove dead features

- Remove dead crates

- Configure CI on PRs instead of push
  • Loading branch information
FreeMasen committed Apr 27, 2024
1 parent 95adf4a commit 7f56a65
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 56 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Rust

on: [push]
on:
pull_request:
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: fmt check
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
**/*.rs.bk
Cargo.lock
.vscode/*
/node_modules
*.es.json
*.rs.json
*.js.json
*.log
package-lock.json
*.ron
*.ron
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@ repository = "https://github.com/rusty-ecma/resast"
license = "MIT"
keywords = ["JavaScript", "parsing", "JS", "ES", "ECMA"]
categories = ["parsing", "text-processing", "web-programming"]

[dependencies]
serde = { version = "1", optional = true, features = ["derive"] }

[features]
default = []
serde = ["dep:serde"]
3 changes: 0 additions & 3 deletions crates/derive_as_concrete/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions crates/derive_as_concrete/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions crates/derive_as_concrete/src/lib.rs

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit 7f56a65

Please sign in to comment.