Skip to content

3.1.2 breaks on names with dots #120

Description

@woutermont

The fix in 3.1.2 (7301c3e) introduces a bug affecting filenames with dots other than the .ts extension, like some codebases use to distinguish between classes extending from certain core interfaces, e.g. my-example.handler.ts. The generator now strips from the first dot, and so goes looking for dist/my-example/index.d.ts instead of dist/my-example.handler.d.ts

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions