Skip to content

Commit

Permalink
chore: add other definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jun 23, 2024
1 parent 3ef81eb commit 2f96e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified tasks/ast_codegen/schema.json
Binary file not shown.
4 changes: 2 additions & 2 deletions tasks/ast_codegen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ impl AstCodegen {
}
}

fn files() -> std::array::IntoIter<String, 2> {
fn files() -> std::array::IntoIter<String, 4> {
fn path(path: &str) -> String {
format!("crates/oxc_ast/src/ast/{path}.rs")
}

[path("literal"), path("js")].into_iter()
[path("literal"), path("js"), path("ts"), path("jsx")].into_iter()
}

#[allow(clippy::print_stdout)]
Expand Down

0 comments on commit 2f96e2a

Please sign in to comment.