4343
4444exports [` Transformation (classPureAbstract) 1` ] = `
4545"ClassB = { }
46+ ClassB.name = \\ "ClassB\\ "
4647ClassB.__index = ClassB
4748ClassB.prototype = { }
4849ClassB.prototype.__index = ClassB.prototype
263264exports [` Transformation (getSetAccessors) 1` ] = `
264265"require(\\ "lualib_bundle\\ ");
265266MyClass = { }
267+ MyClass.name = \\ "MyClass\\ "
266268MyClass.__index = MyClass
267269MyClass.prototype = { }
268270MyClass.prototype.____getters = { }
@@ -296,6 +298,7 @@ a.abc = \\"def\\""
296298
297299exports [` Transformation (methodRestArguments) 1` ] = `
298300"MyClass = { }
301+ MyClass.name = \\ "MyClass\\ "
299302MyClass.__index = MyClass
300303MyClass.prototype = { }
301304MyClass.prototype.__index = MyClass.prototype
@@ -322,6 +325,7 @@ exports[`Transformation (modulesClassExport) 1`] = `
322325"local ____exports = { }
323326____exports.TestClass = { }
324327local TestClass = ____exports.TestClass
328+ TestClass.name = \\ "TestClass\\ "
325329TestClass.__index = TestClass
326330TestClass.prototype = { }
327331TestClass.prototype.__index = TestClass.prototype
@@ -340,6 +344,7 @@ exports[`Transformation (modulesClassWithMemberExport) 1`] = `
340344"local ____exports = { }
341345____exports.TestClass = { }
342346local TestClass = ____exports.TestClass
347+ TestClass.name = \\ "TestClass\\ "
343348TestClass.__index = TestClass
344349TestClass.prototype = { }
345350TestClass.prototype.__index = TestClass.prototype
484489
485490exports [` Transformation (namespaceMerge) 1` ] = `
486491"MergedClass = { }
492+ MergedClass.name = \\ "MergedClass\\ "
487493MergedClass.__index = MergedClass
488494MergedClass.prototype = { }
489495MergedClass.prototype.__index = MergedClass.prototype
0 commit comments