Skip to content

Setting namespace prevents plugin writeFile calls #548

@jrburke

Description

@jrburke

Originally reported on requirejs list.

Basically, pluginCollector is passed in pragma.process() in the 'OnSave' pass, after the namespace changes have been done, so the parse.findDependencies in pragma.process() fails, since findDependencies is not namespace-aware.

The solution may be allowing findDependencies to be aware of namespaces. This means changing a bit more of that AST pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions