You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that index.d.ts doesn't include any documentation even though a lot of useful comments are defined in the source files. Having inline documentation in your IDE of choice is very useful, so could it please be added in the next release?
The only thing that has to changed for this is the removeComments definition. This means that comments will also be included in the JS files, but that shouldn't be an issue since they aren't minified anyway.
Should I make a PR?
The text was updated successfully, but these errors were encountered:
I noticed that
index.d.ts
doesn't include any documentation even though a lot of useful comments are defined in the source files. Having inline documentation in your IDE of choice is very useful, so could it please be added in the next release?The only thing that has to changed for this is the
removeComments
definition. This means that comments will also be included in the JS files, but that shouldn't be an issue since they aren't minified anyway.Should I make a PR?
The text was updated successfully, but these errors were encountered: