File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ params: {
158158}
159159```
160160
161- The runtime contract continues to surface a ` params ` object to the callback,
162- and we supply the capture tree as the second argument. Runtime passes that
163- object through unchanged, so destructuring ` params: { state } ` recovers the
164- original identifiers without an extra wrapper layer.
161+ The runtime contract continues to surface a ` params ` object to the callback, and
162+ we supply the capture tree as the second argument. Runtime passes that object
163+ through unchanged, so destructuring ` params: { state } ` recovers the original
164+ identifiers without an extra wrapper layer.
165165
166166### 4. Parameter Naming (MODIFIED)
167167
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { isOpaqueRefType } from "../transformers/opaque-ref/opaque-ref.ts";
44import { createDataFlowAnalyzer , visitEachChildWithJsx } from "../ast/mod.ts" ;
55import {
66 buildHierarchicalParamsValue ,
7- createCaptureAccessExpression ,
87 groupCapturesByRoot ,
98} from "../utils/capture-tree.ts" ;
109import type { CaptureTreeNode } from "../utils/capture-tree.ts" ;
You can’t perform that action at this time.
0 commit comments