@barefootjs/go-template 0.33.4 → 0.34.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.
@@ -23,6 +23,16 @@
23
23
  * Go, so it moved off this table. Dynamic delivery for named jsx-children
24
24
  * props (the actual capability gap) is tracked separately at
25
25
  * https://github.com/piconic-ai/barefootjs/issues/2703.)
26
+ *
27
+ * (#2700's `signal-object-spread-init` divergence graduated the same way —
28
+ * by reclassification, not a lowering fix: a `derived` signal/memo's
29
+ * object-literal initializer referencing a live prop/signal has no
30
+ * live-template-expression lowering on Go, only a static constructor-time
31
+ * baker — now a loud `BF101` refusal (`conformance-pins.ts`) with a
32
+ * verified `/* @client *\/` escape twin (`signal-object-spread-init-client`),
33
+ * instead of a silent wrong render. Teaching the baker to emit
34
+ * prop-referencing Go expressions — the actual capability gap — stays
35
+ * tracked at https://github.com/piconic-ai/barefootjs/issues/2700.)
26
36
  */
27
37
  import type { RenderDivergences } from '@barefootjs/jsx';
28
38
  export declare const renderDivergences: RenderDivergences;
@@ -1 +1 @@
1
- {"version":3,"file":"render-divergences.d.ts","sourceRoot":"","sources":["../src/render-divergences.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAExD,eAAO,MAAM,iBAAiB,EAAE,iBAS/B,CAAA"}
1
+ {"version":3,"file":"render-divergences.d.ts","sourceRoot":"","sources":["../src/render-divergences.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAExD,eAAO,MAAM,iBAAiB,EAAE,iBAK/B,CAAA"}