Files
actual/packages
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
..
2026-02-02 12:12:46 +00:00
2026-01-28 18:38:02 +00:00
2026-01-14 20:17:55 +00:00
2026-02-02 12:12:46 +00:00
2026-02-02 12:12:46 +00:00
2026-02-02 12:12:46 +00:00
2026-01-14 20:17:55 +00:00
2026-02-02 12:12:46 +00:00