@vobs/compiler 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,6 +45,8 @@ Plugins can analyze or rewrite the compile tree; `context.helperRef` guarantees
45
45
 
46
46
  Unsupported JSX shapes fail with structured errors — code `VOBS_Cxxx`, source location, code frame, and a fix hint — instead of silently emitting broken output (e.g. member-expression tags like `<Foo.Bar>` used as a DOM tag).
47
47
 
48
+ Component calls carry a `{ file, line, column }` source location for error reporting and DevTools. Pass `sourceLocation: false` to omit it in production builds (the Vite plugin does this automatically for `vite build`); errors still carry component names and positions resolve via source maps.
49
+
48
50
  ## API
49
51
 
50
52
  | Signature | Description |