Skip to content

@wyw-in-js/transform@2.1.1

Choose a tag to compare

@Anber Anber released this 29 Jun 11:11
· 5 commits to main since this release
3d17713

Patch Changes

  • d4f6d2b: Improve eval.strategy: "static" failure diagnostics. Errors now lead with the source expression the developer wrote (e.g. themeVars.panelBg) instead of bare _exp codegen placeholders, surface the specific per-value reason the resolver determined (unanalyzable import, non-serializable value, missing/undefined export, or runtime function call), and group values by shared cause with (×N) dedupe so a real build no longer prints hundreds of near-identical low-signal lines.