Skip to content
Snippets Groups Projects
  1. 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
  2. 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.
      cd00da76
  3. Apr 06, 2023
  4. Mar 17, 2023
    • Jed Fox's avatar
      node-libofx: add transaction_acct_name function (#670) · 4a3fe1d9
      Jed Fox authored
      I am currently not working on adding support for importing to multiple
      accounts, but I wanted to give anyone who takes that on a starting point
      by updating the underlying C library to provide access to the account
      name field.
      4a3fe1d9
  5. Feb 03, 2023
  6. Apr 29, 2022
Loading