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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
NielsNet opened this issue Aug 28, 2017 · 2 comments
Closed

File not transpiled to JS when the filename ends with a 'd' #199

NielsNet opened this issue Aug 28, 2017 · 2 comments
Milestone

Comments

@NielsNet
Copy link

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?

@angelozerr angelozerr added this to the 1.4.0 milestone Aug 28, 2017
@angelozerr
Copy link
Owner

Indeed it was a stupid error. Good catch! Thanks.

@NielsNet
Copy link
Author

Thank you for the quick response and fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0