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

Current set of cujojs libs are not compatible #14

Open
unscriptable opened this issue Oct 16, 2014 · 1 comment
Open

Current set of cujojs libs are not compatible #14

unscriptable opened this issue Oct 16, 2014 · 1 comment

Comments

@unscriptable
Copy link
Member

See cujojs/cram#47

curl.js can't deterministically handle the node-like way that wire and when import values (i.e. require('foo').value). Depending on the current graph of dependencies, curl may or may not have finished exporting the values of 'foo' before it is imported.

Specifically, wire/cram/builder is receiving an undefined value when importing when/unfold via unfold = require('when/unfold'); because when/unfold exports via return require('./when').unfold;.

There are multiple ways to fix this problem. We should start a discussion.

@unscriptable
Copy link
Member Author

For now, we're going to point folks at rave-start-* from the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant