We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
js2coffee/js2coffee#333
FYI: 2.0.0 is due soon. For now (until Feb 1) you can test it out under the js2coffee-redux package.
js2coffee-redux
The difference here is that js2coffee.build(source, options) will now return an object like so:
js2coffee.build(source, options)
var result = js2coffee.build('a = b'); result.code
here: https://github.com/js2coffee/js2coffee-redux/#programatic-api
The text was updated successfully, but these errors were encountered:
sorry for the late reply, and thanks for the heads up!
Sorry, something went wrong.
No branches or pull requests
js2coffee/js2coffee#333
FYI: 2.0.0 is due soon. For now (until Feb 1) you can test it out under the
js2coffee-redux
package.The difference here is that
js2coffee.build(source, options)
will now return an object like so:here: https://github.com/js2coffee/js2coffee-redux/#programatic-api
The text was updated successfully, but these errors were encountered: