@@ -198,21 +198,21 @@ local xyz = 4
198198____exports.xyz = xyz
199199____exports.uwv = xyz
200200do
201- local __TSTL_export = require(\\ "xyz\\ ")
202- for ____exportKey, ____exportValue in pairs(__TSTL_export ) do
201+ local ____export = require(\\ "xyz\\ ")
202+ for ____exportKey, ____exportValue in pairs(____export ) do
203203 ____exports[____exportKey] = ____exportValue
204204 end
205205end
206206do
207- local __TSTL_xyz = require(\\ "xyz\\ ")
208- local abc = __TSTL_xyz .abc
209- local def = __TSTL_xyz .def
207+ local ____xyz = require(\\ "xyz\\ ")
208+ local abc = ____xyz .abc
209+ local def = ____xyz .def
210210 ____exports.abc = abc
211211 ____exports.def = def
212212end
213213do
214- local __TSTL_xyz = require(\\ "xyz\\ ")
215- local def = __TSTL_xyz .abc
214+ local ____xyz = require(\\ "xyz\\ ")
215+ local def = ____xyz .abc
216216 ____exports.def = def
217217end
218218return ____exports"
@@ -371,22 +371,22 @@ local ____ = Test"
371371` ;
372372
373373exports [` Transformation (modulesImportNamed) 1` ] = `
374- "local __TSTL_test = require(\\ "test\\ ")
375- local TestClass = __TSTL_test .TestClass
374+ "local ____test = require(\\ "test\\ ")
375+ local TestClass = ____test .TestClass
376376local ____ = TestClass"
377377` ;
378378
379379exports [` Transformation (modulesImportNamedSpecialChars) 1` ] = `
380- "local __TSTL_kebab_2Dmodule = require(\\ "kebab-module\\ ")
381- local TestClass1 = __TSTL_kebab_2Dmodule .TestClass1
382- local __TSTL_dollar_24module = require(\\ "dollar$module\\ ")
383- local TestClass2 = __TSTL_dollar_24module .TestClass2
384- local __TSTL_singlequote_27module = require(\\ "singlequote'module\\ ")
385- local TestClass3 = __TSTL_singlequote_27module .TestClass3
386- local __TSTL_hash_23module = require(\\ "hash#module\\ ")
387- local TestClass4 = __TSTL_hash_23module .TestClass4
388- local __TSTL_space_20module = require(\\ "space module\\ ")
389- local TestClass5 = __TSTL_space_20module .TestClass5
380+ "local ____kebab_2Dmodule = require(\\ "kebab-module\\ ")
381+ local TestClass1 = ____kebab_2Dmodule .TestClass1
382+ local ____dollar_24module = require(\\ "dollar$module\\ ")
383+ local TestClass2 = ____dollar_24module .TestClass2
384+ local ____singlequote_27module = require(\\ "singlequote'module\\ ")
385+ local TestClass3 = ____singlequote_27module .TestClass3
386+ local ____hash_23module = require(\\ "hash#module\\ ")
387+ local TestClass4 = ____hash_23module .TestClass4
388+ local ____space_20module = require(\\ "space module\\ ")
389+ local TestClass5 = ____space_20module .TestClass5
390390local ____ = TestClass1
391391local ____ = TestClass2
392392local ____ = TestClass3
@@ -395,22 +395,22 @@ local ____ = TestClass5"
395395` ;
396396
397397exports [` Transformation (modulesImportRenamed) 1` ] = `
398- "local __TSTL_test = require(\\ "test\\ ")
399- local RenamedClass = __TSTL_test .TestClass
398+ "local ____test = require(\\ "test\\ ")
399+ local RenamedClass = ____test .TestClass
400400local ____ = RenamedClass"
401401` ;
402402
403403exports [` Transformation (modulesImportRenamedSpecialChars) 1` ] = `
404- "local __TSTL_kebab_2Dmodule = require(\\ "kebab-module\\ ")
405- local RenamedClass1 = __TSTL_kebab_2Dmodule .TestClass
406- local __TSTL_dollar_24module = require(\\ "dollar$module\\ ")
407- local RenamedClass2 = __TSTL_dollar_24module .TestClass
408- local __TSTL_singlequote_27module = require(\\ "singlequote'module\\ ")
409- local RenamedClass3 = __TSTL_singlequote_27module .TestClass
410- local __TSTL_hash_23module = require(\\ "hash#module\\ ")
411- local RenamedClass4 = __TSTL_hash_23module .TestClass
412- local __TSTL_space_20module = require(\\ "space module\\ ")
413- local RenamedClass5 = __TSTL_space_20module .TestClass
404+ "local ____kebab_2Dmodule = require(\\ "kebab-module\\ ")
405+ local RenamedClass1 = ____kebab_2Dmodule .TestClass
406+ local ____dollar_24module = require(\\ "dollar$module\\ ")
407+ local RenamedClass2 = ____dollar_24module .TestClass
408+ local ____singlequote_27module = require(\\ "singlequote'module\\ ")
409+ local RenamedClass3 = ____singlequote_27module .TestClass
410+ local ____hash_23module = require(\\ "hash#module\\ ")
411+ local RenamedClass4 = ____hash_23module .TestClass
412+ local ____space_20module = require(\\ "space module\\ ")
413+ local RenamedClass5 = ____space_20module .TestClass
414414local ____ = RenamedClass1
415415local ____ = RenamedClass2
416416local ____ = RenamedClass3
0 commit comments