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

reproducing ember require bug #9

Closed
wants to merge 1 commit into from

Conversation

thlorenz
Copy link
Contributor

  • should replace require jquery and require handlebars
  • does not do so wrapped or unwrapped
  • generated files are actual results, dereq files are expected

Should not be actually merged (ember is huge) unless you are fine with slow tests and .npmignore the test directory.
Otherwise just use it to reproduce the issue.

- should replace require jquery and require handlebars
- does not do so wrapped or unwrapped
- generated files are actual results, dereq files are expected
@calvinmetcalf
Copy link
Owner

To summarize from our irc chat for others this is a feature not a bug, as
derequire only rewrites requires that are bound to functional arguments.
The idea is to rename calls that browserify has already dealt with, you
need something for earlier in the transform stage.
On Feb 25, 2014 4:09 PM, "Thorsten Lorenz" notifications@github.com wrote:

  • should replace require jquery and require handlebars
  • does not do so wrapped or unwrapped
  • generated files are actual results, dereq files are expected

Should not be actually merged (ember is huge) unless you are fine with
slow tests and .npmignore the test directory.

Otherwise just use it to reproduce the issue.

You can merge this Pull Request by running

git pull https://github.com/thlorenz/derequire ember-bug

Or view, comment on, or merge it at:

#9
Commit Summary

  • reproducing ember require bug

File Changes

Patch Links:

Reply to this email directly or view it on GitHubhttps://github.com//pull/9
.

@thlorenz
Copy link
Contributor Author

Thanks for clearing that up.

@thlorenz thlorenz closed this Feb 25, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants