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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -