8000 File not transpiled to JS when the filename ends with a 'd' · Issue #199 · angelozerr/typescript.java · GitHub
[go: up one dir, main page]

Skip to content
File not transpiled to JS when the filename ends with a 'd' #199
Closed
@NielsNet

Description

@NielsNet

There seems to be an error concerning files with a 'd' as last character in the filename.
E.g.: When a file is called myFile.ts everything works fine and a myFile.js is created, but when it is called myFiled.ts it is not transpiled and there is no myFiled.js.
I suspect that there is a problem with the logic that should find description files. Maybe you're looking for *d.ts instead of *.d.ts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0