We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d11bd commit 9dae80fCopy full SHA for 9dae80f
test/translation/__snapshots__/transformation.spec.ts.snap
@@ -64,7 +64,9 @@ ____exports.uwv = xyz
64
do
65
local ____export = require(\\"xyz\\")
66
for ____exportKey, ____exportValue in pairs(____export) do
67
- ____exports[____exportKey] = ____exportValue
+ if ____exportKey ~= \\"default\\" then
68
+ ____exports[____exportKey] = ____exportValue
69
+ end
70
end
71
72
0 commit comments