refactor(ast)!: oxc_ast do not export BigUint (#8428)

This is an artefact of the past. The AST no longer contains `BigUint`, so don't export it from `oxc_ast`.
This commit is contained in:
overlookmotel 2025-01-11 02:47:03 +00:00
parent 97a7992335
commit 7f69561caf

View file

@ -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},