@tscircuit/cli 0.1.55 → 0.1.56

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.
Files changed (2) hide show
  1. package/dist/main.js +219 -437
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -843,8 +843,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
843
843
  this._exitCallback = (err) => {
844
844
  if (err.code !== "commander.executeSubCommandAsync") {
845
845
  throw err;
846
- } else {
847
- }
846
+ } else {}
848
847
  };
849
848
  }
850
849
  return this;
@@ -1899,8 +1898,7 @@ var require_constants = __commonJS((exports2, module2) => {
1899
1898
 
1900
1899
  // node_modules/semver/internal/debug.js
1901
1900
  var require_debug = __commonJS((exports2, module2) => {
1902
- var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
1903
- };
1901
+ var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {};
1904
1902
  module2.exports = debug;
1905
1903
  });
1906
1904
 
@@ -6995,8 +6993,7 @@ var require_typescript = __commonJS((exports2, module2) => {
6995
6993
  return value2;
6996
6994
  return Debug.fail(`Invalid cast. The supplied value ${value2} did not pass the test '${Debug.getFunctionName(test)}'.`);
6997
6995
  }
6998
- function noop(_) {
6999
- }
6996
+ function noop(_) {}
7000
6997
  function returnFalse() {
7001
6998
  return false;
7002
6999
  }
@@ -7326,8 +7323,7 @@ var require_typescript = __commonJS((exports2, module2) => {
7326
7323
  function not(fn) {
7327
7324
  return (...args) => !fn(...args);
7328
7325
  }
7329
- function assertType(_) {
7330
- }
7326
+ function assertType(_) {}
7331
7327
  function singleElementArray(t) {
7332
7328
  return t === undefined ? undefined : [t];
7333
7329
  }
@@ -7598,8 +7594,7 @@ Verbose Debug Information: ` + (typeof verboseDebugInfo === "string" ? verboseDe
7598
7594
  }
7599
7595
  }
7600
7596
  Debug2.assertMissingNode = assertMissingNode;
7601
- function type(_value) {
7602
- }
7597
+ function type(_value) {}
7603
7598
  Debug2.type = type;
7604
7599
  function getFunctionName(func) {
7605
7600
  if (typeof func !== "function") {
@@ -8610,8 +8605,7 @@ ${lanes.join(`
8610
8605
  performance: performance2
8611
8606
  };
8612
8607
  }
8613
- } catch {
8614
- }
8608
+ } catch {}
8615
8609
  }
8616
8610
  if (typeof performance === "object") {
8617
8611
  return {
@@ -11754,8 +11748,7 @@ ${lanes.join(`
11754
11748
  tryEnableSourceMapsForHost() {
11755
11749
  try {
11756
11750
  (()=>{throw new Error("Cannot require module "+"source-map-support");})().install();
11757
- } catch {
11758
- }
11751
+ } catch {}
11759
11752
  },
11760
11753
  setTimeout,
11761
11754
  clearTimeout,
@@ -11838,8 +11831,7 @@ ${lanes.join(`
11838
11831
  }
11839
11832
  try {
11840
11833
  _fs.mkdirSync(_path.dirname(profilePath), { recursive: true });
11841
- } catch {
11842
- }
11834
+ } catch {}
11843
11835
  _fs.writeFileSync(profilePath, JSON.stringify(cleanupPaths(profile)));
11844
11836
  }
11845
11837
  activeSession = undefined;
@@ -63171,8 +63163,7 @@ ${lanes.join(`
63171
63163
  function getAnonymousPartialType(type2) {
63172
63164
  const members = createSymbolTable();
63173
63165
  for (const prop of getPropertiesOfType(type2)) {
63174
- if (getDeclarationModifierFlagsFromSymbol(prop) & (2 | 4)) {
63175
- } else if (isSpreadableProperty(prop)) {
63166
+ if (getDeclarationModifierFlagsFromSymbol(prop) & (2 | 4)) {} else if (isSpreadableProperty(prop)) {
63176
63167
  const isSetonlyAccessor = prop.flags & 65536 && !(prop.flags & 32768);
63177
63168
  const flags = 4 | 16777216;
63178
63169
  const result = createSymbol(flags, prop.escapedName, getIsLateCheckFlag(prop) | (readonly ? 8 : 0));
@@ -65471,8 +65462,7 @@ ${lanes.join(`
65471
65462
  const id = getRelationKey(source2, target2, intersectionState, relation, false);
65472
65463
  const entry = relation.get(id);
65473
65464
  if (entry !== undefined) {
65474
- if (reportErrors2 && entry & 2 && !(entry & 96)) {
65475
- } else {
65465
+ if (reportErrors2 && entry & 2 && !(entry & 96)) {} else {
65476
65466
  if (outofbandVarianceMarkerHandler) {
65477
65467
  const saved = entry & 24;
65478
65468
  if (saved & 8) {
@@ -70798,8 +70788,7 @@ ${lanes.join(`
70798
70788
  return;
70799
70789
  }
70800
70790
  const symbol = resolveName(exportedName, exportedName.escapedText, 111551 | 788968 | 1920 | 2097152, undefined, true);
70801
- if (symbol && (symbol === undefinedSymbol || symbol === globalThisSymbol || symbol.declarations && isGlobalSourceFile(getDeclarationContainer(symbol.declarations[0])))) {
70802
- } else {
70791
+ if (symbol && (symbol === undefinedSymbol || symbol === globalThisSymbol || symbol.declarations && isGlobalSourceFile(getDeclarationContainer(symbol.declarations[0])))) {} else {
70803
70792
  const target = symbol && (symbol.flags & 2097152 ? resolveAlias(symbol) : symbol);
70804
70793
  if (!target || getSymbolFlags(target) & 111551) {
70805
70794
  markExportAsReferenced(location);
@@ -86667,8 +86656,7 @@ ${lanes.join(`
86667
86656
  if (!links2.hasReportedStatementInAmbientContext) {
86668
86657
  return links2.hasReportedStatementInAmbientContext = grammarErrorOnFirstToken(node, Diagnostics.Statements_are_not_allowed_in_ambient_contexts);
86669
86658
  }
86670
- } else {
86671
- }
86659
+ } else {}
86672
86660
  }
86673
86661
  return false;
86674
86662
  }
@@ -87917,8 +87905,7 @@ ${lanes.join(`
87917
87905
  if (isRawSourceMap(parsed)) {
87918
87906
  return parsed;
87919
87907
  }
87920
- } catch {
87921
- }
87908
+ } catch {}
87922
87909
  return;
87923
87910
  }
87924
87911
  function decodeMappings(mappings) {
@@ -96117,8 +96104,7 @@ ${lanes.join(`
96117
96104
  ], 2));
96118
96105
  setParentRecursive(requireStatement, false);
96119
96106
  statements = insertStatementAfterCustomPrologue(statements.slice(), requireStatement);
96120
- } else {
96121
- }
96107
+ } else {}
96122
96108
  }
96123
96109
  }
96124
96110
  if (statements !== visited.statements) {
@@ -135945,8 +135931,7 @@ ${newComment.split(`
135945
135931
  var _a, _b, _c, _d;
135946
135932
  if (key === "constructor" && member.valueDeclaration) {
135947
135933
  const prototypeAssignment = (_d = (_c = (_b = (_a = symbol.exports) == null ? undefined : _a.get("prototype")) == null ? undefined : _b.declarations) == null ? undefined : _c[0]) == null ? undefined : _d.parent;
135948
- if (prototypeAssignment && isBinaryExpression(prototypeAssignment) && isObjectLiteralExpression(prototypeAssignment.right) && some(prototypeAssignment.right.properties, isConstructorAssignment)) {
135949
- } else {
135934
+ if (prototypeAssignment && isBinaryExpression(prototypeAssignment) && isObjectLiteralExpression(prototypeAssignment.right) && some(prototypeAssignment.right.properties, isConstructorAssignment)) {} else {
135950
135935
  changes.delete(sourceFile, member.valueDeclaration.parent);
135951
135936
  }
135952
135937
  return;
@@ -142435,8 +142420,7 @@ ${newComment.split(`
142435
142420
  usage.isNumber = true;
142436
142421
  } else if (otherOperandType.flags & 402653316) {
142437
142422
  usage.isString = true;
142438
- } else if (otherOperandType.flags & 1) {
142439
- } else {
142423
+ } else if (otherOperandType.flags & 1) {} else {
142440
142424
  usage.isNumberOrString = true;
142441
142425
  }
142442
142426
  break;
@@ -161769,8 +161753,7 @@ ${options.prefix}` : `
161769
161753
  ScriptTarget12["Latest"] = "esnext";
161770
161754
  return ScriptTarget12;
161771
161755
  })(ScriptTarget11 || {});
161772
- {
161773
- }
161756
+ {}
161774
161757
  var TextStorage = class {
161775
161758
  constructor(host, info, initialVersion) {
161776
161759
  this.host = host;
@@ -168433,8 +168416,7 @@ ${json}${newLine}`;
168433
168416
  File text of ${fileRequest.file}:${indent2(text)}
168434
168417
  `;
168435
168418
  }
168436
- } catch {
168437
- }
168419
+ } catch {}
168438
168420
  }
168439
168421
  if (err.ProgramFiles) {
168440
168422
  msg += `
@@ -169871,9 +169853,7 @@ ${e.message}`;
169871
169853
  const commands = args.command;
169872
169854
  for (const command of toArray(commands)) {
169873
169855
  const { file, project } = this.getFileAndProject(command);
169874
- project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then((_result) => {
169875
- }, (_error) => {
169876
- });
169856
+ project.getLanguageService().applyCodeActionCommand(command, this.getFormatOptions(file)).then((_result) => {}, (_error) => {});
169877
169857
  }
169878
169858
  return {};
169879
169859
  }
