@barefootjs/rust 0.31.6 → 0.31.8

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.
@@ -1,12 +1,10 @@
1
1
  /**
2
- * Per-fixture build-time contracts for shapes the adapter intentionally
3
- * refuses to lower. Mirrors adapter-jinja's set (itself mirroring
4
- * xslate's) the lowering gates are shared code paths in the ported
5
- * adapter (BF103/BF104 are structural: cross-template child registration
6
- * / destructure-loop-param limits that apply identically regardless of
7
- * target template language or render engine). Consumed by this package's
8
- * own conformance test (as `expectedDiagnostics`) and by `bf compat`
9
- * (issue-URL attribution).
2
+ * Per-fixture build-time contracts for shapes this adapter intentionally
3
+ * refuses to lower. Declared per adapter, not on the shared fixtures, so
4
+ * adding a new adapter never touches a cross-adapter file. Per-fixture
5
+ * rationale lives on each fixture's docstring
6
+ * (`packages/adapter-tests/fixtures/<id>.ts`) and spec/callback-fidelity.md;
7
+ * comments below only mark where this adapter's set diverges from siblings.
10
8
  */
11
9
  import type { ConformancePins } from '@barefootjs/jsx';
12
10
  export declare const conformancePins: ConformancePins;
@@ -1 +1 @@
1
- {"version":3,"file":"conformance-pins.d.ts","sourceRoot":"","sources":["../src/conformance-pins.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEtD,eAAO,MAAM,eAAe,EAAE,eAiJ7B,CAAA"}
1
+ {"version":3,"file":"conformance-pins.d.ts","sourceRoot":"","sources":["../src/conformance-pins.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEtD,eAAO,MAAM,eAAe,EAAE,eAgD7B,CAAA"}
package/dist/index.js CHANGED
@@ -189244,7 +189244,8 @@ var conformancePins = {
189244
189244
  { code: "BF101", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/2320" }
189245
189245
  ],
189246
189246
  "filter-nested-find-predicate": [{ code: "BF101", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/2320" }],
189247
- "date-method-uncatalogued": [{ code: "BF021", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/2356" }]
189247
+ "date-method-uncatalogued": [{ code: "BF021", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/2356" }],
189248
+ "rich-prop-client-read": [{ code: "BF049", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/2648" }]
189248
189249
  };
189249
189250
  // src/render-divergences.ts
189250
189251
  var renderDivergences = {};
@@ -1,17 +1,12 @@
1
1
  /**
2
- * Render-level divergences against the shared conformance corpus
3
- * (Priority-12 edge-case sweep, #2168): fixtures that COMPILE clean on
4
- * this adapter but whose rendered output diverges from the Hono
5
- * reference through the real `bf-render` minijinja binary.
2
+ * Fixtures that compile clean on this adapter but render divergent from the
3
+ * Hono reference through the real `bf-render` minijinja binary. The
4
+ * conformance `skipJsx` set and `packages/compat`'s published
5
+ * fixture-divergences both derive from this one object, so the skip list
6
+ * and the declaration can't drift. Keep the file even when the set is
7
+ * empty — the next divergence lands here, not in a re-created file.
6
8
  * (`string-concat-plus` is NOT here — minijinja's `+` concatenates
7
9
  * strings, unlike Perl/PHP/Twig.)
8
- *
9
- * Consumed by this package's conformance test (its `skipJsx` set is
10
- * derived from these keys, so the skip list and this declaration can't
11
- * drift) and by `packages/compat`, which publishes the entries in the
12
- * fixture-divergences section of `ui/compat.lock.json` — surfaced on
13
- * the docs compatibility-matrix page. Graduating an entry means fixing
14
- * the adapter (or the shared compiler layer) and deleting the line.
15
10
  */
16
11
  import type { RenderDivergences } from '@barefootjs/jsx';
17
12
  export declare const renderDivergences: RenderDivergences;
@@ -1 +1 @@
1
- {"version":3,"file":"render-divergences.d.ts","sourceRoot":"","sources":["../src/render-divergences.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAExD,eAAO,MAAM,iBAAiB,EAAE,iBAM/B,CAAA"}
1
+ {"version":3,"file":"render-divergences.d.ts","sourceRoot":"","sources":["../src/render-divergences.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAExD,eAAO,MAAM,iBAAiB,EAAE,iBAC/B,CAAA"}
package/dist/vite.js CHANGED
@@ -2310,6 +2310,7 @@ var ErrorCodes = {
2310
2310
  COMPONENT_REQUIRED_PROP_MISSING: "BF046",
2311
2311
  JSX_BRANCH_LOCAL_IN_CALLBACK: "BF047",
2312
2312
  SIBLING_COMPONENT_NOT_COMPILED: "BF048",
2313
+ RICH_TYPE_PROP_NOT_HYDRATABLE: "BF049",
2313
2314
  SHARED_PROGRAM_REQUIRED: "BF050",
2314
2315
  WRONG_PACKAGE_IMPORT: "BF051",
2315
2316
  BUILTIN_REQUIRES_IMPORT: "BF054",
@@ -2340,6 +2341,7 @@ var errorMessages = {
2340
2341
  [ErrorCodes.COMPONENT_REQUIRED_PROP_MISSING]: "Built-in component is missing a required prop.",
2341
2342
  [ErrorCodes.JSX_BRANCH_LOCAL_IN_CALLBACK]: "JSX-typed local declared inside an `if`-block cannot be referenced from a callback body (ref / event handler). " + "Render it as a child instead: `<div ref={...}>{local}</div>`.",
2342
2343
  [ErrorCodes.SIBLING_COMPONENT_NOT_COMPILED]: "Referenced component did not compile to a template, so this reference would throw " + "`ReferenceError` at render time. Multi-return JSX dispatch (a `switch` or `if`/`else` " + "chain across multiple JSX-returning branches) cannot compile as a component in a " + `'use client' file. Extract it to a separate non-"use client" file (where it is preserved ` + "verbatim, see #932), or rewrite it as a single-return ternary/conditional chain so the " + "component pipeline can compile it.",
2344
+ [ErrorCodes.RICH_TYPE_PROP_NOT_HYDRATABLE]: "Rich-typed prop cannot cross the bf-p hydration boundary as JSON.",
2343
2345
  [ErrorCodes.SHARED_PROGRAM_REQUIRED]: "Shared ts.Program required for type-based reactivity classification. This source imports a Reactive<T>-branded library (e.g. @barefootjs/form) whose getters cannot be classified by regex alone. Pass `options.program` (built via `createProgramForCorpus`) so the analyzer can resolve the brand through the TypeChecker.",
2344
2346
  [ErrorCodes.WRONG_PACKAGE_IMPORT]: "Import from wrong package.",
2345
2347
  [ErrorCodes.BUILTIN_REQUIRES_IMPORT]: "Built-in <Async> / <Region> must be imported from '@barefootjs/client'. " + "The compiler recognises these tags by their import (not by tag name), " + "so an unimported tag with this name is treated as an undeclared component.",
@@ -2373,6 +2375,8 @@ var HOST_RICH_TYPE_NAMES = new Set([
2373
2375
  "BigInt",
2374
2376
  "Function"
2375
2377
  ]);
2378
+ var JSON_REVIVABLE_RICH_TYPE_NAMES = new Set(["Date", "URL"]);
2379
+ var JSON_UNSAFE_RICH_TYPE_NAMES = new Set([...HOST_RICH_TYPE_NAMES].filter((n) => !JSON_REVIVABLE_RICH_TYPE_NAMES.has(n)));
2376
2380
  function baseTypeName(raw) {
2377
2381
  const idx = raw.indexOf("<");
2378
2382
  return (idx === -1 ? raw : raw.slice(0, idx)).trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barefootjs/rust",
3
- "version": "0.31.6",
3
+ "version": "0.31.8",
4
4
  "description": "minijinja (Rust) adapter for BarefootJS — compiles IR to .j2 templates and ships a Rust rendering runtime (packages/adapter-rust/runtime/); runs under any Rust web framework (axum, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "directory": "packages/adapter-rust"
55
55
  },
56
56
  "dependencies": {
57
- "@barefootjs/shared": "0.31.6"
57
+ "@barefootjs/shared": "0.31.8"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@barefootjs/jsx": ">=0.2.0",
@@ -71,9 +71,9 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@barefootjs/adapter-tests": "0.1.0",
74
- "@barefootjs/jsx": "0.31.6",
75
- "@barefootjs/vite": "0.31.6",
76
- "@barefootjs/client": "0.31.6",
74
+ "@barefootjs/jsx": "0.31.8",
75
+ "@barefootjs/vite": "0.31.8",
76
+ "@barefootjs/client": "0.31.8",
77
77
  "typescript": "^5.0.0",
78
78
  "vite": "^6.0.0"
79
79
  }
@@ -1,89 +1,34 @@
1
1
  /**
2
- * Per-fixture build-time contracts for shapes the adapter intentionally
3
- * refuses to lower. Mirrors adapter-jinja's set (itself mirroring
4
- * xslate's) the lowering gates are shared code paths in the ported
5
- * adapter (BF103/BF104 are structural: cross-template child registration
6
- * / destructure-loop-param limits that apply identically regardless of
7
- * target template language or render engine). Consumed by this package's
8
- * own conformance test (as `expectedDiagnostics`) and by `bf compat`
9
- * (issue-URL attribution).
2
+ * Per-fixture build-time contracts for shapes this adapter intentionally
3
+ * refuses to lower. Declared per adapter, not on the shared fixtures, so
4
+ * adding a new adapter never touches a cross-adapter file. Per-fixture
5
+ * rationale lives on each fixture's docstring
6
+ * (`packages/adapter-tests/fixtures/<id>.ts`) and spec/callback-fidelity.md;
7
+ * comments below only mark where this adapter's set diverges from siblings.
10
8
  */
11
9
 
12
10
  import type { ConformancePins } from '@barefootjs/jsx'
13
11
 
14
12
  export const conformancePins: ConformancePins = {
15
- // Off-subset filter predicate (`typeof`) the compiler can't lower; a
16
- // JS-runtime target runs it, a DSL adapter surfaces BF021 + `/* @client */`.
17
- // See spec/callback-fidelity.md.
18
13
  'filter-typeof-predicate': [{ code: 'BF021', severity: 'error' }],
19
- // Array-builder `.map()` body (imperative `push`-into-array preamble):
20
- // BF021, with a verified `/* @client */` escape — `map-array-builder-
21
- // body-client` (#2613). See that fixture's docstring.
22
14
  'map-array-builder-body': [{ code: 'BF021', severity: 'error' }],
23
15
  'map-array-builder-escaping': [{ code: 'BF021', severity: 'error' }],
24
- // `.fill(value)` mutates the receiver in place — no template lowering
25
- // on any DSL adapter; a JS-runtime target runs it, a DSL adapter
26
- // surfaces BF101 + `/* @client */`. See spec/callback-fidelity.md.
27
16
  'fill-unsupported': [{ code: 'BF101', severity: 'error' }],
28
- // Off-subset `.find()` / `.some()` / `.every()` predicate (`typeof`) the
29
- // compiler can't lower; a JS-runtime target runs it, a DSL adapter
30
- // surfaces BF101 + `/* @client */`. See spec/callback-fidelity.md.
31
17
  'find-typeof-predicate': [{ code: 'BF101', severity: 'error' }],
32
18
  'some-typeof-predicate': [{ code: 'BF101', severity: 'error' }],
33
19
  'every-typeof-predicate': [{ code: 'BF101', severity: 'error' }],
34
- // Off-subset `.reduce()` / `.reduceRight()` body / `.flatMap()`
35
- // projection (`typeof`) the compiler can't lower; a JS-runtime target
36
- // runs it, a DSL adapter surfaces BF101 + `/* @client */`.
37
- // See spec/callback-fidelity.md.
38
20
  'reduce-typeof-body': [{ code: 'BF101', severity: 'error' }],
39
21
  'reduce-right-typeof-body': [{ code: 'BF101', severity: 'error' }],
40
22
  'flatmap-typeof-projection': [{ code: 'BF101', severity: 'error' }],
41
- // JSX-returning `.flatMap()` body carried as structured segments i.e.
42
- // one with STATEMENTS (early returns, consts): a JS runtime executes it
43
- // verbatim; a DSL template runtime can't, so it refuses with BF021 +
44
- // `/* @client */` (pre-gate this emitted an empty loop body — silent
45
- // divergence). A pure PROJECTION body (`flatMap(it => it.tags.map(...))`,
46
- // e.g. the `flatmap-expression-body` fixture) is NOT pinned: it lowers to
47
- // neutral nested-loop IR this adapter templatizes natively.
48
- // See spec/callback-fidelity.md.
23
+ // A pure PROJECTION flatMap body (`flatmap-expression-body`) is NOT pinned
24
+ // it lowers to neutral nested-loop IR this adapter templatizes natively;
25
+ // only the statement-carrying body refuses.
49
26
  'tag-cloud': [{ code: 'BF021', severity: 'error' }],
50
- // A keyed `.map()` row body whose preamble builds a JSX leaf from item
51
- // state (`cells.push(<td>{stateLabel}</td>)`) embedded as `{cells}` — the
52
- // Stage 3 array-builder carrier, jsRuntime-only: a JS runtime runs it
53
- // verbatim (and patches the region on same-key updates, #2389), a DSL
54
- // adapter refuses with BF021 + `/* @client */`. See spec/callback-fidelity.md.
55
27
  'preamble-cells': [{ code: 'BF021', severity: 'error' }],
56
- // `todo-app` / `todo-app-ssr` no longer pinned (#2205) the conformance
57
- // harness now passes `siblingTemplatesRegistered: true` for fixtures with
58
- // sibling `components`, matching `bf build`'s real semantics, so the
59
- // BF103 loop-body cross-template check no longer fires spuriously. (Both
60
- // fixtures are still skipped on this adapter via `render-divergences.ts`
61
- // — #2209 — for an unrelated signal-seeding gap.)
62
- // `static-array-children` no longer pinned (#2208) — `items`'s
63
- // array-literal initializer is now recognized as fully-static
64
- // (`resolveStaticLoopSource`) and inlined as a native MiniJinja
65
- // list/dict literal in the `{% for %}` header, the same way a
66
- // module-scope const's value is already seeded.
67
- // The `([emoji, users]) => ...` / `([id, t]) => ...` params in these two
68
- // fixtures no longer trip BF104 — the destructure itself now lowers
69
- // cleanly to a native `{% set %}` accessor (#2087 Phase B). But both
70
- // fixtures' loop array is `entries`, a bare identifier bound to a
71
- // function-scope local const with a NON-inlineable initializer
72
- // (`Object.entries(props.x ?? {}).filter(...)`) — a pre-existing,
73
- // orthogonal limitation this adapter has always had (it only ever
74
- // INLINES a local const's value at its use site — numeric/string
75
- // literal, or a static-record-literal lookup — never binds one as a
76
- // `{% set %}` template local), just never reachable before because the
77
- // narrower pre-#2087 gate refused the destructure param first. Left
78
- // unhandled it would silently render an EMPTY list (minijinja's
79
- // `UndefinedBehavior::Chainable` tolerates iterating an unbound name as
80
- // zero iterations) instead of failing loudly, so `renderLoop` in
81
- // `minijinja-adapter.ts` now detects this shape and raises BF101
82
- // instead — see the "Loop array `<name>` is a local computed value"
83
- // diagnostic (mirrors adapter-jinja's identical check). Fixing the
84
- // underlying gap (computed-array-from-props as a loop source) is out of
85
- // scope for #2087; tracked as a follow-up at
86
- // https://github.com/piconic-ai/barefootjs/issues/2321.
28
+ // Refused for the COMPUTED loop array (`const entries = Object.entries(...)
29
+ // .filter(...)`), not the destructure param (that lowers, #2087) — loud
30
+ // BF101 instead of minijinja's UndefinedBehavior::Chainable silently
31
+ // iterating zero times.
87
32
  'static-array-from-props': [
88
33
  {
89
34
  code: 'BF101',
@@ -91,9 +36,7 @@ export const conformancePins: ConformancePins = {
91
36
  issue: 'https://github.com/piconic-ai/barefootjs/issues/2321',
92
37
  },
93
38
  ],
94
- // BF101 (unresolvable computed loop array, see above) fires; BF103
95
- // (imported child in the loop body) no longer does now that the
96
- // conformance harness passes `siblingTemplatesRegistered: true` (#2205).
39
+ // No BF103 pin: the harness registers sibling templates (#2205).
97
40
  'static-array-from-props-with-component': [
98
41
  {
99
42
  code: 'BF101',
@@ -101,59 +44,17 @@ export const conformancePins: ConformancePins = {
101
44
  issue: 'https://github.com/piconic-ai/barefootjs/issues/2321',
102
45
  },
103
46
  ],
104
- // Rest-destructure `.map()` callbacks (#2087 Phase B): every shape now
105
- // lowers natively fixed bindings at any depth/shape via a chained
106
- // Jinja accessor built off `LoopParamBinding.segments`
107
- // (`minijinjaAccessorFromSegments`), array-rest via the runtime's
108
- // `bf.slice`, and object-rest (read via member access OR spread onto an
109
- // intrinsic element) via a TRUE residual dict from the new `bf.omit`
110
- // runtime helper. No `expectedDiagnostics` pins remain for any of the
111
- // `rest-destructure-*-in-map` / `destructure-*-in-map` fixtures — see
112
- // `rest-destructure-object-spread-in-map` for the residual-spread case
113
- // and `destructure-array-index-in-map` / `destructure-nested-object-in-map`
114
- // for the no-rest fixed-binding shapes.
115
- // (button/kbd graduated: the site/ui Button/Kbd `<Slot>` `{...props}` /
116
- // `{...children.props}` component-spread now lowers via nested
117
- // `dict(base, **top)` calls — see `minijinja-adapter.ts`'s
118
- // `renderComponent` — instead of refusing with BF101, so these two no
119
- // longer need a pin here.)
120
- // (`tagged-template-classname` graduated by #2092 — the tag resolves
121
- // through the interleave-tag catalogue and desugars to an untagged
122
- // template literal, so it lowers like any other className template.)
123
- // #2038: a filter predicate whose body contains a NESTED callback call
124
- // (`t => !picked().some(p => …)` / `t => picked().find(p => …)`). Jinja
125
- // has no inline comprehension-with-nested-callback form usable from the
126
- // evaluator-JSON `*_eval` payload mechanism (this adapter's ONLY
127
- // higher-order-callback lowering path — see `minijinja-adapter.ts`'s file
128
- // header, divergence 3), so the compiler is loud (BF101) instead of
129
- // lossy, same as xslate. The `/* @client */` twin
130
- // (`filter-nested-callback-predicate-client`) has no pin here: it must
131
- // render clean on every adapter, which asserts the suppression contract.
132
- // Faithful lowering tracked: https://github.com/piconic-ai/barefootjs/issues/2320 (successor to #2038)
47
+ // #2038: no inline comprehension-with-nested-callback form via the
48
+ // evaluator-JSON `*_eval` mechanism (`minijinja-adapter.ts`'s header,
49
+ // divergence 3) loud BF101 instead of lossy.
133
50
  'filter-nested-callback-predicate': [
134
51
  { code: 'BF101', severity: 'error', issue: 'https://github.com/piconic-ai/barefootjs/issues/2320' },
135
52
  ],
136
53
  'filter-nested-find-predicate': [{ code: 'BF101', severity: 'error', issue: 'https://github.com/piconic-ai/barefootjs/issues/2320' }],
137
- // NB: TOP-LEVEL `.find` / `.findIndex` / `.findLast` / `.findLastIndex`
138
- // (text position) are NOT pinned here like xslate (unlike mojo, which
139
- // refuses them), Jinja lowers them to `bf.find_eval` / `find_index_eval`
140
- // / etc. via the same evaluator-JSON mechanism as `.filter` / `.every` /
141
- // `.some`, so they render. Only the NESTED-in-a-predicate form above is
142
- // refused (#2038).
143
- // `array-map-function-reference` no longer pinned — a bare-identifier
144
- // `.map(format)` callback now resolves one hop to its declaration
145
- // (`resolveCallbackMethodFunctionReferences`, #2206), the same mechanism
146
- // #2090 established for `.sort(fnref)`.
147
- // `dangerous-inner-html` no longer pinned — a compile-time string-literal
148
- // `dangerouslySetInnerHTML={{ __html: '...' }}` is spliced directly into
149
- // the template as trusted raw text (`resolveDangerousInnerHtml`, #2207).
150
- // A dynamic/signal-derived value now lowers through MiniJinja's `| safe`
151
- // filter (#2319) — `dangerous-inner-html-dynamic` is no longer pinned and
152
- // renders to Hono parity, same as the static case.
153
- // #2273: a method call on a prop typed as a built-in host rich type
154
- // (Date, Map, …) has no catalogued lowering in any adapter — this is a
155
- // compiler-level refusal (`checkRichTypeMethodCalls`, wired ahead of
156
- // `adapter.generate()`), not an adapter-specific gap, so it is pinned
157
- // identically across every adapter package including Hono.
54
+ // Top-level `.find`/`.findIndex`/`.findLast`/`.findLastIndex` are NOT
55
+ // pinned unlike mojo (which refuses them), minijinja lowers them via the
56
+ // same evaluator-JSON mechanism as `.filter`/`.some`. Only the nested form
57
+ // above is refused.
158
58
  'date-method-uncatalogued': [{ code: 'BF021', severity: 'error', issue: 'https://github.com/piconic-ai/barefootjs/issues/2356' }],
59
+ 'rich-prop-client-read': [{ code: 'BF049', severity: 'error', issue: 'https://github.com/piconic-ai/barefootjs/issues/2648' }],
159
60
  }
@@ -1,25 +1,15 @@
1
1
  /**
2
- * Render-level divergences against the shared conformance corpus
3
- * (Priority-12 edge-case sweep, #2168): fixtures that COMPILE clean on
4
- * this adapter but whose rendered output diverges from the Hono
5
- * reference through the real `bf-render` minijinja binary.
2
+ * Fixtures that compile clean on this adapter but render divergent from the
3
+ * Hono reference through the real `bf-render` minijinja binary. The
4
+ * conformance `skipJsx` set and `packages/compat`'s published
5
+ * fixture-divergences both derive from this one object, so the skip list
6
+ * and the declaration can't drift. Keep the file even when the set is
7
+ * empty — the next divergence lands here, not in a re-created file.
6
8
  * (`string-concat-plus` is NOT here — minijinja's `+` concatenates
7
9
  * strings, unlike Perl/PHP/Twig.)
8
- *
9
- * Consumed by this package's conformance test (its `skipJsx` set is
10
- * derived from these keys, so the skip list and this declaration can't
11
- * drift) and by `packages/compat`, which publishes the entries in the
12
- * fixture-divergences section of `ui/compat.lock.json` — surfaced on
13
- * the docs compatibility-matrix page. Graduating an entry means fixing
14
- * the adapter (or the shared compiler layer) and deleting the line.
15
10
  */
16
11
 
17
12
  import type { RenderDivergences } from '@barefootjs/jsx'
18
13
 
19
14
  export const renderDivergences: RenderDivergences = {
20
- // `todo-app` / `todo-app-ssr` no longer diverge (#2209) — the shared
21
- // `evaluateSignalInit` (`@barefootjs/jsx`, sandboxed real-JS evaluation
22
- // instead of a fixed regex-shape catalogue) now correctly seeds `todos`
23
- // from `(props.initialTodos ?? []).map(t => ({ ...t, editing: false }))`.
24
-
25
15
  }