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
@Andy-MS still here in 3.3.0-dev.20190105
I don't know what is your status about this issue but as a full time typescript user, this issue mean that we just can't use destructuring in some cases.
TypeScript Version: 3.0.0-dev.20180522
Search Terms:
source maps destructuring
Code
Expected behavior:
sources map should make it possible to add breakpoints at
console.log('in onSubmit');
(works in vanilla js)
Actual behavior:

Breakpoints are not possible
The text was updated successfully, but these errors were encountered: