Expose token module. (#510)

swc_ecma_parser:
- expose token module
This commit is contained in:
David Sherret 2019-12-14 18:08:13 -05:00 committed by 강동윤
parent 42ad8a92a2
commit fb9539df6f

View File

@ -109,7 +109,7 @@ mod macros;
mod error; mod error;
pub mod lexer; pub mod lexer;
mod parser; mod parser;
mod token; pub mod token;
#[derive(Debug, Clone, Copy, Deserialize, Serialize)] #[derive(Debug, Clone, Copy, Deserialize, Serialize)]
#[serde(tag = "syntax")] #[serde(tag = "syntax")]