- Apr 12, 2023
-
-
Jed Fox authored
It turns out this command is not installed by default on macOS. Fortunately the code doesn’t really require it to be used.
-
- Apr 10, 2023
-
-
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.
-
- Apr 09, 2023
-
-
Jed Fox authored
These files will be automatically recreated by `yarn build:api`, `yarn build:browser`, and `yarn start:browser`, so we don’t need them in the repo.
-
- Apr 06, 2023
-
-
Jed Fox authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
- Feb 28, 2023
-
-
Matiss Janis Aboltins authored
-
- Jan 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Jan 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 13, 2022
-
-
Tom French authored
-
- Aug 31, 2022
-
-
Tom French authored
-
- Aug 30, 2022
-
-
Tom French authored
-
bdoherty authored
Co-authored-by:
Tom French <15848336+TomAFrench@users.noreply.github.com>
-
- Aug 23, 2022
-
-
Tom French authored
-
- Aug 12, 2022
-
-
Brendan Doherty authored
-
- Jun 29, 2022
-
-
Tom French authored
-
Tom French authored
-
- Apr 29, 2022
-
-
James Long authored
-