zlacker

[parent] [thread] 1 comments
1. Edward+(OP)[view] [source] 2025-12-04 12:59:21
Unrelated but... wow, this is... certainly some code.

      return "*" === metadata[2]
        ? moduleExports
        : "" === metadata[2]
          ? moduleExports.__esModule
            ? moduleExports.default
            : moduleExports
          : moduleExports[metadata[2]];
replies(1): >>bri3d+tH1
2. bri3d+tH1[view] [source] 2025-12-04 22:00:22
>>Edward+(OP)
It's generated code ("compiled" Javascript); I found it easier to read than the "main" diff in React which was (intentionally, I think?) obfuscated with additional changesets.
[go to top]