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
generated with dts-generator --name console --project ./ --out package-name.d.ts and dts 2.0.0
PS: In IDE (VS code), type is not lost
PS2: When firstFile module comes from an external module (js file + defefinition.d.ts), everything works as expected.
The text was updated successfully, but these errors were encountered:
npirotte
changed the title
Type is lost when coming from another method
Type is lost when coming from another module method
Jan 5, 2017
I had some issue when the type of an export statement is coming from another module.
Example:
Compiles to:
Expected:
generated with
dts-generator --name console --project ./ --out package-name.d.ts
and dts 2.0.0PS: In IDE (VS code), type is not lost
PS2: When firstFile module comes from an external module (js file + defefinition.d.ts), everything works as expected.
The text was updated successfully, but these errors were encountered: