Actions: oxc-project/oxc
Actions
25,103 workflow runs
25,103 workflow runs
typeof a.b === 'undefined'
to `a.b === voi…
Benchmark
#27284:
Commit ad14403
pushed
by
graphite-app
bot
a == null && b
to a ?? b
when return val…
Benchmark
#27283:
Commit f7f2d2f
pushed
by
graphite-app
bot
a[0]
and this.a
in `has_no_side_effect_fo…
Benchmark
#27282:
Commit 3c1c92c
pushed
by
graphite-app
bot
typeof a.b === 'undefined'
to a.b === void 0
Benchmark
#27281:
Pull request #8751
synchronize
by
Boshen
a == null && b
to a ?? b
when return value is ignored
Benchmark
#27280:
Pull request #8749
synchronize
by
Boshen
a[0]
and this.a
in has_no_side_effect_for_evaluation_same_target
Benchmark
#27279:
Pull request #8748
synchronize
by
Boshen
[]['concat'](1)
(#8750)
Benchmark
#27278:
Commit a3b078a
pushed
by
graphite-app
bot
[]['concat'](1)
Benchmark
#27277:
Pull request #8750
synchronize
by
Boshen
typeof a.b === 'undefined'
to a.b === void 0
Benchmark
#27273:
Pull request #8751
opened
by
sapphi-red
a == null && b
to a ?? b
when return value is ignored
Benchmark
#27272:
Pull request #8749
synchronize
by
sapphi-red
[]['concat'](1)
Benchmark
#27271:
Pull request #8750
opened
by
sapphi-red
a == null && b
to a ?? b
when return value is ignored
Benchmark
#27270:
Pull request #8749
synchronize
by
autofix-ci
bot