typescript - Longer Type descriptions in errors -
how longer typescript type descriptions in error messages?
right error messages like:
ts2345: argument of type '(action: taction<tpayloadpanelidtitle>, undohandler: "utx-handler-standard" | "utx-handler-crop" ...' not assignable parameter of type 'calleffectnamedfn<{ [x: string]: func1<any>; }, string>'. type '(action: taction<tpayloadpanelidtitle>, undohandler: "utx-handler-standard" | "utx-handler-crop" ...' not assignable type '[{ [x: string]: func1<any>; }, string]'. property '0' missing in type '(action: taction<tpayloadpanelidtitle>, undohandler: "utx-handler-standard" | "utx-handler-crop" ...'.
, ellipses gulp away lot of information. frustrating!
typescript version: 2.4.1
Comments
Post a Comment