@tscircuit/eval 0.0.461 → 0.0.462
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.
- package/dist/blob-url.js +1 -1
- package/dist/eval/index.d.ts +4 -2
- package/dist/lib/index.d.ts +4 -2
- package/dist/webworker/entrypoint.js +4 -4
- package/package.json +4 -4
package/dist/eval/index.d.ts
CHANGED
|
@@ -142,8 +142,8 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
142
142
|
source_component_id?: string | undefined;
|
|
143
143
|
subcircuit_id?: string | undefined;
|
|
144
144
|
port_hints?: string[] | undefined;
|
|
145
|
-
source_group_id?: string | undefined;
|
|
146
145
|
subcircuit_connectivity_map_key?: string | undefined;
|
|
146
|
+
source_group_id?: string | undefined;
|
|
147
147
|
pin_number?: number | undefined;
|
|
148
148
|
} | {
|
|
149
149
|
type: "source_component";
|
|
@@ -1084,6 +1084,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1084
1084
|
pcb_group_id?: string | undefined;
|
|
1085
1085
|
from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
|
|
1086
1086
|
pcb_trace_id?: string | undefined;
|
|
1087
|
+
subcircuit_connectivity_map_key?: string | undefined;
|
|
1087
1088
|
net_is_assignable?: boolean | undefined;
|
|
1088
1089
|
net_assigned?: boolean | undefined;
|
|
1089
1090
|
} | {
|
|
@@ -2318,8 +2319,8 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2318
2319
|
source_component_id?: string | undefined;
|
|
2319
2320
|
subcircuit_id?: string | undefined;
|
|
2320
2321
|
port_hints?: string[] | undefined;
|
|
2321
|
-
source_group_id?: string | undefined;
|
|
2322
2322
|
subcircuit_connectivity_map_key?: string | undefined;
|
|
2323
|
+
source_group_id?: string | undefined;
|
|
2323
2324
|
pin_number?: number | undefined;
|
|
2324
2325
|
} | {
|
|
2325
2326
|
type: "source_component";
|
|
@@ -3260,6 +3261,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3260
3261
|
pcb_group_id?: string | undefined;
|
|
3261
3262
|
from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
|
|
3262
3263
|
pcb_trace_id?: string | undefined;
|
|
3264
|
+
subcircuit_connectivity_map_key?: string | undefined;
|
|
3263
3265
|
net_is_assignable?: boolean | undefined;
|
|
3264
3266
|
net_assigned?: boolean | undefined;
|
|
3265
3267
|
} | {
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -158,8 +158,8 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
158
158
|
source_component_id?: string | undefined;
|
|
159
159
|
subcircuit_id?: string | undefined;
|
|
160
160
|
port_hints?: string[] | undefined;
|
|
161
|
-
source_group_id?: string | undefined;
|
|
162
161
|
subcircuit_connectivity_map_key?: string | undefined;
|
|
162
|
+
source_group_id?: string | undefined;
|
|
163
163
|
pin_number?: number | undefined;
|
|
164
164
|
} | {
|
|
165
165
|
type: "source_component";
|
|
@@ -1100,6 +1100,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1100
1100
|
pcb_group_id?: string | undefined;
|
|
1101
1101
|
from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
|
|
1102
1102
|
pcb_trace_id?: string | undefined;
|
|
1103
|
+
subcircuit_connectivity_map_key?: string | undefined;
|
|
1103
1104
|
net_is_assignable?: boolean | undefined;
|
|
1104
1105
|
net_assigned?: boolean | undefined;
|
|
1105
1106
|
} | {
|
|
@@ -2334,8 +2335,8 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2334
2335
|
source_component_id?: string | undefined;
|
|
2335
2336
|
subcircuit_id?: string | undefined;
|
|
2336
2337
|
port_hints?: string[] | undefined;
|
|
2337
|
-
source_group_id?: string | undefined;
|
|
2338
2338
|
subcircuit_connectivity_map_key?: string | undefined;
|
|
2339
|
+
source_group_id?: string | undefined;
|
|
2339
2340
|
pin_number?: number | undefined;
|
|
2340
2341
|
} | {
|
|
2341
2342
|
type: "source_component";
|
|
@@ -3276,6 +3277,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3276
3277
|
pcb_group_id?: string | undefined;
|
|
3277
3278
|
from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
|
|
3278
3279
|
pcb_trace_id?: string | undefined;
|
|
3280
|
+
subcircuit_connectivity_map_key?: string | undefined;
|
|
3279
3281
|
net_is_assignable?: boolean | undefined;
|
|
3280
3282
|
net_assigned?: boolean | undefined;
|
|
3281
3283
|
} | {
|