Skip to content

Commit

Permalink
fixes #168
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Nov 9, 2023
1 parent c41fa7c commit c16d0b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lang/ts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ pub mod comments;
mod context;
mod error;
mod export_config;
mod formatter;
pub mod formatter;
pub(crate) mod js_doc;
mod reserved_terms;

pub use context::*;
pub use error::*;
pub use export_config::*;
pub use formatter::*;
use reserved_terms::*;

use crate::{
Expand Down

0 comments on commit c16d0b5

Please sign in to comment.