Skip to content

Commit 5acd03a

Browse files
seambotrazor-x
authored andcommitted
ci: Format code
1 parent 00927aa commit 5acd03a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

experimental/DESIGN.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ all other preferred methods use `body`.
4040

4141
### Compile-time versus runtime
4242

43-
| Field | Type artifact | Browser runtime | Reason |
44-
| --- | --- | --- | --- |
45-
| Path | Yes | Yes | Hook constraint, query key, and request pathname |
46-
| Parameter type | Yes | No | Call-site checking only |
47-
| Result type | Yes | No | Hook result inference only |
48-
| Semantic kind | Yes | Yes | Select hook path unions and inspect the artifact |
49-
| Workspace scope | Yes | Yes | Select without-workspace hook unions and inspect the artifact |
50-
| Action-attempt boolean/type | Yes | Yes | Error/options types and request execution |
51-
| HTTP method and placement | No | Yes | Request execution |
52-
| Response key | No | Yes | `SeamHttpRequest` unwrapping |
53-
| Pagination metadata | No | Yes | Infinite-query eligibility and future paginator work |
54-
| Required parameter metadata | Reflected in the parameter type | Yes | Type errors and `SeamHttpRequest` runtime validation |
43+
| Field | Type artifact | Browser runtime | Reason |
44+
| --------------------------- | ------------------------------- | --------------- | ------------------------------------------------------------- |
45+
| Path | Yes | Yes | Hook constraint, query key, and request pathname |
46+
| Parameter type | Yes | No | Call-site checking only |
47+
| Result type | Yes | No | Hook result inference only |
48+
| Semantic kind | Yes | Yes | Select hook path unions and inspect the artifact |
49+
| Workspace scope | Yes | Yes | Select without-workspace hook unions and inspect the artifact |
50+
| Action-attempt boolean/type | Yes | Yes | Error/options types and request execution |
51+
| HTTP method and placement | No | Yes | Request execution |
52+
| Response key | No | Yes | `SeamHttpRequest` unwrapping |
53+
| Pagination metadata | No | Yes | Infinite-query eligibility and future paginator work |
54+
| Required parameter metadata | Reflected in the parameter type | Yes | Type errors and `SeamHttpRequest` runtime validation |
5555

5656
The generated artifact contains no Blueprint, OpenAPI, YAML, or code-generator
5757
imports. It has one type-only import of the small local ABI declaration.

0 commit comments

Comments
 (0)