Skip to content

Completely ignores nested imports starting with version 0.15.4 #152

@NeverwinterMoon

Description

@NeverwinterMoon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions