You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug with the CLI interface. Due to the recent update to the compiler, specifically how it's instantiated, the CLI would simply setup the environment but didn't call the compile method.
Made use of event emitters for on compile and file changes (modify, create, delete).
Modified the way the compiler is instantiated due to the previous change. After instantiating the Compiler, you will need to call it's compile method to begin the process. This allows time for event handlers to be attached.
Fixed some typos within the README and within comments.
The example now includes the use of event emitters to log on 'compiled' and 'changed'.