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
@@ -1,3 +1,4 @@
// Server-side public surface: everything in client + evaluator + registry.
export * from "./ast";
export * from "./types";
export * from "./error";