@@ -170091,8 +170071,7 @@ ${e.message}`;
170091
170071
  const name = this.host.useCaseSensitiveFileNames ? fileName : toFileNameLowerCase(fileName);
170092
170072
  return normalizePath(name);
170093
170073
  }
170094
- exit() {
170095
- }
170074
+ exit() {}
170096
170075
  notRequired(request) {
170097
170076
  if (request)
170098
170077
  this.doOutput(undefined, request.command, request.seq, true, this.performanceData);
@@ -205344,8 +205323,7 @@ var require_dist3 = __commonJS((exports2, module2) => {
205344
205323
  this.partial = !!options.partial;
205345
205324
  this.make();
205346
205325
  }
205347
- debug() {
205348
- }
205326
+ debug() {}
205349
205327
  make() {
205350
205328
  const pattern = this.pattern;
205351
205329
  const options = this.options;
@@ -205795,8 +205773,7 @@ globstar while`, file, fr, pattern, pr, swallowee);
205795
205773
  module22.exports = function inherits(ctor, superCtor) {
205796
205774
  if (superCtor) {
205797
205775
  ctor.super_ = superCtor;
205798
- var TempCtor = function() {
205799
- };
205776
+ var TempCtor = function() {};
205800
205777
  TempCtor.prototype = superCtor.prototype;
205801
205778
  ctor.prototype = new TempCtor;
205802
205779
  ctor.prototype.constructor = ctor;
@@ -207322,8 +207299,7 @@ var require_dist4 = __commonJS((exports2, module2) => {
207322
207299
  var getRouteMatcher = (routes) => {
207323
207300
  const routeMapping = {};
207324
207301
  for (const route of routes)
207325
- routeMapping[route] = () => {
207326
- };
207302
+ routeMapping[route] = () => {};
207327
207303
  const uglyMatcher = getRouteMatcherUgly(routeMapping);
207328
207304
  return (incomingPath) => {
207329
207305
  const result = uglyMatcher(incomingPath);
@@ -208141,8 +208117,7 @@ var util, objectUtil, ZodParsedType, getParsedType = (data) => {
208141
208117
  var init_lib = __esm(() => {
208142
208118
  (function(util2) {
208143
208119
  util2.assertEqual = (val) => val;
208144
- function assertIs(_arg) {
208145
- }
208120
+ function assertIs(_arg) {}
208146
208121
  util2.assertIs = assertIs;
208147
208122
  function assertNever(_x) {
208148
208123
  throw new Error;
@@ -211295,8 +211270,7 @@ var require_polyfills = __commonJS((exports2, module2) => {
211295
211270
  };
211296
211271
  try {
211297
211272
  process.cwd();
211298
- } catch (er) {
211299
- }
211273
+ } catch (er) {}
211300
211274
  if (typeof process.chdir === "function") {
211301
211275
  chdir = process.chdir;
211302
211276
  process.chdir = function(d) {
@@ -211338,16 +211312,14 @@ var require_polyfills = __commonJS((exports2, module2) => {
211338
211312
  if (cb)
211339
211313
  process.nextTick(cb);
211340
211314
  };
211341
- fs9.lchmodSync = function() {
211342
- };
211315
+ fs9.lchmodSync = function() {};
211343
211316
  }
211344
211317
  if (fs9.chown && !fs9.lchown) {
211345
211318
  fs9.lchown = function(path8, uid, gid, cb) {
211346
211319
  if (cb)
211347
211320
  process.nextTick(cb);
211348
211321
  };
211349
- fs9.lchownSync = function() {
211350
- };
211322
+ fs9.lchownSync = function() {};
211351
211323
  }
211352
211324
  if (platform === "win32") {
211353
211325
  fs9.rename = typeof fs9.rename !== "function" ? fs9.rename : function(fs$rename) {
@@ -211439,8 +211411,7 @@ var require_polyfills = __commonJS((exports2, module2) => {
211439
211411
  if (threw) {
211440
211412
  try {
211441
211413
  fs10.closeSync(fd);
211442
- } catch (er) {
211443
- }
211414
+ } catch (er) {}
211444
211415
  } else {
211445
211416
  fs10.closeSync(fd);
211446
211417
  }
@@ -211476,8 +211447,7 @@ var require_polyfills = __commonJS((exports2, module2) => {
211476
211447
  if (threw) {
211477
211448
  try {
211478
211449
  fs10.closeSync(fd);
211479
- } catch (er) {
211480
- }
211450
+ } catch (er) {}
211481
211451
  } else {
211482
211452
  fs10.closeSync(fd);
211483
211453
  }
@@ -211489,8 +211459,7 @@ var require_polyfills = __commonJS((exports2, module2) => {
211489
211459
  if (cb)
211490
211460
  process.nextTick(cb);
211491
211461
  };
211492
- fs10.lutimesSync = function() {
211493
- };
211462
+ fs10.lutimesSync = function() {};
211494
211463
  }
211495
211464
  }
211496
211465
  function chmodFix(orig) {
@@ -211724,8 +211693,7 @@ var require_graceful_fs = __commonJS((exports2, module2) => {
211724
211693
  gracefulQueue = "___graceful-fs.queue";
211725
211694
  previousSymbol = "___graceful-fs.previous";
211726
211695
  }
211727
- function noop() {
211728
- }
211696
+ function noop() {}
211729
211697
  function publishQueue(context, queue2) {
211730
211698
  Object.defineProperty(context, gracefulQueue, {
211731
211699
  get: function() {
@@ -212510,8 +212478,7 @@ var require_clear = __commonJS((exports2, module2) => {
212510
212478
  if (it)
212511
212479
  o = it;
212512
212480
  var i = 0;
212513
- var F = function F() {
212514
- };
212481
+ var F = function F() {};
212515
212482
  return { s: F, n: function n() {
212516
212483
  if (i >= o.length)
212517
212484
  return { done: true };
@@ -213287,16 +213254,13 @@ var require_datepart = __commonJS((exports2, module2) => {
213287
213254
  this.parts = parts || [this];
213288
213255
  this.locales = locales || {};
213289
213256
  }
213290
- up() {
213291
- }
213292
- down() {
213293
- }
213257
+ up() {}
213258
+ down() {}
213294
213259
  next() {
213295
213260
  const currentIdx = this.parts.indexOf(this);
213296
213261
  return this.parts.find((part, idx) => idx > currentIdx && part instanceof DatePart);
213297
213262
  }
213298
- setTo(val) {
213299
- }
213263
+ setTo(val) {}
213300
213264
  prev() {
213301
213265
  let parts = [].concat(this.parts).reverse();
213302
213266
  const currentIdx = parts.indexOf(this);
@@ -214846,8 +214810,7 @@ var require_dist5 = __commonJS((exports2, module2) => {
214846
214810
  if (it)
214847
214811
  o = it;
214848
214812
  var i = 0;
214849
- var F = function F() {
214850
- };
214813
+ var F = function F() {};
214851
214814
  return { s: F, n: function n() {
214852
214815
  if (i >= o.length)
214853
214816
  return { done: true };
@@ -214930,8 +214893,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
214930
214893
  }
214931
214894
  var prompts = require_prompts();
214932
214895
  var passOn = ["suggest", "format", "onState", "validate", "onRender", "type"];
214933
- var noop = () => {
214934
- };
214896
+ var noop = () => {};
214935
214897
  function prompt() {
214936
214898
  return _prompt.apply(this, arguments);
214937
214899
  }
@@ -215750,16 +215712,13 @@ var require_datepart2 = __commonJS((exports2, module2) => {
215750
215712
  this.parts = parts || [this];
215751
215713
  this.locales = locales || {};
215752
215714
  }
215753
- up() {
215754
- }
215755
- down() {
215756
- }
215715
+ up() {}
215716
+ down() {}
215757
215717
  next() {
215758
215718
  const currentIdx = this.parts.indexOf(this);
215759
215719
  return this.parts.find((part, idx) => idx > currentIdx && part instanceof DatePart);
215760
215720
  }
215761
- setTo(val) {
215762
- }
215721
+ setTo(val) {}
215763
215722
  prev() {
215764
215723
  let parts = [].concat(this.parts).reverse();
215765
215724
  const currentIdx = parts.indexOf(this);
@@ -217127,8 +217086,7 @@ var require_prompts2 = __commonJS((exports2) => {
217127
217086
  var require_lib = __commonJS((exports2, module2) => {
217128
217087
  var prompts = require_prompts2();
217129
217088
  var passOn = ["suggest", "format", "onState", "validate", "onRender", "type"];
217130
- var noop = () => {
217131
- };
217089
+ var noop = () => {};
217132
217090
  async function prompt(questions = [], { onSubmit = noop, onCancel = noop } = {}) {
217133
217091
  const answers = {};
217134
217092
  const override2 = prompt._override || {};
@@ -217554,8 +217512,7 @@ function nanoid(size = 21) {
217554
217512
  return id;
217555
217513
  }
217556
217514
  var POOL_SIZE_MULTIPLIER = 128, pool, poolOffset;
217557
- var init_nanoid = () => {
217558
- };
217515
+ var init_nanoid = () => {};
217559
217516
 
217560
217517
  // node_modules/circuit-json/dist/index.mjs
217561
217518
  var exports_dist = {};
@@ -217725,8 +217682,7 @@ var unitMappings, unitMappingAndVariantSuffixes, si_prefix_multiplier, parseAndC
217725
217682
  };
217726
217683
  }, resistance, capacitance, inductance, voltage, length, frequency, distance, current, time, rotation, battery_capacity, point, position, point3, position3, size, getZodPrefixedIdWithDefault = (prefix) => {
217727
217684
  return z.string().optional().default(() => `${prefix}_${nanoid(10)}`);
217728
- }, supplier_name, expectTypesMatch = (shouldBe) => {
217729
- }, source_component_base, source_simple_capacitor, source_simple_resistor, source_simple_diode, source_simple_ground, source_simple_bug, source_simple_chip, source_led, source_simple_power_source, source_simple_battery, source_simple_inductor, source_simple_push_button, source_simple_potentiometer, source_simple_crystal, source_simple_pin_header, source_simple_resonator, source_simple_transistor, source_simple_mosfet, source_simple_switch, source_project_metadata, any_source_component, source_port, source_trace, source_group, source_net, schematic_box, schematic_path, schematic_pin_styles, schematic_component_port_arrangement_by_size, schematic_component_port_arrangement_by_sides, port_arrangement, schematic_component, schematic_line, schematic_trace, schematic_text, schematic_port, schematic_net_label, schematic_error, schematic_debug_object_base, schematic_debug_rect, schematic_debug_line, schematic_debug_point, schematic_debug_object, schematic_voltage_probe, all_layers, layer_string, layer_ref, visible_layer, pcb_route_hint, pcb_route_hints, route_hint_point, pcb_component, pcb_hole_circle_or_square, pcb_hole_circle_or_square_shape, pcb_hole_oval, pcb_hole_oval_shape, pcb_hole, pcb_plated_hole_circle, pcb_plated_hole_oval, pcb_circular_hole_with_rect_pad, pcb_plated_hole, pcb_port, pcb_smtpad_circle, pcb_smtpad_rect, pcb_smtpad_rotated_rect, pcb_smtpad_pill, pcb_smtpad, pcb_solder_paste_circle, pcb_solder_paste_rect, pcb_solder_paste, pcb_text, pcb_trace_route_point_wire, pcb_trace_route_point_via, pcb_trace_route_point, pcb_trace, pcb_trace_error, pcb_port_not_matched_error, pcb_via, pcb_board, pcb_placement_error, pcb_trace_hint, pcb_silkscreen_line, pcb_silkscreen_path, pcb_silkscreen_text, pcb_silkscreen_rect, pcb_silkscreen_circle, pcb_silkscreen_oval, pcb_fabrication_note_text, pcb_fabrication_note_path, pcb_keepout, pcb_missing_footprint_error, pcb_manual_edit_conflict_error, pcb_group, pcb_autorouting_error, cad_component, any_circuit_element, any_soup_element;
217685
+ }, supplier_name, expectTypesMatch = (shouldBe) => {}, source_component_base, source_simple_capacitor, source_simple_resistor, source_simple_diode, source_simple_ground, source_simple_bug, source_simple_chip, source_led, source_simple_power_source, source_simple_battery, source_simple_inductor, source_simple_push_button, source_simple_potentiometer, source_simple_crystal, source_simple_pin_header, source_simple_resonator, source_simple_transistor, source_simple_mosfet, source_simple_switch, source_project_metadata, any_source_component, source_port, source_trace, source_group, source_net, schematic_box, schematic_path, schematic_pin_styles, schematic_component_port_arrangement_by_size, schematic_component_port_arrangement_by_sides, port_arrangement, schematic_component, schematic_line, schematic_trace, schematic_text, schematic_port, schematic_net_label, schematic_error, schematic_debug_object_base, schematic_debug_rect, schematic_debug_line, schematic_debug_point, schematic_debug_object, schematic_voltage_probe, all_layers, layer_string, layer_ref, visible_layer, pcb_route_hint, pcb_route_hints, route_hint_point, pcb_component, pcb_hole_circle_or_square, pcb_hole_circle_or_square_shape, pcb_hole_oval, pcb_hole_oval_shape, pcb_hole, pcb_plated_hole_circle, pcb_plated_hole_oval, pcb_circular_hole_with_rect_pad, pcb_plated_hole, pcb_port, pcb_smtpad_circle, pcb_smtpad_rect, pcb_smtpad_rotated_rect, pcb_smtpad_pill, pcb_smtpad, pcb_solder_paste_circle, pcb_solder_paste_rect, pcb_solder_paste, pcb_text, pcb_trace_route_point_wire, pcb_trace_route_point_via, pcb_trace_route_point, pcb_trace, pcb_trace_error, pcb_port_not_matched_error, pcb_via, pcb_board, pcb_placement_error, pcb_trace_hint, pcb_silkscreen_line, pcb_silkscreen_path, pcb_silkscreen_text, pcb_silkscreen_rect, pcb_silkscreen_circle, pcb_silkscreen_oval, pcb_fabrication_note_text, pcb_fabrication_note_path, pcb_keepout, pcb_missing_footprint_error, pcb_manual_edit_conflict_error, pcb_group, pcb_autorouting_error, cad_component, any_circuit_element, any_soup_element;
217730
217686
  var init_dist = __esm(() => {
217731
217687
  init_lib();
217732
217688
  init_lib();
@@ -219368,8 +219324,7 @@ var require_browser = __commonJS((exports2, module2) => {
219368
219324
  });
219369
219325
  args.splice(lastC, 0, c);
219370
219326
  }
219371
- exports2.log = console.debug || console.log || (() => {
219372
- });
219327
+ exports2.log = console.debug || console.log || (() => {});
219373
219328
  function save(namespaces) {
219374
219329
  try {
219375
219330
  if (namespaces) {
@@ -219377,15 +219332,13 @@ var require_browser = __commonJS((exports2, module2) => {
219377
219332
  } else {
219378
219333
  exports2.storage.removeItem("debug");
219379
219334
  }
219380
- } catch (error) {
219381
- }
219335
+ } catch (error) {}
219382
219336
  }
219383
219337
  function load2() {
219384
219338
  let r;
219385
219339
  try {
219386
219340
  r = exports2.storage.getItem("debug");
219387
- } catch (error) {
219388
- }
219341
+ } catch (error) {}
219389
219342
  if (!r && typeof process !== "undefined" && "env" in process) {
219390
219343
  r = process.env.DEBUG;
219391
219344
  }
@@ -219394,8 +219347,7 @@ var require_browser = __commonJS((exports2, module2) => {
219394
219347
  function localstorage() {
219395
219348
  try {
219396
219349
  return localStorage;
219397
- } catch (error) {
219398
- }
219350
+ } catch (error) {}
219399
219351
  }
219400
219352
  module2.exports = require_common()(exports2);
219401
219353
  var { formatters } = module2.exports;
@@ -219418,8 +219370,7 @@ var require_node = __commonJS((exports2, module2) => {
219418
219370
  exports2.save = save;
219419
219371
  exports2.load = load2;
219420
219372
  exports2.useColors = useColors;
219421
- exports2.destroy = util2.deprecate(() => {
219422
- }, "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
219373
+ exports2.destroy = util2.deprecate(() => {}, "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
219423
219374
  exports2.colors = [6, 2, 3, 4, 5, 1];
219424
219375
  try {
219425
219376
  const supportsColor = (()=>{throw new Error("Cannot require module "+"supports-color");})();
@@ -219503,8 +219454,7 @@ var require_node = __commonJS((exports2, module2) => {
219503
219454
  221
219504
219455
  ];
219505
219456
  }
219506
- } catch (error) {
219507
- }
219457
+ } catch (error) {}
219508
219458
  exports2.inspectOpts = Object.keys(process.env).filter((key) => {
219509
219459
  return /^debug_/i.test(key);
219510
219460
  }).reduce((obj, key) => {
@@ -219779,8 +219729,7 @@ var require_react_development = __commonJS((exports2, module2) => {
219779
219729
  }
219780
219730
  }
219781
219731
  }
219782
- function ComponentDummy() {
219783
- }
219732
+ function ComponentDummy() {}
219784
219733
  ComponentDummy.prototype = Component.prototype;
219785
219734
  function PureComponent(props, context, updater) {
219786
219735
  this.props = props;
@@ -220641,8 +220590,7 @@ Your code should look like:
220641
220590
  var prevGroup;
220642
220591
  var prevGroupCollapsed;
220643
220592
  var prevGroupEnd;
220644
- function disabledLog() {
220645
- }
220593
+ function disabledLog() {}
220646
220594
  disabledLog.__reactDisabledLog = true;
220647
220595
  function disableLogs() {
220648
220596
  {
@@ -220878,8 +220826,7 @@ Your code should look like:
220878
220826
  var init = lazyComponent._init;
220879
220827
  try {
220880
220828
  return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
220881
- } catch (x) {
220882
- }
220829
+ } catch (x) {}
220883
220830
  }
220884
220831
  }
220885
220832
  }
@@ -221250,8 +221197,7 @@ Check the top-level render call using <` + parentName + ">.";
221250
221197
  };
221251
221198
  {
221252
221199
  if (!didWarnNoAwaitAct && typeof Promise !== "undefined") {
221253
- Promise.resolve().then(function() {
221254
- }).then(function() {
221200
+ Promise.resolve().then(function() {}).then(function() {
221255
221201
  if (!wasAwaited) {
221256
221202
  didWarnNoAwaitAct = true;
221257
221203
  error("You called act(async () => ...) without await. " + "This could lead to unexpected testing behaviour, " + "interleaving multiple act calls and mixing their " + "scopes. " + "You should - await act(async () => ...);");
@@ -221400,8 +221346,7 @@ Check the top-level render call using <` + parentName + ">.";
221400
221346
  // node_modules/react/index.js
221401
221347
  var require_react = __commonJS((exports2, module2) => {
221402
221348
  var react_development = __toESM2(require_react_development(), 1);
221403
- if (false) {
221404
- } else {
221349
+ if (false) {} else {
221405
221350
  module2.exports = react_development;
221406
221351
  }
221407
221352
  });
@@ -221599,10 +221544,8 @@ var require_scheduler_development = __commonJS((exports2) => {
221599
221544
  currentPriorityLevel = previousPriorityLevel;
221600
221545
  }
221601
221546
  };
221602
- exports2.unstable_pauseExecution = function() {
221603
- };
221604
- exports2.unstable_requestPaint = function() {
221605
- };
221547
+ exports2.unstable_pauseExecution = function() {};
221548
+ exports2.unstable_requestPaint = function() {};
221606
221549
  exports2.unstable_runWithPriority = function(priorityLevel, eventHandler) {
221607
221550
  switch (priorityLevel) {
221608
221551
  case 1:
@@ -221673,8 +221616,7 @@ var require_scheduler_development = __commonJS((exports2) => {
221673
221616
  // node_modules/scheduler/index.js
221674
221617
  var require_scheduler = __commonJS((exports2, module2) => {
221675
221618
  var scheduler_development = __toESM2(require_scheduler_development(), 1);
221676
- if (false) {
221677
- } else {
221619
+ if (false) {} else {
221678
221620
  module2.exports = scheduler_development;
221679
221621
  }
221680
221622
  });
@@ -221750,10 +221692,8 @@ var require_react_reconciler_development = __commonJS((exports2, module2) => {
221750
221692
  function warnInvalidContextAccess() {
221751
221693
  console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");
221752
221694
  }
221753
- function noop() {
221754
- }
221755
- function warnForMissingKey() {
221756
- }
221695
+ function noop() {}
221696
+ function warnForMissingKey() {}
221757
221697
  function setToSortedString(set) {
221758
221698
  var array = [];
221759
221699
  set.forEach(function(value2) {
@@ -221806,8 +221746,7 @@ var require_react_reconciler_development = __commonJS((exports2, module2) => {
221806
221746
  type = type._init;
221807
221747
  try {
221808
221748
  return getComponentNameFromType(type(innerType));
221809
- } catch (x) {
221810
- }
221749
+ } catch (x) {}
221811
221750
  }
221812
221751
  return null;
221813
221752
  }
@@ -221873,8 +221812,7 @@ var require_react_reconciler_development = __commonJS((exports2, module2) => {
221873
221812
  }
221874
221813
  return null;
221875
221814
  }
221876
- function disabledLog() {
221877
- }
221815
+ function disabledLog() {}
221878
221816
  function disableLogs() {
221879
221817
  if (disabledDepth === 0) {
221880
221818
  prevLog = console.log;
@@ -221978,8 +221916,7 @@ var require_react_reconciler_development = __commonJS((exports2, module2) => {
221978
221916
  } catch (x$1) {
221979
221917
  control = x$1;
221980
221918
  }
221981
- (Fake = fn()) && typeof Fake.catch === "function" && Fake.catch(function() {
221982
- });
221919
+ (Fake = fn()) && typeof Fake.catch === "function" && Fake.catch(function() {});
221983
221920
  }
221984
221921
  } catch (sample) {
221985
221922
  if (sample && control && typeof sample.stack === "string")
@@ -223500,8 +223437,7 @@ Please update the following component: %s`, componentName2);
223500
223437
  thenable = thenable.status;
223501
223438
  return thenable === "fulfilled" || thenable === "rejected";
223502
223439
  }
223503
- function noop$1() {
223504
- }
223440
+ function noop$1() {}
223505
223441
  function trackUsedThenable(thenableState2, thenable, index) {
223506
223442
  ReactSharedInternals.actQueue !== null && (ReactSharedInternals.didUsePromise = true);
223507
223443
  var trackedThenables = thenableState2.thenables;
@@ -224865,8 +224801,7 @@ Incoming: %s`, currentHookNameInDev, "[" + prevDeps.join(", ") + "]", "[" + next
224865
224801
  } else
224866
224802
  dispatchSetStateInternal(fiber, queue, finishedState, requestUpdateLane(fiber));
224867
224803
  } catch (error) {
224868
- dispatchSetStateInternal(fiber, queue, { then: function() {
224869
- }, status: "rejected", reason: error }, requestUpdateLane(fiber));
224804
+ dispatchSetStateInternal(fiber, queue, { then: function() {}, status: "rejected", reason: error }, requestUpdateLane(fiber));
224870
224805
  } finally {
224871
224806
  setCurrentUpdatePriority(previousPriority), ReactSharedInternals.T = prevTransition, prevTransition === null && currentTransition._updatedFibers && (fiber = currentTransition._updatedFibers.size, currentTransition._updatedFibers.clear(), 10 < fiber && console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."));
224872
224807
  }
@@ -225006,8 +224941,7 @@ Incoming: %s`, currentHookNameInDev, "[" + prevDeps.join(", ") + "]", "[" + next
225006
224941
  update.eagerState = eagerState;
225007
224942
  if (objectIs(eagerState, currentState))
225008
224943
  return enqueueUpdate$1(fiber, queue, update, 0), workInProgressRoot === null && finishQueueingConcurrentUpdates(), false;
225009
- } catch (error) {
225010
- } finally {
224944
+ } catch (error) {} finally {
225011
224945
  ReactSharedInternals.H = prevDispatcher;
225012
224946
  }
225013
224947
  }
@@ -229218,16 +229152,11 @@ Check the render method of %s.`, getComponentNameFromFiber(current2) || "Unknown
229218
229152
  var didWarnUpdateInsideUpdate = false;
229219
229153
  var currentlyProcessingQueue = null;
229220
229154
  var didReadFromEntangledAsyncAction = false, hasOwnProperty2 = Object.prototype.hasOwnProperty, ReactStrictModeWarnings = {
229221
- recordUnsafeLifecycleWarnings: function() {
229222
- },
229223
- flushPendingUnsafeLifecycleWarnings: function() {
229224
- },
229225
- recordLegacyContextWarning: function() {
229226
- },
229227
- flushLegacyContextWarning: function() {
229228
- },
229229
- discardPendingWarnings: function() {
229230
- }
229155
+ recordUnsafeLifecycleWarnings: function() {},
229156
+ flushPendingUnsafeLifecycleWarnings: function() {},
229157
+ recordLegacyContextWarning: function() {},
229158
+ flushLegacyContextWarning: function() {},
229159
+ discardPendingWarnings: function() {}
229231
229160
  }, pendingComponentWillMountWarnings = [], pendingUNSAFE_ComponentWillMountWarnings = [], pendingComponentWillReceivePropsWarnings = [], pendingUNSAFE_ComponentWillReceivePropsWarnings = [], pendingComponentWillUpdateWarnings = [], pendingUNSAFE_ComponentWillUpdateWarnings = [], didWarnAboutUnsafeLifecycles = new Set;
229232
229161
  ReactStrictModeWarnings.recordUnsafeLifecycleWarnings = function(fiber, instance) {
229233
229162
  didWarnAboutUnsafeLifecycles.has(fiber.type) || (typeof instance.componentWillMount === "function" && instance.componentWillMount.__suppressDeprecationWarning !== true && pendingComponentWillMountWarnings.push(fiber), fiber.mode & 8 && typeof instance.UNSAFE_componentWillMount === "function" && pendingUNSAFE_ComponentWillMountWarnings.push(fiber), typeof instance.componentWillReceiveProps === "function" && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true && pendingComponentWillReceivePropsWarnings.push(fiber), fiber.mode & 8 && typeof instance.UNSAFE_componentWillReceiveProps === "function" && pendingUNSAFE_ComponentWillReceivePropsWarnings.push(fiber), typeof instance.componentWillUpdate === "function" && instance.componentWillUpdate.__suppressDeprecationWarning !== true && pendingComponentWillUpdateWarnings.push(fiber), fiber.mode & 8 && typeof instance.UNSAFE_componentWillUpdate === "function" && pendingUNSAFE_ComponentWillUpdateWarnings.push(fiber));
@@ -230950,8 +230879,7 @@ No matching component was found for:
230950
230879
 
230951
230880
  // node_modules/react-reconciler/index.js
230952
230881
  var require_react_reconciler = __commonJS((exports2, module2) => {
230953
- if (false) {
230954
- } else {
230882
+ if (false) {} else {
230955
230883
  module2.exports = require_react_reconciler_development();
230956
230884
  }
230957
230885
  });
@@ -231037,8 +230965,7 @@ var require_scheduler_development2 = __commonJS((exports2) => {
231037
230965
  var NormalPriority = 3;
231038
230966
  var LowPriority = 4;
231039
230967
  var IdlePriority = 5;
231040
- function markTaskErrored(task, ms) {
231041
- }
230968
+ function markTaskErrored(task, ms) {}
231042
230969
  var hasPerformanceNow = typeof performance === "object" && typeof performance.now === "function";
231043
230970
  if (hasPerformanceNow) {
231044
230971
  var localPerformance = performance;
@@ -231280,8 +231207,7 @@ var require_scheduler_development2 = __commonJS((exports2) => {
231280
231207
  }
231281
231208
  return newTask;
231282
231209
  }
231283
- function unstable_pauseExecution() {
231284
- }
231210
+ function unstable_pauseExecution() {}
231285
231211
  function unstable_continueExecution() {
231286
231212
  if (!isHostCallbackScheduled && !isPerformingWork) {
231287
231213
  isHostCallbackScheduled = true;
@@ -231309,8 +231235,7 @@ var require_scheduler_development2 = __commonJS((exports2) => {
231309
231235
  }
231310
231236
  return true;
231311
231237
  }
231312
- function requestPaint() {
231313
- }
231238
+ function requestPaint() {}
231314
231239
  function forceFrameRate(fps) {
231315
231240
  if (fps < 0 || fps > 125) {
231316
231241
  console["error"]("forceFrameRate takes a positive int between 0 and 125, " + "forcing frame rates higher than 125 fps is not supported");
@@ -231405,8 +231330,7 @@ var require_scheduler_development2 = __commonJS((exports2) => {
231405
231330
  // node_modules/react-reconciler-18/node_modules/scheduler/index.js
231406
231331
  var require_scheduler2 = __commonJS((exports2, module2) => {
231407
231332
  var scheduler_development = __toESM2(require_scheduler_development2(), 1);
231408
- if (false) {
231409
- } else {
231333
+ if (false) {} else {
231410
231334
  module2.exports = scheduler_development;
231411
231335
  }
231412
231336
  });
@@ -231989,8 +231913,7 @@ var require_react_reconciler_development2 = __commonJS((exports2, module2) => {
231989
231913
  var prevGroup;
231990
231914
  var prevGroupCollapsed;
231991
231915
  var prevGroupEnd;
231992
- function disabledLog() {
231993
- }
231916
+ function disabledLog() {}
231994
231917
  disabledLog.__reactDisabledLog = true;
231995
231918
  function disableLogs() {
231996
231919
  {
@@ -232231,8 +232154,7 @@ var require_react_reconciler_development2 = __commonJS((exports2, module2) => {
232231
232154
  var init = lazyComponent._init;
232232
232155
  try {
232233
232156
  return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
232234
- } catch (x) {
232235
- }
232157
+ } catch (x) {}
232236
232158
  }
232237
232159
  }
232238
232160
  }
@@ -234056,16 +233978,11 @@ Error generating stack: ` + x.message + `
234056
233978
  }
234057
233979
  }
234058
233980
  var ReactStrictModeWarnings = {
234059
- recordUnsafeLifecycleWarnings: function(fiber, instance) {
234060
- },
234061
- flushPendingUnsafeLifecycleWarnings: function() {
234062
- },
234063
- recordLegacyContextWarning: function(fiber, instance) {
234064
- },
234065
- flushLegacyContextWarning: function() {
234066
- },
234067
- discardPendingWarnings: function() {
234068
- }
233981
+ recordUnsafeLifecycleWarnings: function(fiber, instance) {},
233982
+ flushPendingUnsafeLifecycleWarnings: function() {},
233983
+ recordLegacyContextWarning: function(fiber, instance) {},
233984
+ flushLegacyContextWarning: function() {},
233985
+ discardPendingWarnings: function() {}
234069
233986
  };
234070
233987
  {
234071
233988
  var findStrictRoot = function(fiber) {
@@ -234313,8 +234230,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
234313
234230
  var didWarnAboutStringRefs;
234314
234231
  var ownerHasKeyUseWarning;
234315
234232
  var ownerHasFunctionTypeWarning;
234316
- var warnForMissingKey = function(child, returnFiber) {
234317
- };
234233
+ var warnForMissingKey = function(child, returnFiber) {};
234318
234234
  {
234319
234235
  didWarnAboutMaps = false;
234320
234236
  didWarnAboutGenerators = false;
@@ -236624,8 +236540,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
236624
236540
  var effectDeps = deps !== null && deps !== undefined ? deps.concat([ref]) : null;
236625
236541
  return updateEffectImpl(Update, Layout, imperativeHandleEffect.bind(null, create, ref), effectDeps);
236626
236542
  }
236627
- function mountDebugValue(value2, formatterFn) {
236628
- }
236543
+ function mountDebugValue(value2, formatterFn) {}
236629
236544
  var updateDebugValue = mountDebugValue;
236630
236545
  function mountCallback(callback, deps) {
236631
236546
  var hook = mountWorkInProgressHook();
@@ -236849,8 +236764,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
236849
236764
  enqueueConcurrentHookUpdateAndEagerlyBailout(fiber, queue, update, lane);
236850
236765
  return;
236851
236766
  }
236852
- } catch (error2) {
236853
- } finally {
236767
+ } catch (error2) {} finally {
236854
236768
  {
236855
236769
  ReactCurrentDispatcher$1.current = prevDispatcher;
236856
236770
  }
@@ -238495,8 +238409,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
238495
238409
 
238496
238410
  ` + ("" + errorBoundaryMessage);
238497
238411
  console["error"](combinedMessage);
238498
- } else {
238499
- }
238412
+ } else {}
238500
238413
  } catch (e) {
238501
238414
  setTimeout(function() {
238502
238415
  throw e;
@@ -240413,8 +240326,7 @@ Check the render method of \`` + ownerName + "`.";
240413
240326
  node = node.sibling;
240414
240327
  }
240415
240328
  };
240416
- updateHostContainer = function(current3, workInProgress2) {
240417
- };
240329
+ updateHostContainer = function(current3, workInProgress2) {};
240418
240330
  updateHostComponent$1 = function(current3, workInProgress2, type, newProps, rootContainerInstance) {
240419
240331
  var oldProps = current3.memoizedProps;
240420
240332
  if (oldProps === newProps) {
@@ -240578,12 +240490,9 @@ Check the render method of \`` + ownerName + "`.";
240578
240490
  }
240579
240491
  };
240580
240492
  } else {
240581
- updateHostContainer = function(current3, workInProgress2) {
240582
- };
240583
- updateHostComponent$1 = function(current3, workInProgress2, type, newProps, rootContainerInstance) {
240584
- };
240585
- updateHostText$1 = function(current3, workInProgress2, oldText, newText) {
240586
- };
240493
+ updateHostContainer = function(current3, workInProgress2) {};
240494
+ updateHostComponent$1 = function(current3, workInProgress2, type, newProps, rootContainerInstance) {};
240495
+ updateHostText$1 = function(current3, workInProgress2, oldText, newText) {};
240587
240496
  }
240588
240497
  function cutOffTailIfNeeded(renderState, hasRenderedATailFallback) {
240589
240498
  if (getIsHydrating()) {
@@ -241220,8 +241129,7 @@ Check the render method of \`` + ownerName + "`.";
241220
241129
  if (error2 != null && typeof error2 === "object") {
241221
241130
  try {
241222
241131
  error2._suppressLogging = true;
241223
- } catch (inner) {
241224
- }
241132
+ } catch (inner) {}
241225
241133
  }
241226
241134
  }
241227
241135
  }
@@ -246175,8 +246083,7 @@ Check the render method of \`` + ownerName + "`.";
246175
246083
 
246176
246084
  // node_modules/react-reconciler-18/index.js
246177
246085
  var require_react_reconciler_18 = __commonJS((exports2, module2) => {
246178
- if (false) {
246179
- } else {
246086
+ if (false) {} else {
246180
246087
  module2.exports = require_react_reconciler_development2();
246181
246088
  }
246182
246089
  });
@@ -246188,8 +246095,7 @@ var require_react_reconciler_constants_development = __commonJS((exports2) => {
246188
246095
 
246189
246096
  // node_modules/react-reconciler/constants.js
246190
246097
  var require_constants2 = __commonJS((exports2, module2) => {
246191
- if (false) {
246192
- } else {
246098
+ if (false) {} else {
246193
246099
  module2.exports = require_react_reconciler_constants_development();
246194
246100
  }
246195
246101
  });
@@ -265684,8 +265590,7 @@ var require_react_jsx_runtime_development = __commonJS((exports2) => {
265684
265590
  var prevGroup;
265685
265591
  var prevGroupCollapsed;
265686
265592
  var prevGroupEnd;
265687
- function disabledLog() {
265688
- }
265593
+ function disabledLog() {}
265689
265594
  disabledLog.__reactDisabledLog = true;
265690
265595
  function disableLogs() {
265691
265596
  {
@@ -265921,8 +265826,7 @@ var require_react_jsx_runtime_development = __commonJS((exports2) => {
265921
265826
  var init = lazyComponent._init;
265922
265827
  try {
265923
265828
  return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
265924
- } catch (x) {
265925
- }
265829
+ } catch (x) {}
265926
265830
  }
265927
265831
  }
265928
265832
  }
@@ -266424,8 +266328,7 @@ Check the top-level render call using <` + parentName + ">.";
266424
266328
  // node_modules/react/jsx-runtime.js
266425
266329
  var require_jsx_runtime = __commonJS((exports2, module2) => {
266426
266330
  var react_jsx_runtime_development = __toESM2(require_react_jsx_runtime_development(), 1);
266427
- if (false) {
266428
- } else {
266331
+ if (false) {} else {
266429
266332
  module2.exports = react_jsx_runtime_development;
266430
266333
  }
266431
266334
  });
@@ -266610,8 +266513,7 @@ var require_deep_rename_keys = __commonJS((exports2, module2) => {
266610
266513
  var require_eventemitter3 = __commonJS((exports2, module2) => {
266611
266514
  var has = Object.prototype.hasOwnProperty;
266612
266515
  var prefix = "~";
266613
- function Events() {
266614
- }
266516
+ function Events() {}
266615
266517
  if (Object.create) {
266616
266518
  Events.prototype = Object.create(null);
266617
266519
  if (!new Events().__proto__)
@@ -266793,8 +266695,7 @@ var require_eventemitter3 = __commonJS((exports2, module2) => {
266793
266695
  var require_eventemitter32 = __commonJS((exports2, module2) => {
266794
266696
  var has = Object.prototype.hasOwnProperty;
266795
266697
  var prefix = "~";
266796
- function Events() {
266797
- }
266698
+ function Events() {}
266798
266699
  if (Object.create) {
266799
266700
  Events.prototype = Object.create(null);
266800
266701
  if (!new Events().__proto__)
@@ -266983,8 +266884,7 @@ var require_lexer = __commonJS((exports2, module2) => {
266983
266884
  return obj;
266984
266885
  }
266985
266886
  var EventEmitter3 = require_eventemitter32();
266986
- var noop = function noop() {
266987
- };
266887
+ var noop = function noop() {};
266988
266888
  var State = {
266989
266889
  data: "state-data",
266990
266890
  cdata: "state-cdata",
@@ -271189,8 +271089,7 @@ var require_scheduler_development3 = __commonJS((exports2) => {
271189
271089
  var NormalPriority = 3;
271190
271090
  var LowPriority = 4;
271191
271091
  var IdlePriority = 5;
271192
- function markTaskErrored(task, ms) {
271193
- }
271092
+ function markTaskErrored(task, ms) {}
271194
271093
  var hasPerformanceNow = typeof performance === "object" && typeof performance.now === "function";
271195
271094
  if (hasPerformanceNow) {
271196
271095
  var localPerformance = performance;
@@ -271432,8 +271331,7 @@ var require_scheduler_development3 = __commonJS((exports2) => {
271432
271331
  }
271433
271332
  return newTask;
271434
271333
  }
271435
- function unstable_pauseExecution() {
271436
- }
271334
+ function unstable_pauseExecution() {}
271437
271335
  function unstable_continueExecution() {
271438
271336
  if (!isHostCallbackScheduled && !isPerformingWork) {
271439
271337
  isHostCallbackScheduled = true;
@@ -271461,8 +271359,7 @@ var require_scheduler_development3 = __commonJS((exports2) => {
271461
271359
  }
271462
271360
  return true;
271463
271361
  }
271464
- function requestPaint() {
271465
- }
271362
+ function requestPaint() {}
271466
271363
  function forceFrameRate(fps) {
271467
271364
  if (fps < 0 || fps > 125) {
271468
271365
  console["error"]("forceFrameRate takes a positive int between 0 and 125, " + "forcing frame rates higher than 125 fps is not supported");
@@ -271557,8 +271454,7 @@ var require_scheduler_development3 = __commonJS((exports2) => {
271557
271454
  // node_modules/jscad-fiber/node_modules/react-reconciler/node_modules/scheduler/index.js
271558
271455
  var require_scheduler3 = __commonJS((exports2, module2) => {
271559
271456
  var scheduler_development = __toESM2(require_scheduler_development3(), 1);
271560
- if (false) {
271561
- } else {
271457
+ if (false) {} else {
271562
271458
  module2.exports = scheduler_development;
271563
271459
  }
271564
271460
  });
@@ -272141,8 +272037,7 @@ var require_react_reconciler_development3 = __commonJS((exports2, module2) => {
272141
272037
  var prevGroup;
272142
272038
  var prevGroupCollapsed;
272143
272039
  var prevGroupEnd;
272144
- function disabledLog() {
272145
- }
272040
+ function disabledLog() {}
272146
272041
  disabledLog.__reactDisabledLog = true;
272147
272042
  function disableLogs() {
272148
272043
  {
@@ -272383,8 +272278,7 @@ var require_react_reconciler_development3 = __commonJS((exports2, module2) => {
272383
272278
  var init = lazyComponent._init;
272384
272279
  try {
272385
272280
  return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
272386
- } catch (x) {
272387
- }
272281
+ } catch (x) {}
272388
272282
  }
272389
272283
  }
272390
272284
  }
@@ -274208,16 +274102,11 @@ Error generating stack: ` + x.message + `
274208
274102
  }
274209
274103
  }
274210
274104
  var ReactStrictModeWarnings = {
274211
- recordUnsafeLifecycleWarnings: function(fiber, instance) {
274212
- },
274213
- flushPendingUnsafeLifecycleWarnings: function() {
274214
- },
274215
- recordLegacyContextWarning: function(fiber, instance) {
274216
- },
274217
- flushLegacyContextWarning: function() {
274218
- },
274219
- discardPendingWarnings: function() {
274220
- }
274105
+ recordUnsafeLifecycleWarnings: function(fiber, instance) {},
274106
+ flushPendingUnsafeLifecycleWarnings: function() {},
274107
+ recordLegacyContextWarning: function(fiber, instance) {},
274108
+ flushLegacyContextWarning: function() {},
274109
+ discardPendingWarnings: function() {}
274221
274110
  };
274222
274111
  {
274223
274112
  var findStrictRoot = function(fiber) {
@@ -274465,8 +274354,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
274465
274354
  var didWarnAboutStringRefs;
274466
274355
  var ownerHasKeyUseWarning;
274467
274356
  var ownerHasFunctionTypeWarning;
274468
- var warnForMissingKey = function(child, returnFiber) {
274469
- };
274357
+ var warnForMissingKey = function(child, returnFiber) {};
274470
274358
  {
274471
274359
  didWarnAboutMaps = false;
274472
274360
  didWarnAboutGenerators = false;
@@ -276776,8 +276664,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
276776
276664
  var effectDeps = deps !== null && deps !== undefined ? deps.concat([ref47]) : null;
276777
276665
  return updateEffectImpl(Update, Layout, imperativeHandleEffect.bind(null, create, ref47), effectDeps);
276778
276666
  }
276779
- function mountDebugValue(value2, formatterFn) {
276780
- }
276667
+ function mountDebugValue(value2, formatterFn) {}
276781
276668
  var updateDebugValue = mountDebugValue;
276782
276669
  function mountCallback(callback, deps) {
276783
276670
  var hook = mountWorkInProgressHook();
@@ -277001,8 +276888,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
277001
276888
  enqueueConcurrentHookUpdateAndEagerlyBailout(fiber, queue, update, lane);
277002
276889
  return;
277003
276890
  }
277004
- } catch (error2) {
277005
- } finally {
276891
+ } catch (error2) {} finally {
277006
276892
  {
277007
276893
  ReactCurrentDispatcher$1.current = prevDispatcher;
277008
276894
  }
@@ -278647,8 +278533,7 @@ Learn more about this warning here: https://reactjs.org/link/legacy-context`, so
278647
278533
 
278648
278534
  ` + ("" + errorBoundaryMessage);
278649
278535
  console["error"](combinedMessage);
278650
- } else {
278651
- }
278536
+ } else {}
278652
278537
  } catch (e) {
278653
278538
  setTimeout(function() {
278654
278539
  throw e;
@@ -280565,8 +280450,7 @@ Check the render method of \`` + ownerName + "`.";
280565
280450
  node = node.sibling;
280566
280451
  }
280567
280452
  };
280568
- updateHostContainer = function(current3, workInProgress2) {
280569
- };
280453
+ updateHostContainer = function(current3, workInProgress2) {};
280570
280454
  updateHostComponent$1 = function(current3, workInProgress2, type, newProps, rootContainerInstance) {
280571
280455
  var oldProps = current3.memoizedProps;
280572
280456
  if (oldProps === newProps) {
@@ -280730,12 +280614,9 @@ Check the render method of \`` + ownerName + "`.";
280730
280614
  }
280731
280615
  };
280732
280616
  } else {
280733
- updateHostContainer = function(current3, workInProgress2) {
280734
- };
280735
- updateHostComponent$1 = function(current3, workInProgress2, type, newProps, rootContainerInstance) {
280736
- };
280737
- updateHostText$1 = function(current3, workInProgress2, oldText, newText) {
280738
- };
280617
+ updateHostContainer = function(current3, workInProgress2) {};
280618
+ updateHostComponent$1 = function(current3, workInProgress2, type, newProps, rootContainerInstance) {};
280619
+ updateHostText$1 = function(current3, workInProgress2, oldText, newText) {};
280739
280620
  }
280740
280621
  function cutOffTailIfNeeded(renderState, hasRenderedATailFallback) {
280741
280622
  if (getIsHydrating()) {
@@ -281372,8 +281253,7 @@ Check the render method of \`` + ownerName + "`.";
281372
281253
  if (error2 != null && typeof error2 === "object") {
281373
281254
  try {
281374
281255
  error2._suppressLogging = true;
281375
- } catch (inner) {
281376
- }
281256
+ } catch (inner) {}
281377
281257
  }
281378
281258
  }
281379
281259
  }
@@ -286327,8 +286207,7 @@ Check the render method of \`` + ownerName + "`.";
286327
286207
 
286328
286208
  // node_modules/jscad-fiber/node_modules/react-reconciler/index.js
286329
286209
  var require_react_reconciler2 = __commonJS((exports2, module2) => {
286330
- if (false) {
286331
- } else {
286210
+ if (false) {} else {
286332
286211
  module2.exports = require_react_reconciler_development3();
286333
286212
  }
286334
286213
  });
@@ -288146,10 +288025,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
288146
288025
  }
288147
288026
  function _isNativeReflectConstruct2() {
288148
288027
  try {
288149
- var t3 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
288150
- }));
288151
- } catch (t4) {
288152
- }
288028
+ var t3 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
288029
+ } catch (t4) {}
288153
288030
  return (_isNativeReflectConstruct2 = function() {
288154
288031
  return !!t3;
288155
288032
  })();
@@ -288258,12 +288135,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
288258
288135
  }
288259
288136
  e.wrap = wrap2;
288260
288137
  var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {};
288261
- function Generator() {
288262
- }
288263
- function GeneratorFunction() {
288264
- }
288265
- function GeneratorFunctionPrototype() {
288266
- }
288138
+ function Generator() {}
288139
+ function GeneratorFunction() {}
288140
+ function GeneratorFunctionPrototype() {}
288267
288141
  var p = {};
288268
288142
  define3(p, a, function() {
288269
288143
  return this;
@@ -288708,8 +288582,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
288708
288582
  var versions$2 = {};
288709
288583
  var release = {};
288710
288584
  var config$1 = {};
288711
- function noop$2() {
288712
- }
288585
+ function noop$2() {}
288713
288586
  var on = noop$2;
288714
288587
  var addListener = noop$2;
288715
288588
  var once$1 = noop$2;
@@ -292379,8 +292252,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
292379
292252
  return validate$7(arrayOfType.apply(undefined, arguments));
292380
292253
  }
292381
292254
  function assertEach(callback) {
292382
- var childValidator = browser$1$1.env.BABEL_TYPES_8_BREAKING ? validateChild : function() {
292383
- };
292255
+ var childValidator = browser$1$1.env.BABEL_TYPES_8_BREAKING ? validateChild : function() {};
292384
292256
  function validator(node2, key, val42) {
292385
292257
  if (!Array.isArray(val42))
292386
292258
  return;
@@ -292826,8 +292698,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
292826
292698
  validate: assertNodeType("Program")
292827
292699
  },
292828
292700
  comments: {
292829
- validate: !browser$1$1.env.BABEL_TYPES_8_BREAKING ? Object.assign(function() {
292830
- }, {
292701
+ validate: !browser$1$1.env.BABEL_TYPES_8_BREAKING ? Object.assign(function() {}, {
292831
292702
  each: {
292832
292703
  oneOfNodeTypes: ["CommentBlock", "CommentLine"]
292833
292704
  }
@@ -292835,8 +292706,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
292835
292706
  optional: true
292836
292707
  },
292837
292708
  tokens: {
292838
- validate: assertEach(Object.assign(function() {
292839
- }, {
292709
+ validate: assertEach(Object.assign(function() {}, {
292840
292710
  type: "any"
292841
292711
  })),
292842
292712
  optional: true
@@ -293063,8 +292933,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
293063
292933
  deprecatedAlias: "NumberLiteral",
293064
292934
  fields: {
293065
292935
  value: {
293066
- validate: chain(assertValueType("number"), Object.assign(function(node2, key, val42) {
293067
- }, {
292936
+ validate: chain(assertValueType("number"), Object.assign(function(node2, key, val42) {}, {
293068
292937
  type: "number"
293069
292938
  }))
293070
292939
  }
@@ -294937,14 +294806,12 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
294937
294806
  aliases: ["Expression"],
294938
294807
  fields: !browser$1$1.env.BABEL_TYPES_8_BREAKING ? {
294939
294808
  object: {
294940
- validate: Object.assign(function() {
294941
- }, {
294809
+ validate: Object.assign(function() {}, {
294942
294810
  oneOfNodeTypes: ["Expression"]
294943
294811
  })
294944
294812
  },
294945
294813
  callee: {
294946
- validate: Object.assign(function() {
294947
- }, {
294814
+ validate: Object.assign(function() {}, {
294948
294815
  oneOfNodeTypes: ["Expression"]
294949
294816
  })
294950
294817
  }
@@ -302146,8 +302013,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
302146
302013
  return `/* @babel/template */;
302147
302014
  ` + str;
302148
302015
  },
302149
- validate: function validate() {
302150
- },
302016
+ validate: function validate() {},
302151
302017
  unwrap: function unwrap(ast) {
302152
302018
  return fn(ast.program.body.slice(1));
302153
302019
  }
@@ -302197,8 +302063,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
302197
302063
  code: function code(str) {
302198
302064
  return str;
302199
302065
  },
302200
- validate: function validate() {
302201
- },
302066
+ validate: function validate() {},
302202
302067
  unwrap: function unwrap(ast) {
302203
302068
  return ast.program;
302204
302069
  }
@@ -302790,8 +302655,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
302790
302655
  var regex2 = null;
302791
302656
  try {
302792
302657
  regex2 = new RegExp(pattern2, flags);
302793
- } catch (_) {
302794
- }
302658
+ } catch (_) {}
302795
302659
  var node2 = this.estreeParseLiteral(regex2);
302796
302660
  node2.regex = {
302797
302661
  pattern: pattern2,
@@ -305465,8 +305329,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
305465
305329
  }
305466
305330
  return this.raise(toParseError, at, details);
305467
305331
  };
305468
- _proto.updateContext = function updateContext(prevType) {
305469
- };
305332
+ _proto.updateContext = function updateContext(prevType) {};
305470
305333
  _proto.unexpected = function unexpected(loc, type2) {
305471
305334
  throw this.raise(Errors.UnexpectedToken, loc != null ? loc : this.state.startLoc, {
305472
305335
  expected: type2 ? tokenLabelName(type2) : null
@@ -311573,8 +311436,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
311573
311436
  this.raise(TSErrors.ImportReflectionHasImportType, node2.specifiers[0].loc.start);
311574
311437
  }
311575
311438
  };
311576
- _proto.checkDuplicateExports = function checkDuplicateExports() {
311577
- };
311439
+ _proto.checkDuplicateExports = function checkDuplicateExports() {};
311578
311440
  _proto.isPotentialImportPhase = function isPotentialImportPhase(isExport) {
311579
311441
  if (_superClass.prototype.isPotentialImportPhase.call(this, isExport))
311580
311442
  return true;
@@ -314549,8 +314411,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
314549
314411
  }
314550
314412
  return this.finishNode(node2, "ModuleExpression");
314551
314413
  };
314552
- _proto.parsePropertyNamePrefixOperator = function parsePropertyNamePrefixOperator(prop2) {
314553
- };
314414
+ _proto.parsePropertyNamePrefixOperator = function parsePropertyNamePrefixOperator(prop2) {};
314554
314415
  return _createClass(ExpressionParser2);
314555
314416
  }(LValParser);
314556
314417
  var loopLabel = {
@@ -315829,8 +315690,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
315829
315690
  _proto.declareClassPrivateMethodInScope = function declareClassPrivateMethodInScope(node2, kind) {
315830
315691
  this.classScope.declarePrivateName(this.getPrivateNameSV(node2.key), kind, node2.key.loc.start);
315831
315692
  };
315832
- _proto.parsePostMemberNameModifiers = function parsePostMemberNameModifiers(methodOrProp) {
315833
- };
315693
+ _proto.parsePostMemberNameModifiers = function parsePostMemberNameModifiers(methodOrProp) {};
315834
315694
  _proto.parseClassPrivateProperty = function parseClassPrivateProperty(node2) {
315835
315695
  this.parseInitializer(node2);
315836
315696
  this.semicolon();
@@ -316596,8 +316456,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
316596
316456
  try {
316597
316457
  options.sourceType = "script";
316598
316458
  return getParser(options, input).parse();
316599
- } catch (_unused) {
316600
- }
316459
+ } catch (_unused) {}
316601
316460
  } else {
316602
316461
  ast.program.sourceType = "script";
316603
316462
  }
@@ -316606,8 +316465,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
316606
316465
  try {
316607
316466
  options.sourceType = "script";
316608
316467
  return getParser(options, input).parse();
316609
- } catch (_unused2) {
316610
- }
316468
+ } catch (_unused2) {}
316611
316469
  throw moduleError;
316612
316470
  }
316613
316471
  } else {
@@ -319079,8 +318937,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
319079
318937
  });
319080
318938
  args.splice(lastC, 0, c);
319081
318939
  }
319082
- exports4.log = console.debug || console.log || function() {
319083
- };
318940
+ exports4.log = console.debug || console.log || function() {};
319084
318941
  function save(namespaces) {
319085
318942
  try {
319086
318943
  if (namespaces) {
@@ -319088,15 +318945,13 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
319088
318945
  } else {
319089
318946
  exports4.storage.removeItem("debug");
319090
318947
  }
319091
- } catch (error2) {
319092
- }
318948
+ } catch (error2) {}
319093
318949
  }
319094
318950
  function load3() {
319095
318951
  var r;
319096
318952
  try {
319097
318953
  r = exports4.storage.getItem("debug");
319098
- } catch (error2) {
319099
- }
318954
+ } catch (error2) {}
319100
318955
  if (!r && typeof browser$1$1 !== "undefined" && "env" in browser$1$1) {
319101
318956
  r = browser$1$1.env.DEBUG;
319102
318957
  }
@@ -319105,8 +318960,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
319105
318960
  function localstorage() {
319106
318961
  try {
319107
318962
  return localStorage;
319108
- } catch (error2) {
319109
- }
318963
+ } catch (error2) {}
319110
318964
  }
319111
318965
  module3.exports = common(exports4);
319112
318966
  var formatters = module3.exports.formatters;
@@ -322517,13 +322371,11 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
322517
322371
  e = s & (1 << -nBits) - 1;
322518
322372
  s >>= -nBits;
322519
322373
  nBits += eLen;
322520
- for (;nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {
322521
- }
322374
+ for (;nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {}
322522
322375
  m2 = e & (1 << -nBits) - 1;
322523
322376
  e >>= -nBits;
322524
322377
  nBits += mLen;
322525
- for (;nBits > 0; m2 = m2 * 256 + buffer[offset + i], i += d, nBits -= 8) {
322526
- }
322378
+ for (;nBits > 0; m2 = m2 * 256 + buffer[offset + i], i += d, nBits -= 8) {}
322527
322379
  if (e === 0) {
322528
322380
  e = 1 - eBias;
322529
322381
  } else if (e === eMax) {
@@ -322573,12 +322425,10 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
322573
322425
  e = 0;
322574
322426
  }
322575
322427
  }
322576
- for (;mLen >= 8; buffer[offset + i] = m2 & 255, i += d, m2 /= 256, mLen -= 8) {
322577
- }
322428
+ for (;mLen >= 8; buffer[offset + i] = m2 & 255, i += d, m2 /= 256, mLen -= 8) {}
322578
322429
  e = e << mLen | m2;
322579
322430
  eLen += mLen;
322580
- for (;eLen > 0; buffer[offset + i] = e & 255, i += d, e /= 256, eLen -= 8) {
322581
- }
322431
+ for (;eLen > 0; buffer[offset + i] = e & 255, i += d, e /= 256, eLen -= 8) {}
322582
322432
  buffer[offset + i - d] |= s * 128;
322583
322433
  }
322584
322434
  var toString$1 = {}.toString;
@@ -329397,8 +329247,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
329397
329247
  function addDeprecatedGenerators(PrinterClass) {
329398
329248
  {
329399
329249
  var deprecatedBabel7Generators = {
329400
- Noop: function Noop() {
329401
- },
329250
+ Noop: function Noop() {},
329402
329251
  TSExpressionWithTypeArguments: function TSExpressionWithTypeArguments(node2) {
329403
329252
  this.print(node2.expression);
329404
329253
  this.print(node2.typeParameters);
@@ -329459,8 +329308,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
329459
329308
  _proto.enterForStatementInit = function enterForStatementInit() {
329460
329309
  var _this = this;
329461
329310
  if (this.inForStatementInit)
329462
- return function() {
329463
- };
329311
+ return function() {};
329464
329312
  this.inForStatementInit = true;
329465
329313
  return function() {
329466
329314
  _this.inForStatementInit = false;
@@ -329471,8 +329319,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
329471
329319
  var oldInForStatementInit = this.inForStatementInit;
329472
329320
  var oldNoLineTerminatorAfterNode = this._noLineTerminatorAfterNode;
329473
329321
  if (oldInForStatementInit === false && oldNoLineTerminatorAfterNode === null) {
329474
- return function() {
329475
- };
329322
+ return function() {};
329476
329323
  }
329477
329324
  this.inForStatementInit = false;
329478
329325
  this._noLineTerminatorAfterNode = null;
@@ -330150,8 +329997,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
330150
329997
  var nodeEndLine = hasLoc ? nodeLoc.end.line : 0;
330151
329998
  var lastLine = 0;
330152
329999
  var leadingCommentNewline = 0;
330153
- var maybeNewline = this._noLineTerminator ? function() {
330154
- } : this.newline.bind(this);
330000
+ var maybeNewline = this._noLineTerminator ? function() {} : this.newline.bind(this);
330155
330001
  for (var i = 0;i < len; i++) {
330156
330002
  var comment = comments[i];
330157
330003
  var shouldPrint = this._shouldPrintComment(comment, nextToken);
@@ -334005,13 +333851,10 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
334005
333851
  return contexts;
334006
333852
  }
334007
333853
  var Hub = function() {
334008
- function Hub2() {
334009
- }
333854
+ function Hub2() {}
334010
333855
  var _proto = Hub2.prototype;
334011
- _proto.getCode = function getCode() {
334012
- };
334013
- _proto.getScope = function getScope() {
334014
- };
333856
+ _proto.getCode = function getCode() {};
333857
+ _proto.getScope = function getScope() {};
334015
333858
  _proto.addHelper = function addHelper() {
334016
333859
  throw new Error("Helpers are not supported by the default hub.");
334017
333860
  };
@@ -334108,8 +333951,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
334108
333951
  console.log.apply(console, args);
334109
333952
  };
334110
333953
  } else {
334111
- debug6 = function debug() {
334112
- };
333954
+ debug6 = function debug() {};
334113
333955
  }
334114
333956
  exports4.SEMVER_SPEC_VERSION = "2.0.0";
334115
333957
  var MAX_LENGTH = 256;
@@ -335263,8 +335105,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
335263
335105
  } else {
335264
335106
  inherits$1 = function inherits(ctor, superCtor) {
335265
335107
  ctor.super_ = superCtor;
335266
- var TempCtor = function() {
335267
- };
335108
+ var TempCtor = function() {};
335268
335109
  TempCtor.prototype = superCtor.prototype;
335269
335110
  ctor.prototype = new TempCtor;
335270
335111
  ctor.prototype.constructor = ctor;
@@ -335358,8 +335199,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
335358
335199
  console.error("%s %d: %s", set2, pid, msg2);
335359
335200
  };
335360
335201
  } else {
335361
- debugs[set2] = function() {
335362
- };
335202
+ debugs[set2] = function() {};
335363
335203
  }
335364
335204
  }
335365
335205
  return debugs[set2];
@@ -335883,8 +335723,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
335883
335723
  return _functionsHaveNames;
335884
335724
  }
335885
335725
  return _functionsHaveNames = function() {
335886
- return function foo() {
335887
- }.name === "foo";
335726
+ return function foo() {}.name === "foo";
335888
335727
  }();
335889
335728
  }
335890
335729
  function pToString(obj) {
@@ -336116,8 +335955,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
336116
335955
  if (actual instanceof expected) {
336117
335956
  return true;
336118
335957
  }
336119
- } catch (e) {
336120
- }
335958
+ } catch (e) {}
336121
335959
  if (Error.isPrototypeOf(expected)) {
336122
335960
  return false;
336123
335961
  }
@@ -343628,8 +343466,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
343628
343466
  BrowserslistError$2.prototype = Error.prototype;
343629
343467
  var error = BrowserslistError$2;
343630
343468
  var BrowserslistError$1 = error;
343631
- function noop() {
343632
- }
343469
+ function noop() {}
343633
343470
  var browser = {
343634
343471
  loadQueries: function loadQueries() {
343635
343472
  throw new BrowserslistError$1("Sharable configs are not supported in client-side build of Browserslist");
@@ -345303,8 +345140,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
345303
345140
  }
345304
345141
  try {
345305
345142
  requireIterator()(Yallist);
345306
- } catch (er) {
345307
- }
345143
+ } catch (er) {}
345308
345144
  return yallist;
345309
345145
  }
345310
345146
  var lruCacheBABEL_8_BREAKINGFalse;
@@ -346668,8 +346504,7 @@ Expected ` + (val42.length + 1) + " quasis but got " + node2.quasis.length);
346668
346504
  var parsedBrowserVersion = semverify(splitVersion);
346669
346505
  all2[target] = semverMin(version3, parsedBrowserVersion);
346670
346506
  }
346671
- } catch (_) {
346672
- }
346507
+ } catch (_) {}
346673
346508
  return all2;
346674
346509
  }, {});
346675
346510
  }
@@ -347596,8 +347431,7 @@ getting parsed as 6.1, which can lead to unexpected behavior.
347596
347431
  });
347597
347432
  }
347598
347433
  function setupPrepareStackTrace() {
347599
- setupPrepareStackTrace = function setupPrepareStackTrace() {
347600
- };
347434
+ setupPrepareStackTrace = function setupPrepareStackTrace() {};
347601
347435
  var _Error$prepareStackTr = Error.prepareStackTrace, prepareStackTrace = _Error$prepareStackTr === undefined ? defaultPrepareStackTrace : _Error$prepareStackTr;
347602
347436
  var MIN_STACK_TRACE_LIMIT = 50;
347603
347437
  Error.stackTraceLimit && (Error.stackTraceLimit = Math.max(Error.stackTraceLimit, MIN_STACK_TRACE_LIMIT));
@@ -347947,8 +347781,7 @@ getting parsed as 6.1, which can lead to unexpected behavior.
347947
347781
  var _this = this;
347948
347782
  var { callerName, filepath } = _ref4;
347949
347783
  if (!enabled)
347950
- return function() {
347951
- };
347784
+ return function() {};
347952
347785
  return function(content, index2, envName) {
347953
347786
  _this._stack.push({
347954
347787
  type: type2,
@@ -348054,8 +347887,7 @@ getting parsed as 6.1, which can lead to unexpected behavior.
348054
347887
  return loadPresetOverridesEnvDescriptors(preset)(index2)(envName);
348055
347888
  },
348056
347889
  createLogger: function createLogger() {
348057
- return function() {
348058
- };
347890
+ return function() {};
348059
347891
  }
348060
347892
  });
348061
347893
  var loadPresetDescriptors = makeWeakCacheSync(function(preset) {
@@ -348346,8 +348178,7 @@ getting parsed as 6.1, which can lead to unexpected behavior.
348346
348178
  });
348347
348179
  function buildFileLogger(filepath, context, baseLogger) {
348348
348180
  if (!baseLogger) {
348349
- return function() {
348350
- };
348181
+ return function() {};
348351
348182
  }
348352
348183
  return baseLogger.configure(context.showConfig, ChainFormatter.Config, {
348353
348184
  filepath
@@ -348360,8 +348191,7 @@ getting parsed as 6.1, which can lead to unexpected behavior.
348360
348191
  function buildProgrammaticLogger(_, context, baseLogger) {
348361
348192
  var _context$caller;
348362
348193
  if (!baseLogger) {
348363
- return function() {
348364
- };
348194
+ return function() {};
348365
348195
  }
348366
348196
  return baseLogger.configure(context.showConfig, ChainFormatter.Programmatic, {
348367
348197
  callerName: (_context$caller = context.caller) == null ? undefined : _context$caller.name
@@ -351116,8 +350946,7 @@ Consider renaming the file to '.mjs', or setting sourceType:module ` + "or sourc
351116
350946
  var DEFAULT_EXTENSIONS = Object.freeze([".js", ".jsx", ".es6", ".es", ".mjs", ".cjs"]);
351117
350947
  {
351118
350948
  exports3.OptionManager = function() {
351119
- function OptionManager() {
351120
- }
350949
+ function OptionManager() {}
351121
350950
  var _proto = OptionManager.prototype;
351122
350951
  _proto.init = function init(opts) {
351123
350952
  return loadOptionsSync(opts);
@@ -351918,8 +351747,7 @@ Consider renaming the file to '.mjs', or setting sourceType:module ` + "or sourc
351918
351747
  return false;
351919
351748
  }
351920
351749
  var handle = {
351921
- memoise: function memoise() {
351922
- },
351750
+ memoise: function memoise() {},
351923
351751
  handle: function handle(member, noDocumentAll) {
351924
351752
  var { node: node2, parent, parentPath, scope: scope2 } = member;
351925
351753
  if (member.isOptionalMemberExpression()) {
@@ -364894,12 +364722,10 @@ If you are using ` + '["@babel/plugin-proposal-decorators", { "version": "legacy
364894
364722
  var _property = "General_Category";
364895
364723
  var category = unicodeMatchPropertyValue(_property, value2);
364896
364724
  return getUnicodePropertyValueSet(_property, category);
364897
- } catch (exception) {
364898
- }
364725
+ } catch (exception) {}
364899
364726
  try {
364900
364727
  return getUnicodePropertyValueSet("Property_of_Strings", value2);
364901
- } catch (exception) {
364902
- }
364728
+ } catch (exception) {}
364903
364729
  var property2 = unicodeMatchProperty(value2);
364904
364730
  return getUnicodePropertyValueSet(property2);
364905
364731
  };
@@ -365747,8 +365573,7 @@ If you are using ` + '["@babel/plugin-proposal-decorators", { "version": "legacy
365747
365573
  dotAllFlag: feat("dotAllFlag"),
365748
365574
  unicodePropertyEscapes: feat("unicodePropertyEscape"),
365749
365575
  namedGroups: feat("namedCaptureGroups") || featDuplicateNamedGroups(),
365750
- onNamedGroup: function onNamedGroup() {
365751
- },
365576
+ onNamedGroup: function onNamedGroup() {},
365752
365577
  modifiers: feat("modifiers")
365753
365578
  };
365754
365579
  }
@@ -365791,8 +365616,7 @@ If you are using ` + '["@babel/plugin-proposal-decorators", { "version": "legacy
365791
365616
  }
365792
365617
  var versionKey = "@babel/plugin-regexp-features/version";
365793
365618
  function createRegExpFeaturePlugin(_ref4) {
365794
- var { name: name2, feature, options: _ref$options } = _ref4, options = _ref$options === undefined ? {} : _ref$options, _ref$manipulateOption = _ref4.manipulateOptions, manipulateOptions = _ref$manipulateOption === undefined ? function() {
365795
- } : _ref$manipulateOption;
365619
+ var { name: name2, feature, options: _ref$options } = _ref4, options = _ref$options === undefined ? {} : _ref$options, _ref$manipulateOption = _ref4.manipulateOptions, manipulateOptions = _ref$manipulateOption === undefined ? function() {} : _ref$manipulateOption;
365796
365620
  return {
365797
365621
  name: name2,
365798
365622
  manipulateOptions,
@@ -368218,8 +368042,7 @@ bundler handle dynamic imports.
368218
368042
  }
368219
368043
  try {
368220
368044
  return file2.addHelper("callSuper");
368221
- } catch (_unused) {
368222
- }
368045
+ } catch (_unused) {}
368223
368046
  var id = file2.scope.generateUidIdentifier("callSuper");
368224
368047
  helperIDs.set(file2, id);
368225
368048
  var fn = helper$1({
@@ -376551,8 +376374,7 @@ bundler handle dynamic imports.
376551
376374
  console.log.apply(console, args);
376552
376375
  };
376553
376376
  } else {
376554
- debug6 = function debug() {
376555
- };
376377
+ debug6 = function debug() {};
376556
376378
  }
376557
376379
  exports4.SEMVER_SPEC_VERSION = "2.0.0";
376558
376380
  var MAX_LENGTH = 256;
@@ -378371,10 +378193,8 @@ bundler handle dynamic imports.
378371
378193
  function has2(basedir, name2) {
378372
378194
  return true;
378373
378195
  }
378374
- function logMissing2(missingDeps) {
378375
- }
378376
- function laterLogMissing2(missingDeps) {
378377
- }
378196
+ function logMissing2(missingDeps) {}
378197
+ function laterLogMissing2(missingDeps) {}
378378
378198
  return dependencies$1;
378379
378199
  }
378380
378200
  var metaResolver$1 = {};
@@ -413240,8 +413060,7 @@ Using targets: ` + (0, _debugUtils.stringifyTargetsMultiline)(targets));
413240
413060
  console.log.apply(console, args);
413241
413061
  };
413242
413062
  } else {
413243
- debug6 = function debug() {
413244
- };
413063
+ debug6 = function debug() {};
413245
413064
  }
413246
413065
  exports4.SEMVER_SPEC_VERSION = "2.0.0";
413247
413066
  var MAX_LENGTH = 256;
@@ -415058,10 +414877,8 @@ Using targets: ` + (0, _debugUtils.stringifyTargetsMultiline)(targets));
415058
414877
  function has2(basedir, name2) {
415059
414878
  return true;
415060
414879
  }
415061
- function logMissing2(missingDeps) {
415062
- }
415063
- function laterLogMissing2(missingDeps) {
415064
- }
414880
+ function logMissing2(missingDeps) {}
414881
+ function laterLogMissing2(missingDeps) {}
415065
414882
  return dependencies2;
415066
414883
  }
415067
414884
  var metaResolver = {};
@@ -416530,10 +416347,8 @@ Using targets: ` + (0, _debugUtils.stringifyTargetsMultiline)(targets));
416530
416347
  function has(basedir, name2) {
416531
416348
  return true;
416532
416349
  }
416533
- function logMissing(missingDeps) {
416534
- }
416535
- function laterLogMissing(missingDeps) {
416536
- }
416350
+ function logMissing(missingDeps) {}
416351
+ function laterLogMissing(missingDeps) {}
416537
416352
  var PossibleGlobalObjects = new Set(["global", "globalThis", "self", "window"]);
416538
416353
  function createMetaResolver(polyfills2) {
416539
416354
  var staticP = polyfills2["static"], instanceP = polyfills2.instance, globalP = polyfills2.global;
@@ -419077,8 +418892,7 @@ var require_dist7 = __commonJS((exports2, module2) => {
419077
418892
  this.partial = !!options.partial;
419078
418893
  this.make();
419079
418894
  }
419080
- debug() {
419081
- }
418895
+ debug() {}
419082
418896
  make() {
419083
418897
  const pattern = this.pattern;
419084
418898
  const options = this.options;
@@ -419528,8 +419342,7 @@ globstar while`, file, fr, pattern, pr, swallowee);
419528
419342
  module22.exports = function inherits(ctor, superCtor) {
419529
419343
  if (superCtor) {
419530
419344
  ctor.super_ = superCtor;
419531
- var TempCtor = function() {
419532
- };
419345
+ var TempCtor = function() {};
419533
419346
  TempCtor.prototype = superCtor.prototype;
419534
419347
  ctor.prototype = new TempCtor;
419535
419348
  ctor.prototype.constructor = ctor;
@@ -421572,7 +421385,7 @@ import readline from "node:readline";
421572
421385
  import { execSync as execSync2 } from "node:child_process";
421573
421386
  var import_semver = __toESM2(require_semver2(), 1);
421574
421387
  // package.json
421575
- var version = "0.1.53";
421388
+ var version = "0.1.55";
421576
421389
  var package_default = {
421577
421390
  name: "@tscircuit/cli",
421578
421391
  main: "dist/main.js",
@@ -421600,7 +421413,7 @@ var package_default = {
421600
421413
  "@biomejs/biome": "^1.9.4",
421601
421414
  "@tscircuit/core": "^0.0.345",
421602
421415
  "@tscircuit/eval": "^0.0.96",
421603
- "@tscircuit/fake-snippets": "^0.0.6",
421416
+ "@tscircuit/fake-snippets": "^0.0.11",
421604
421417
  "@tscircuit/file-server": "^0.0.13",
421605
421418
  "@tscircuit/runframe": "^0.0.228",
421606
421419
  "@types/bun": "^1.2.2",
@@ -423265,8 +423078,7 @@ import { type as osType } from "os";
423265
423078
  var STR_DATA = "data";
423266
423079
  var STR_END = "end";
423267
423080
  var STR_CLOSE = "close";
423268
- var EMPTY_FN = () => {
423269
- };
423081
+ var EMPTY_FN = () => {};
423270
423082
  var pl = process.platform;
423271
423083
  var isWindows = pl === "win32";
423272
423084
  var isMacos = pl === "darwin";
@@ -423638,8 +423450,7 @@ var setFsWatchListener = (path7, fullPath, options, handlers) => {
423638
423450
  const fd = await open(path7, "r");
423639
423451
  await fd.close();
423640
423452
  broadcastErr(error);
423641
- } catch (err) {
423642
- }
423453
+ } catch (err) {}
423643
423454
  } else {
423644
423455
  broadcastErr(error);
423645
423456
  }
@@ -424402,8 +424213,7 @@ class FSWatcher extends EventEmitter2 {
424402
424213
  let stats2;
424403
424214
  try {
424404
424215
  stats2 = await stat3(fullPath);
424405
- } catch (err) {
424406
- }
424216
+ } catch (err) {}
424407
424217
  if (!stats2 || this.closed)
424408
424218
  return;
424409
424219
  args.push(stats2);
@@ -424977,8 +424787,7 @@ class Interceptor {
424977
424787
  for (const signal of signals_default) {
424978
424788
  try {
424979
424789
  process5.once(signal, () => this.exit(signal));
424980
- } catch {
424981
- }
424790
+ } catch {}
424982
424791
  }
424983
424792
  };
424984
424793
  this.register = (callback) => {
@@ -425505,8 +425314,7 @@ var prettyResponseErrorHook = async (_request, _options, response) => {
425505
425314
  throw new Error(`FAIL [${response.status}]: ${_request.method} ${new URL(_request.url).pathname}
425506
425315
 
425507
425316
  ${JSON.stringify(errorData, null, 2)}`);
425508
- } catch (e) {
425509
- }
425317
+ } catch (e) {}
425510
425318
  }
425511
425319
  };
425512
425320
  var getKy = () => {
@@ -425757,8 +425565,7 @@ circuit.add(<MyCircuit />)
425757
425565
  });
425758
425566
  await pushSnippet({
425759
425567
  filePath: this.componentFilePath,
425760
- onExit: () => {
425761
- },
425568
+ onExit: () => {},
425762
425569
  onError: (e) => {
425763
425570
  console.error("Failed to save snippet:- ", e);
425764
425571
  postEvent("FAILED_TO_SAVE_SNIPPET", e);
@@ -429610,8 +429417,7 @@ var footprinter = () => {
429610
429417
  }
429611
429418
  }
429612
429419
  } else {
429613
- if (!v && ["w", "h", "p"].includes(prop)) {
429614
- } else {
429420
+ if (!v && ["w", "h", "p"].includes(prop)) {} else {
429615
429421
  target[prop] = v ?? true;
429616
429422
  }
429617
429423
  }
@@ -431811,8 +431617,7 @@ init_dist();
431811
431617
  init_lib();
431812
431618
  init_lib();
431813
431619
  init_lib();
431814
- var expectTypesMatch2 = (shouldBe) => {
431815
- };
431620
+ var expectTypesMatch2 = (shouldBe) => {};
431816
431621
  expectTypesMatch2("extra props b");
431817
431622
  expectTypesMatch2("missing props b");
431818
431623
  expectTypesMatch2(true);
@@ -432851,8 +432656,7 @@ var CnId = 0;
432851
432656
  // node_modules/@lume/kiwi/dist/solver.js
432852
432657
  class Solver {
432853
432658
  maxIterations = 1000;
432854
- constructor() {
432855
- }
432659
+ constructor() {}
432856
432660
  createConstraint(lhs, operator, rhs, strength = Strength.required) {
432857
432661
  let cn = new Constraint(lhs, operator, rhs, strength);
432858
432662
  this.addConstraint(cn);
@@ -433719,8 +433523,7 @@ var transformSchematicElement = (elm, matrix) => {
433719
433523
  }
433720
433524
  } else if (elm.type === "schematic_text") {
433721
433525
  elm.position = import_transformation_matrix3.applyToPoint(matrix, elm.position);
433722
- } else if (elm.type === "schematic_trace") {
433723
- } else if (elm.type === "schematic_box") {
433526
+ } else if (elm.type === "schematic_trace") {} else if (elm.type === "schematic_box") {
433724
433527
  const { x, y } = import_transformation_matrix3.applyToPoint(matrix, { x: elm.x, y: elm.y });
433725
433528
  elm.x = x;
433726
433529
  elm.y = y;
@@ -434217,8 +434020,7 @@ var BaseSolver = class {
434217
434020
  this.failed = true;
434218
434021
  }
434219
434022
  }
434220
- _step() {
434221
- }
434023
+ _step() {}
434222
434024
  solve() {
434223
434025
  while (!this.solved && !this.failed) {
434224
434026
  this.step();
@@ -434407,10 +434209,8 @@ function _isNativeFunction(t2) {
434407
434209
  }
434408
434210
  function _isNativeReflectConstruct() {
434409
434211
  try {
434410
- var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
434411
- }));
434412
- } catch (t22) {
434413
- }
434212
+ var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
434213
+ } catch (t22) {}
434414
434214
  return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
434415
434215
  return !!t2;
434416
434216
  })();
@@ -434695,8 +434495,7 @@ var PolishedError = /* @__PURE__ */ function(_Error) {
434695
434495
  _inheritsLoose(PolishedError2, _Error);
434696
434496
  function PolishedError2(code) {
434697
434497
  var _this;
434698
- if (false) {
434699
- } else {
434498
+ if (false) {} else {
434700
434499
  for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1;_key2 < _len2; _key2++) {
434701
434500
  args[_key2 - 1] = arguments[_key2];
434702
434501
  }
@@ -436656,8 +436455,7 @@ var HyperParameterSupervisorSolver = class extends BaseSolver {
436656
436455
  this.onSolve?.(supervisedSolver);
436657
436456
  }
436658
436457
  }
436659
- onSolve(solver2) {
436660
- }
436458
+ onSolve(solver2) {}
436661
436459
  visualize() {
436662
436460
  const bestSupervisedSolver = this.getSupervisedSolverWithBestFitness();
436663
436461
  let graphics = {
@@ -439248,16 +439046,11 @@ var hostConfig = {
439248
439046
  prepareForCommit() {
439249
439047
  return null;
439250
439048
  },
439251
- resetAfterCommit() {
439252
- },
439253
- commitMount() {
439254
- },
439255
- commitUpdate() {
439256
- },
439257
- removeChild() {
439258
- },
439259
- clearContainer() {
439260
- },
439049
+ resetAfterCommit() {},
439050
+ commitMount() {},
439051
+ commitUpdate() {},
439052
+ removeChild() {},
439053
+ clearContainer() {},
439261
439054
  supportsPersistence: false,
439262
439055
  getPublicInstance(instance) {
439263
439056
  return instance;
@@ -439294,8 +439087,7 @@ var hostConfig = {
439294
439087
  getCurrentEventPriority: () => import_constants12.DefaultEventPriority,
439295
439088
  getCurrentUpdatePriority: () => import_constants12.DefaultEventPriority,
439296
439089
  resolveUpdatePriority: () => import_constants12.DefaultEventPriority,
439297
- setCurrentUpdatePriority: () => {
439298
- },
439090
+ setCurrentUpdatePriority: () => {},
439299
439091
  maySuspendCommit: () => false,
439300
439092
  supportsHydration: false
439301
439093
  };
@@ -439326,12 +439118,10 @@ var createInstanceFromReactElement = (reactElm) => {
439326
439118
  containerErrors.push(error);
439327
439119
  }, null);
439328
439120
  if (import_react.default.version.startsWith("19.")) {
439329
- reconciler.updateContainerSync(reactElm, container, null, () => {
439330
- });
439121
+ reconciler.updateContainerSync(reactElm, container, null, () => {});
439331
439122
  reconciler.flushSyncWork();
439332
439123
  } else {
439333
- reconciler.updateContainer(reactElm, container, null, () => {
439334
- });
439124
+ reconciler.updateContainer(reactElm, container, null, () => {});
439335
439125
  }
439336
439126
  if (containerErrors.length > 0) {
439337
439127
  throw containerErrors[0];
@@ -439702,8 +439492,7 @@ var PrimitiveComponent = class extends Renderable {
439702
439492
  onAddToParent(parent) {
439703
439493
  this.parent = parent;
439704
439494
  }
439705
- onPropsChange(params2) {
439706
- }
439495
+ onPropsChange(params2) {}
439707
439496
  onChildChanged(child) {
439708
439497
  this.parent?.onChildChanged?.(child);
439709
439498
  }
@@ -445912,8 +445701,7 @@ function createHostConfig(jscad) {
445912
445701
  prepareForCommit() {
445913
445702
  return null;
445914
445703
  },
445915
- resetAfterCommit() {
445916
- },
445704
+ resetAfterCommit() {},
445917
445705
  getPublicInstance(instance) {
445918
445706
  return instance;
445919
445707
  },
@@ -445926,23 +445714,18 @@ function createHostConfig(jscad) {
445926
445714
  shouldSetTextContent() {
445927
445715
  return false;
445928
445716
  },
445929
- clearContainer() {
445930
- },
445717
+ clearContainer() {},
445931
445718
  scheduleTimeout: setTimeout,
445932
445719
  cancelTimeout: clearTimeout,
445933
445720
  noTimeout: -1,
445934
445721
  isPrimaryRenderer: true,
445935
445722
  getCurrentEventPriority: () => 99,
445936
445723
  getInstanceFromNode: () => null,
445937
- beforeActiveInstanceBlur: () => {
445938
- },
445939
- afterActiveInstanceBlur: () => {
445940
- },
445941
- prepareScopeUpdate: () => {
445942
- },
445724
+ beforeActiveInstanceBlur: () => {},
445725
+ afterActiveInstanceBlur: () => {},
445726
+ prepareScopeUpdate: () => {},
445943
445727
  getInstanceFromScope: () => null,
445944
- detachDeletedInstance: () => {
445945
- }
445728
+ detachDeletedInstance: () => {}
445946
445729
  };
445947
445730
  return hostConfig2;
445948
445731
  }
@@ -446255,8 +446038,7 @@ function createJSCADRenderer(jscad) {
446255
446038
  const root = reconciler2.createContainer(container, 0, null, false, null, "", (error) => console.error(error), null);
446256
446039
  return {
446257
446040
  render(element) {
446258
- reconciler2.updateContainer(element, root, null, () => {
446259
- });
446041
+ reconciler2.updateContainer(element, root, null, () => {});
446260
446042
  }
446261
446043
  };
446262
446044
  }