class Mint::AstWatcher

Defined in:

utils/ast_watcher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]
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, &) #

[View source]

Instance Method Detail

def compile(print = false) #

[View source]
def external_javascripts #

[View source]
def external_stylesheets #

[View source]
def terminal #

[View source]
def watch(&) #

[View source]
def watch_for_changes #

Sets up watchers to detect changes


[View source]