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

issues when using a custom-built ("dist") version of curl.js #57

Closed
unscriptable opened this issue Feb 6, 2012 · 2 comments
Closed
Assignees
Milestone

Comments

@unscriptable
Copy link
Member

The following errors were seen when using a built/dist version of curl:

  1. using the !exports=foo.bar option of the js! plugin sometimes fails.
  2. exports objects in circular dependencies sometime resolve too early
@ghost ghost assigned unscriptable Feb 7, 2012
@zowers
Copy link

zowers commented May 5, 2012

!exports= fails in function return eval("global." + c) with
[Exception: ReferenceError: global is not defined]
because global is not defined in minified js! plugin

@unscriptable
Copy link
Member Author

Thanks @zowers!

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

No branches or pull requests

2 participants