@tscircuit/eval 0.0.294 → 0.0.295

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.
@@ -413,6 +413,14 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
413
413
  property_name: string;
414
414
  source_property_ignored_warning_id: string;
415
415
  subcircuit_id?: string | undefined;
416
+ } | {
417
+ message: string;
418
+ type: "source_pin_missing_trace_warning";
419
+ source_component_id: string;
420
+ source_port_id: string;
421
+ warning_type: "source_pin_missing_trace_warning";
422
+ source_pin_missing_trace_warning_id: string;
423
+ subcircuit_id?: string | undefined;
416
424
  } | {
417
425
  type: "source_net";
418
426
  name: string;
@@ -674,6 +682,14 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
674
682
  source_group_id?: string | undefined;
675
683
  connected_source_port_ids?: string[] | undefined;
676
684
  selectors_not_found?: string[] | undefined;
685
+ } | {
686
+ message: string;
687
+ type: "source_pin_missing_trace_warning";
688
+ source_component_id: string;
689
+ source_port_id: string;
690
+ warning_type: "source_pin_missing_trace_warning";
691
+ source_pin_missing_trace_warning_id: string;
692
+ subcircuit_id?: string | undefined;
677
693
  } | {
678
694
  type: "pcb_component";
679
695
  width: number;
@@ -1666,6 +1682,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1666
1682
  peak_to_peak_voltage?: number | undefined;
1667
1683
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
1668
1684
  phase?: number | undefined;
1685
+ duty_cycle?: number | undefined;
1669
1686
  })[]>;
1670
1687
 
1671
1688
  declare const runTscircuitModule: (module: string, opts?: {
@@ -1997,6 +2014,14 @@ declare const runTscircuitModule: (module: string, opts?: {
1997
2014
  property_name: string;
1998
2015
  source_property_ignored_warning_id: string;
1999
2016
  subcircuit_id?: string | undefined;
2017
+ } | {
2018
+ message: string;
2019
+ type: "source_pin_missing_trace_warning";
2020
+ source_component_id: string;
2021
+ source_port_id: string;
2022
+ warning_type: "source_pin_missing_trace_warning";
2023
+ source_pin_missing_trace_warning_id: string;
2024
+ subcircuit_id?: string | undefined;
2000
2025
  } | {
2001
2026
  type: "source_net";
2002
2027
  name: string;
@@ -2258,6 +2283,14 @@ declare const runTscircuitModule: (module: string, opts?: {
2258
2283
  source_group_id?: string | undefined;
2259
2284
  connected_source_port_ids?: string[] | undefined;
2260
2285
  selectors_not_found?: string[] | undefined;
2286
+ } | {
2287
+ message: string;
2288
+ type: "source_pin_missing_trace_warning";
2289
+ source_component_id: string;
2290
+ source_port_id: string;
2291
+ warning_type: "source_pin_missing_trace_warning";
2292
+ source_pin_missing_trace_warning_id: string;
2293
+ subcircuit_id?: string | undefined;
2261
2294
  } | {
2262
2295
  type: "pcb_component";
2263
2296
  width: number;
@@ -3250,6 +3283,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3250
3283
  peak_to_peak_voltage?: number | undefined;
3251
3284
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
3252
3285
  phase?: number | undefined;
3286
+ duty_cycle?: number | undefined;
3253
3287
  })[]>;
3254
3288
 
3255
3289
  export { CircuitRunner, runTscircuitCode, runTscircuitModule };
@@ -428,6 +428,14 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
428
428
  property_name: string;
429
429
  source_property_ignored_warning_id: string;
430
430
  subcircuit_id?: string | undefined;
431
+ } | {
432
+ message: string;
433
+ type: "source_pin_missing_trace_warning";
434
+ source_component_id: string;
435
+ source_port_id: string;
436
+ warning_type: "source_pin_missing_trace_warning";
437
+ source_pin_missing_trace_warning_id: string;
438
+ subcircuit_id?: string | undefined;
431
439
  } | {
432
440
  type: "source_net";
433
441
  name: string;
@@ -689,6 +697,14 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
689
697
  source_group_id?: string | undefined;
690
698
  connected_source_port_ids?: string[] | undefined;
691
699
  selectors_not_found?: string[] | undefined;
700
+ } | {
701
+ message: string;
702
+ type: "source_pin_missing_trace_warning";
703
+ source_component_id: string;
704
+ source_port_id: string;
705
+ warning_type: "source_pin_missing_trace_warning";
706
+ source_pin_missing_trace_warning_id: string;
707
+ subcircuit_id?: string | undefined;
692
708
  } | {
693
709
  type: "pcb_component";
694
710
  width: number;
@@ -1681,6 +1697,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1681
1697
  peak_to_peak_voltage?: number | undefined;
1682
1698
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
1683
1699
  phase?: number | undefined;
1700
+ duty_cycle?: number | undefined;
1684
1701
  })[]>;
1685
1702
 
1686
1703
  declare const runTscircuitModule: (module: string, opts?: {
@@ -2012,6 +2029,14 @@ declare const runTscircuitModule: (module: string, opts?: {
2012
2029
  property_name: string;
2013
2030
  source_property_ignored_warning_id: string;
2014
2031
  subcircuit_id?: string | undefined;
2032
+ } | {
2033
+ message: string;
2034
+ type: "source_pin_missing_trace_warning";
2035
+ source_component_id: string;
2036
+ source_port_id: string;
2037
+ warning_type: "source_pin_missing_trace_warning";
2038
+ source_pin_missing_trace_warning_id: string;
2039
+ subcircuit_id?: string | undefined;
2015
2040
  } | {
2016
2041
  type: "source_net";
2017
2042
  name: string;
@@ -2273,6 +2298,14 @@ declare const runTscircuitModule: (module: string, opts?: {
2273
2298
  source_group_id?: string | undefined;
2274
2299
  connected_source_port_ids?: string[] | undefined;
2275
2300
  selectors_not_found?: string[] | undefined;
2301
+ } | {
2302
+ message: string;
2303
+ type: "source_pin_missing_trace_warning";
2304
+ source_component_id: string;
2305
+ source_port_id: string;
2306
+ warning_type: "source_pin_missing_trace_warning";
2307
+ source_pin_missing_trace_warning_id: string;
2308
+ subcircuit_id?: string | undefined;
2276
2309
  } | {
2277
2310
  type: "pcb_component";
2278
2311
  width: number;
@@ -3265,6 +3298,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3265
3298
  peak_to_peak_voltage?: number | undefined;
3266
3299
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
3267
3300
  phase?: number | undefined;
3301
+ duty_cycle?: number | undefined;
3268
3302
  })[]>;
3269
3303
 
3270
3304
  declare const getImportsFromCode: (code: string) => string[];