Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Unrelated but... wow, this is... certainly some code.

      return "*" === metadata[2]
        ? moduleExports
        : "" === metadata[2]
          ? moduleExports.__esModule
            ? moduleExports.default
            : moduleExports
          : moduleExports[metadata[2]];


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: