Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions crates/plotnik-lib/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ mod printer_tests;
mod query_tests;
#[cfg(test)]
mod symbol_table_tests;
#[cfg(test)]
mod type_check_tests;
3 changes: 3 additions & 0 deletions crates/plotnik-lib/src/query/type_check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ mod symbol;
mod types;
mod unify;

#[cfg(test)]
mod tests;

pub use context::TypeContext;
pub use emit_ts::{EmitConfig, TsEmitter, emit_typescript, emit_typescript_with_config};
pub use symbol::{DefId, Interner, Symbol};
Expand Down