Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
function f1() {}
function f2() {
return 1;
}
function f3() {
var i = 0;
throw "test";
function f4() {
var obj = {
method1() {},
method2() {}
};
class C {
method1() {}
var arrow1 = () => {};
var arrow2 = () => {};