@tscircuit/eval 0.0.336 → 0.0.337
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 +6 -4
- package/dist/lib/index.d.ts +6 -4
- package/dist/webworker/entrypoint.js +122 -122
- package/package.json +4 -4
package/dist/eval/index.d.ts
CHANGED
|
@@ -744,6 +744,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
744
744
|
};
|
|
745
745
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
746
746
|
rotation: number;
|
|
747
|
+
do_not_place?: boolean | undefined;
|
|
747
748
|
subcircuit_id?: string | undefined;
|
|
748
749
|
pcb_group_id?: string | undefined;
|
|
749
750
|
} | {
|
|
@@ -938,7 +939,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
938
939
|
} | {
|
|
939
940
|
type: "pcb_net";
|
|
940
941
|
pcb_net_id: string;
|
|
941
|
-
|
|
942
|
+
highlight_color?: string | undefined;
|
|
942
943
|
source_net_id?: string | undefined;
|
|
943
944
|
} | {
|
|
944
945
|
type: "pcb_text";
|
|
@@ -983,7 +984,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
983
984
|
route_order_index?: number | undefined;
|
|
984
985
|
should_round_corners?: boolean | undefined;
|
|
985
986
|
trace_length?: number | undefined;
|
|
986
|
-
|
|
987
|
+
highlight_color?: string | undefined;
|
|
987
988
|
} | {
|
|
988
989
|
x: number;
|
|
989
990
|
y: number;
|
|
@@ -2564,6 +2565,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2564
2565
|
};
|
|
2565
2566
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
2566
2567
|
rotation: number;
|
|
2568
|
+
do_not_place?: boolean | undefined;
|
|
2567
2569
|
subcircuit_id?: string | undefined;
|
|
2568
2570
|
pcb_group_id?: string | undefined;
|
|
2569
2571
|
} | {
|
|
@@ -2758,7 +2760,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2758
2760
|
} | {
|
|
2759
2761
|
type: "pcb_net";
|
|
2760
2762
|
pcb_net_id: string;
|
|
2761
|
-
|
|
2763
|
+
highlight_color?: string | undefined;
|
|
2762
2764
|
source_net_id?: string | undefined;
|
|
2763
2765
|
} | {
|
|
2764
2766
|
type: "pcb_text";
|
|
@@ -2803,7 +2805,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2803
2805
|
route_order_index?: number | undefined;
|
|
2804
2806
|
should_round_corners?: boolean | undefined;
|
|
2805
2807
|
trace_length?: number | undefined;
|
|
2806
|
-
|
|
2808
|
+
highlight_color?: string | undefined;
|
|
2807
2809
|
} | {
|
|
2808
2810
|
x: number;
|
|
2809
2811
|
y: number;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -760,6 +760,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
760
760
|
};
|
|
761
761
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
762
762
|
rotation: number;
|
|
763
|
+
do_not_place?: boolean | undefined;
|
|
763
764
|
subcircuit_id?: string | undefined;
|
|
764
765
|
pcb_group_id?: string | undefined;
|
|
765
766
|
} | {
|
|
@@ -954,7 +955,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
954
955
|
} | {
|
|
955
956
|
type: "pcb_net";
|
|
956
957
|
pcb_net_id: string;
|
|
957
|
-
|
|
958
|
+
highlight_color?: string | undefined;
|
|
958
959
|
source_net_id?: string | undefined;
|
|
959
960
|
} | {
|
|
960
961
|
type: "pcb_text";
|
|
@@ -999,7 +1000,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
999
1000
|
route_order_index?: number | undefined;
|
|
1000
1001
|
should_round_corners?: boolean | undefined;
|
|
1001
1002
|
trace_length?: number | undefined;
|
|
1002
|
-
|
|
1003
|
+
highlight_color?: string | undefined;
|
|
1003
1004
|
} | {
|
|
1004
1005
|
x: number;
|
|
1005
1006
|
y: number;
|
|
@@ -2580,6 +2581,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2580
2581
|
};
|
|
2581
2582
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
2582
2583
|
rotation: number;
|
|
2584
|
+
do_not_place?: boolean | undefined;
|
|
2583
2585
|
subcircuit_id?: string | undefined;
|
|
2584
2586
|
pcb_group_id?: string | undefined;
|
|
2585
2587
|
} | {
|
|
@@ -2774,7 +2776,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2774
2776
|
} | {
|
|
2775
2777
|
type: "pcb_net";
|
|
2776
2778
|
pcb_net_id: string;
|
|
2777
|
-
|
|
2779
|
+
highlight_color?: string | undefined;
|
|
2778
2780
|
source_net_id?: string | undefined;
|
|
2779
2781
|
} | {
|
|
2780
2782
|
type: "pcb_text";
|
|
@@ -2819,7 +2821,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
2819
2821
|
route_order_index?: number | undefined;
|
|
2820
2822
|
should_round_corners?: boolean | undefined;
|
|
2821
2823
|
trace_length?: number | undefined;
|
|
2822
|
-
|
|
2824
|
+
highlight_color?: string | undefined;
|
|
2823
2825
|
} | {
|
|
2824
2826
|
x: number;
|
|
2825
2827
|
y: number;
|