Skip to content

Commit e87743c

Browse files
committed
lint
1 parent 9fc1508 commit e87743c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

packages/ts-transformers/docs/hierarchical-params-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

packages/ts-transformers/src/closures/transformer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { isOpaqueRefType } from "../transformers/opaque-ref/opaque-ref.ts";
44
import { createDataFlowAnalyzer, visitEachChildWithJsx } from "../ast/mod.ts";
55
import {
66
buildHierarchicalParamsValue,
7-
createCaptureAccessExpression,
87
groupCapturesByRoot,
98
} from "../utils/capture-tree.ts";
109
import type { CaptureTreeNode } from "../utils/capture-tree.ts";

0 commit comments

Comments
 (0)