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
Terraform / Harp already supports the Node Environment variables, yeah, so that’d be the way to go. I’m not the best person to ask about how this should be implemented, but we definitely would like to see source maps for all the preprocessors per sintaxi/harp#74
If you’re interested in contribute that, we’d be super grateful and can put together a better explanation of the expected behaviour.
configurable via .babelrc file. Additionally, it removes
the concept of processors for JS (other than providing a
list of supported extensions, coonsistent with the rest of
Terraform), allowing Coffeescript to be transformed by
browserify.
It should be noted that this does not currently pass all
tests, but does seem to work for the stated purposes. Work
is ongoing.
I think this line of code should change:
https://github.com/sintaxi/terraform/blob/master/lib/javascript/processors/coffee.js#L7
I have not tested this, but I think then we can do something like
I wanted to make the change, but not sure, I should at this point in time. Any thoughts, or am I completely getting this wrong?
The text was updated successfully, but these errors were encountered: