Skip to content

Object literal on a namespace not converted correctly #3

Description

@janhancic

I had this:

caplinx.motf.motfticket.FooBootstrap = {
  // ...
};

which got converted into

FooBootstrap = {
  // ..
}:
module.exports = FooBootstrap;

There's a var missing basically. Or potentially it could convert it into:

module.exports = {
  // ...
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions