()
| 25 | import { CancellationError, checkDeadline } from '../common/interruptible.js'; |
| 26 | import { |
| 27 | Expression, |
| 28 | CollectionHandlers, |
| 29 | FunctionInterface, |
| 30 | Sign, |
| 31 | } from './global-types.js'; |
| 32 | import type { MathJsonExpression } from '../math-json/types.js'; |
| 33 | import { |
| 34 | isFunction, |