Skip to content

Commit

Permalink
refactor(ast)!: oxc_ast do not export BigUint (#8428)
Browse files Browse the repository at this point in the history
This is an artefact of the past. The AST no longer contains `BigUint`, so don't export it from `oxc_ast`.
  • Loading branch information
overlookmotel committed Jan 11, 2025
1 parent 97a7992 commit 7f69561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_ast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ pub mod visit {
}

pub use generated::{ast_builder, ast_kind};
pub use num_bigint::BigUint;

pub use crate::{
ast::comment::{Comment, CommentKind, CommentPosition},
Expand Down

0 comments on commit 7f69561

Please sign in to comment.