-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Declaration EmitThe issue relates to the emission of d.ts filesThe issue relates to the emission of d.ts filesFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
TypeScript Version: 3.7.2
Search Terms:
- typescript-in-jsdoc
- jsdoc
- 3.7
- declaration
Code
Expected behavior:
Expect correct declaration file created
Actual behavior:
Got strange export:
declare namespace validate {
export { _default as ValidationError, _default as ValidateError };
}
If you will take a look on source code, it does not have _default export and ValidateError export either
Related Issues:
downstream issue: webpack/schema-utils#75
weswigham
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Declaration EmitThe issue relates to the emission of d.ts filesThe issue relates to the emission of d.ts filesFix AvailableA PR has been opened for this issueA PR has been opened for this issue