Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
*%(basename)s:5: TypeError: Cannot destructure 'undefined' as it is undefined.
var { 1: x } = undefined;
^
TypeError: Cannot destructure 'undefined' as it is undefined.
at *%(basename)s:5:10