mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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 symbol;
|
||||||
pub mod xml_entities;
|
pub mod xml_entities;
|
||||||
|
|
||||||
pub use unicode_id_start;
|
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
|
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
|
||||||
pub enum NumberBase {
|
pub enum NumberBase {
|
||||||
Float,
|
Float,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue