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