Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
553ef27a6f754f59ba53400bd5ecc5cb0435aeef
/
.
/
packages
/
terser
/
test
/
debug
/
input.js
blob: 450575665e91c2fe8f00d6e701174019fa8b4ee4 [
file
]
// This will be pretty printed since we run terser with debug settings
class
A
{
doThing
()
{
console
.
error
(
'thing'
);
}
}