Skip to content
Snippets Groups Projects
  1. Jun 18, 2023
  2. Jun 16, 2023
  3. Jun 06, 2023
    • Jed Fox's avatar
      Remove account types (#948) · a25327d3
      Jed Fox authored
      Closes #944, closes #532. ~WIP because something is causing the test
      budget to fail to create because it’s using INSERT instead of UPDATE sql
      queries. (Or not? I have no idea)~
      Unverified
      a25327d3
  4. May 20, 2023
  5. May 02, 2023
  6. Apr 29, 2023
  7. 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
  8. Mar 17, 2023
  9. Mar 05, 2023
  10. Feb 10, 2023
  11. Feb 03, 2023
  12. Jan 12, 2023
  13. Jan 03, 2023
  14. Dec 30, 2022
  15. Dec 29, 2022
  16. Nov 13, 2022
  17. Sep 02, 2022
  18. Aug 31, 2022
  19. Aug 23, 2022
  20. Jul 24, 2022
  21. Jul 16, 2022
  22. Jul 08, 2022
  23. Jun 27, 2022
  24. Apr 29, 2022
Loading