Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

exported namespaces are detected as unused #119

Description

@phil-sisutech

the comment // tsr-skip does not work with exported namespaces.

// tsr-skip
export namespace MyNameSpace {
  export function add(a: number, b:number) {
    return a + b
  }
}

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