Skip to content
Snippets Groups Projects
  1. Jul 02, 2023
  2. Jun 30, 2023
  3. Jun 28, 2023
  4. Jun 27, 2023
  5. Jun 26, 2023
  6. Jun 24, 2023
  7. Jun 23, 2023
  8. Jun 20, 2023
  9. Jun 17, 2023
  10. Jun 15, 2023
  11. Jun 14, 2023
  12. 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
  13. May 29, 2023
    • Jed Fox's avatar
      More import-related ESLint rules (#1070) · e660e1e7
      Jed Fox authored
      - Enforce that imports from the same package are merged into a single
      import
      - In `loot-core`, require that imports of other `loot-core` files use a
      relative import (like the vast majority of such imports) rather than
      specifiers starting with `loot-core/` (probably a result of moving files
      out of other packages into `loot-core`)
      Unverified
      e660e1e7
  14. May 21, 2023
  15. May 20, 2023
  16. May 15, 2023
  17. May 10, 2023
  18. May 09, 2023
  19. May 08, 2023
  20. May 04, 2023
  21. Apr 30, 2023
  22. Apr 28, 2023
  23. Apr 25, 2023
  24. Apr 21, 2023
  25. Apr 20, 2023
  26. Apr 19, 2023
  27. Apr 16, 2023
  28. Apr 13, 2023
  29. 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
    • Jed Fox's avatar
      Unverified
      d7d5820c
  30. Apr 09, 2023
  31. Apr 06, 2023
Loading