Skip to content

Commit d83f823

Browse files
committed
v2
1 parent c5ca255 commit d83f823

File tree

96 files changed

+29322
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+29322
-0
lines changed

crates/swc_ecma_compiler/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ mod es2020;
2323
mod es2021;
2424
mod es2022;
2525
mod features;
26+
pub mod v2;
2627

2728
#[derive(Debug)]
2829
pub struct Compiler {

0 commit comments

Comments
 (0)