feat(base-formula): add parse-error and cell-error sentinels

This commit is contained in:
Philipinho
2026-04-23 23:34:05 +01:00
parent 4c2d6772f1
commit 7202e65a07
3 changed files with 42 additions and 0 deletions
@@ -2,3 +2,4 @@
// Does NOT export eval or the function registry.
export * from "./ast";
export * from "./types";
export * from "./error";