blank line at the end
This commit is contained in:
parent
a023f1817b
commit
0fdf0007f0
4
jlg.sh
Normal file
4
jlg.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#echo '(function() { class Foo {} Foo.bar; class Bar {} Bar.foo; })();' | ./bin/uglifyjs -m reserved=['Foo'],keep_classnames
|
||||
echo '(function() { class Foo {} Foo.bar; class Bar {} Bar.foo;})();' | ./bin/uglifyjs -m reserved=['Foo']
|
||||
|
|
@ -839,4 +839,4 @@ class_name_can_be_preserved_with_reserved: {
|
|||
a.bar()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user