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

Completely ignores nested imports starting with version 0.15.4 #152

Closed
NeverwinterMoon opened this issue Jul 2, 2016 · 2 comments
Closed

Comments

@NeverwinterMoon
Copy link

NeverwinterMoon commented Jul 2, 2016

The content of the imported file would look like this if the import is not done from the root file.

391:[function(require,module,exports){

},{}]

So, if c is imported from b and I run browserify + tsify on b, all is fine. If c is imported from b and b is imported from a and I run browserify + tsify on a, c will be empty.

edit: Yeah, I think this explains it better: #148

The offending commit is this: a585084

@cartant
Copy link
Contributor

cartant commented Aug 6, 2016

I've asked for an example hierarchy for the issue you've referenced. Could you provide me with one, too?

@cartant
Copy link
Contributor

cartant commented Aug 7, 2016

This should be closed by #174.

@cartant cartant closed this as completed Aug 7, 2016
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

2 participants