Files
actual/packages/loot-core
Matiss Janis Aboltins a0a490c14c Typescript: make arithmetic.ts strict (#6801)
* Make arithmetic.ts strict TypeScript compliant

- Add type definitions for ParserState, Operator, OperatorNode, and AstNode
- Add explicit type annotations to all function parameters
- Fix null/undefined handling in parsePrimary function
- Remove type assertion in makeOperatorParser by using explicit Operator type
- Handle null return from currencyToAmount function
- All functions now have proper return type annotations

* Add test for ignoring leftover characters in evalArithmetic function
2026-02-04 19:29:19 +00:00
..
2025-08-13 20:49:48 +01:00
2026-01-13 22:41:47 +00:00
2026-01-14 20:17:55 +00:00
2025-11-05 23:55:47 +00:00