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
because the end of a comment is detected with the following regex: /^[ \t]*\*+\/ it means that dts-bundle never detects the end of the comment and thinks, the whole files is commented out.
The text was updated successfully, but these errors were encountered:
The typescript issues are, where I've found this repository in the first place, for now I've just put a new line before the end of the comment and that works, but I'll also try dts-generator, thx
in the current version of express.d.ts is the following code block:
because the end of a comment is detected with the following regex:
/^[ \t]*\*+\/
it means that dts-bundle never detects the end of the comment and thinks, the whole files is commented out.The text was updated successfully, but these errors were encountered: