Skip to content
Snippets Groups Projects
  1. Sep 05, 2023
    • Joel Jeremy Marquez's avatar
      Webpack + SWC Loader (#1650) · 319d196e
      Joel Jeremy Marquez authored
      
      * desktopc-client swc-loader
      
      * More swc
      
      * Jest swc + upgrades
      
      * Revert @swc/jest usage for now
      
      * SWC minify
      
      * Remove setupFilesAfterEnv in package.json as per warning message in CI
      
      * Release notes
      
      * Minify on CI
      
      * swc helpers in loot-core
      
      * @swc/jest
      
      * Upgrade webpack
      
      * Add @swc/core to crdt
      
      * Use yarn cache in github actions
      
      * Cleanup
      
      * Fix electron
      
      * Revert "Fix electron"
      
      This reverts commit 787af1980648fa30788a1d1678dcda534716f31d.
      
      * Revert action.yml cache changes
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      319d196e
  2. Aug 05, 2023
  3. Aug 04, 2023
  4. Jul 31, 2023
  5. Jul 05, 2023
  6. Jul 04, 2023
  7. Jun 28, 2023
  8. Jun 26, 2023
    • Jed Fox's avatar
      Run ESLint at the top level once (#1202) · ed50e2b3
      Jed Fox authored
      This significantly speeds up `yarn lint` for me. It also ensures we’re
      listing all source files in the project, including the `.eslintrc` files
      and any other files that may be present.
      ed50e2b3
  9. Jun 25, 2023
    • Tom French's avatar
      chore: enforce proper types in `sync/index` (#1077) · fddcdec8
      Tom French authored
      I've updated the return values in `sync/index` to sensible values based
      on how they're being called.
      
      I've updated the type of `msg.value` to be `string | number | null` to
      match the values expected by `serializeValue`
      fddcdec8
  10. Jun 18, 2023
Loading