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
- fix babel issues reported in tj#12 (and still not fixed in tj#16): when babel has transpiled all assert(...) calls to something else ((0, _.default)(...) for example), we look for that transpiled code instead. (assuming Babel 7)
Defensive coding ensures no crash when these assumptions don't match reality: instead of the function arguments, '???' is reported instead.
- Completely removed obsolete callsite references in the code.
0 commit comments