f724ae98a1c0859885083448e2cbc3f3d4c31cf1 changed the build script to use Babel, so this commit updates the file names accordingly
22 lines
221 B
JavaScript
22 lines
221 B
JavaScript
var a = false;
|
|
var b = true;
|
|
var c = true;
|
|
var d = false;
|
|
var e = true;
|
|
var f = "text";
|
|
var g = {
|
|
obj: {
|
|
i: 1
|
|
},
|
|
j: 2
|
|
};
|
|
var h = {
|
|
test: "test"
|
|
};
|
|
var i = '0';
|
|
var j = {
|
|
i: 1
|
|
};
|
|
var k = false;
|
|
var l = true;
|