mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(syntax): don't re-export unicode_id_start
This commit is contained in:
parent
ee949fc78d
commit
0dc1804a52
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ pub mod scope;
|
|||
pub mod symbol;
|
||||
pub mod xml_entities;
|
||||
|
||||
pub use unicode_id_start;
|
||||
|
||||
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
|
||||
pub enum NumberBase {
|
||||
Float,
|
||||
|
|
|
|||
Loading…
Reference in a new issue