class Mint::AstWatcher
- Mint::AstWatcher
- Reference
- Object
Defined in:
utils/ast_watcher.crConstructors
- .new
- .new(pattern_proc : -> Array(String), file_proc : String, Mint::Ast -> _ = ->(_file : String, _ast : Ast) do end, progress : Bool = false, include_core : Bool = true, &)
Instance Method Summary
- #compile(print = false)
- #terminal
- #watch(&)
-
#watch_for_changes
Sets up watchers to detect changes
Constructor Detail
def self.new(pattern_proc : -> Array(String), file_proc : String, Mint::Ast -> _ = ->(_file : String, _ast : Ast) do
end, progress : Bool = false, include_core : Bool = true, &)
#