Skip to content
Snippets Groups Projects
  1. Sep 24, 2023
  2. Sep 11, 2023
  3. Aug 28, 2023
  4. Aug 19, 2023
  5. Aug 05, 2023
  6. Jun 28, 2023
  7. Jun 27, 2023
  8. Jun 20, 2023
  9. Apr 23, 2023
  10. Apr 16, 2023
  11. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      Unverified
      cd00da76
  12. Mar 29, 2023
  13. Mar 21, 2023
  14. Feb 10, 2023
  15. Feb 01, 2023
  16. Jan 25, 2023
  17. Jan 12, 2023
  18. Jan 03, 2023
  19. Sep 02, 2022
  20. Aug 31, 2022
  21. Aug 23, 2022
  22. Jul 24, 2022
  23. Apr 29, 2022
Loading