mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
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:
parent
97a7992335
commit
7f69561caf
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ pub mod visit {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub use generated::{ast_builder, ast_kind};
|
pub use generated::{ast_builder, ast_kind};
|
||||||
pub use num_bigint::BigUint;
|
|
||||||
|
|
||||||
pub use crate::{
|
pub use crate::{
|
||||||
ast::comment::{Comment, CommentKind, CommentPosition},
|
ast::comment::{Comment, CommentKind, CommentPosition},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue