Eng-council sweep: export hygiene, dead code, helper dedup, declare vega-expression

This commit is contained in:
2026-06-12 19:39:54 +03:00
parent f26ac66633
commit 0e225d7d5c
26 changed files with 89 additions and 98 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
* grammar. It also extracts the `datum.<field>` references so the UI can flag a typo
* against the dataset's actual columns before the chart silently renders empty.
*
* `vega-expression` is a pure dependency already in the bundle (Vega pulls it in for
* rendering), so importing it here adds nothing and keeps this module browser-free.
* `vega-expression` is declared as a direct dependency but adds no bundle weight —
* Vega already ships it for rendering; this import reuses the same copy.
*/
import { parseExpression } from 'vega-expression';