f724ae98a1c0859885083448e2cbc3f3d4c31cf1 changed the build script to use Babel, so this commit updates the file names accordingly
20 lines
169 B
JavaScript
20 lines
169 B
JavaScript
function test() {
|
|
{;}
|
|
;
|
|
"test";
|
|
{
|
|
"1";
|
|
if (true) {
|
|
"2";
|
|
}
|
|
;
|
|
{
|
|
"3";
|
|
if ("test") {
|
|
"5";
|
|
}
|
|
}
|
|
"4";
|
|
}
|
|
}
|