Skip to content

Commit

Permalink
Warn against missing props in deps and add other known stables vars
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Aug 27, 2023
1 parent 2dd7cbf commit fdeeb97
Show file tree
Hide file tree
Showing 11 changed files with 172 additions and 285 deletions.
230 changes: 0 additions & 230 deletions selene-lib/src/ast_util/depth_tracker.rs

This file was deleted.

2 changes: 0 additions & 2 deletions selene-lib/src/ast_util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use full_moon::{
tokenizer::{self, Position, TokenReference},
};

mod depth_tracker;
mod extract_static_token;
mod loop_tracker;
pub mod name_paths;
Expand All @@ -16,7 +15,6 @@ mod side_effects;
mod strip_parentheses;
pub mod visit_nodes;

pub use depth_tracker::DepthTracker;
pub use extract_static_token::extract_static_token;
pub use loop_tracker::LoopTracker;
pub use purge_trivia::purge_trivia;
Expand Down
Loading

0 comments on commit fdeeb97

Please sign in to comment.