Skip to content

Suggenstion: Create parent-child root namespace, when using scoped NPM packages. #2489

@stroiman

Description

@stroiman

When I create an npm package with a scoped name (NPM scope), and set namespace to true, the root namespace of the package becomes strange. E.g. my bsconfig.

{
  "name": "@stroiman/respect",
  "namespace": true,
...
}

When Importing the package, the namespace of the package becomes Stroimanrespect. I would prefer to see the root namespace as Stroiman.Respect.

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