Skip to content

Commit

Permalink
v2.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 22, 2024
1 parent 548cfa3 commit 8095fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/swc_ecma_parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ pub mod token;
pub mod error;
pub mod lexer;
mod parser;
pub mod v2;

#[derive(Debug, Clone, Copy, PartialEq, Eq, Deserialize, Serialize)]
#[serde(deny_unknown_fields, tag = "syntax")]
Expand Down
1 change: 1 addition & 0 deletions crates/swc_ecma_parser/src/v2/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 8095fbd

Please sign in to comment.