musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Add "before-compile" hook #97

Closed iccir closed 8 years ago

iccir commented 8 years ago

Similar to the current on-compile hook in 2.0, there should be a way to specify a before-compile hook. This would enable JSX->JS and also preprocessors.

on-compile should change to after-compile.