Skip to content
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

Remove JS Doc comments that blow up in TypeScript 2.9 from index.js #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidjpfeiffer
Copy link

These JS Doc comments are causing my Angular production build to fail because my production build includes this code (this package is a dependency of a dependency of mine that is needed at compile time) and this code does not compile due to a bug in TypeScript version 2.9.

To resolve the issue, I have a custom script that removes the comments from this file so that my production build will pass. I would very much appreciate it if you would merge this PR and publish the changes on NPM so that I do not need to do this hacky thing during my deployments. I know that other people are having this same problem (even though I'm a bit late to the party).

If you want to keep these comments, can you please put them into a format that will compile for all TypeScript versions? It would be very much appreciated.

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

Successfully merging this pull request may close these issues.

1 participant