Skip to content
New issue

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

ASYNC-110: Export NodeJS functions required by goog. #45

Closed
wants to merge 1 commit into from
Closed

ASYNC-110: Export NodeJS functions required by goog. #45

wants to merge 1 commit into from

Conversation

wjoel
Copy link

@wjoel wjoel commented Feb 1, 2015

The JavaScript code generated when using core.async contains references to setTimeout. This breaks when targeting NodeJS, because setTimeout is not available in the global namespace as far as goog is concerned. Fix this using goog.exportSymbol.

@swannodette
Copy link
Member

@wjoel ClojureScript does not take pull requests. Please attach a patch in JIRA. Even so prior to patch submission we need to discuss the problem and possible solutions before deciding any particular strategy. Thanks.

@swannodette swannodette closed this Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants