@guihz/trading-vue-editor-tes 0.1.96 → 0.1.98

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.
@@ -9480,7 +9480,7 @@ Arguments: ` + Array.prototype.slice.call(r).join("") + `
9480
9480
  const h = Math.ceil(O.klineSequence / l) * l;
9481
9481
  c.time = T2(
9482
9482
  TD(h, o) + ""
9483
- );
9483
+ ), console.log("getNextBarTime", O.time, h, c.time, l);
9484
9484
  }
9485
9485
  a.length || a.push(e), a.push(c);
9486
9486
  }
@@ -40908,18 +40908,20 @@ ${u}`), u;
40908
40908
  if (typeof t == "string" && (i = t), i.startsWith("export")) return;
40909
40909
  const { message: n, formatString: o } = e, { time: a, bar_index: c, _isRealTimeBar: p, __isReqRepeated: b } = this._variables;
40910
40910
  let M = n;
40911
- o && Array.isArray(t) && t.length && (t = t.map((O) => {
40912
- if (typeof O == "object") {
40913
- if (O === null) return "null";
40914
- O != null && O.isArray ? O = `[${O._value.toString()}]` : O = O.toString();
40911
+ o && Array.isArray(t) && t.length && (t = t.map((h) => {
40912
+ if (typeof h == "object") {
40913
+ if (h === null) return "null";
40914
+ h != null && h.isArray ? h = `[${h._value.toString()}]` : h = h.toString();
40915
40915
  }
40916
- return O !== void 0 ? O : "na";
40916
+ return h !== void 0 ? h : "na";
40917
40917
  }), M = this._str.strformat({ formatString: o }, t, !0));
40918
40918
  const { isrealtime: l, barIndex: u } = this._preBar;
40919
40919
  c !== u && (this._preBar = { barIndex: c, isrealtime: p });
40920
- const f = Date.now();
40920
+ const f = Date.now(), O = l && !b ? f : a;
40921
40921
  M !== void 0 && this._logs.push({
40922
- message: `[${b0(l && !b ? f : a).format("YYYY-MM-DDTHH:mm:ss.SSSZ")}]: ${M}`,
40922
+ currentTime: O,
40923
+ message: `[${b0(O).format("YYYY-MM-DDTHH:mm:ss.SSSZ")}]:${M}`,
40924
+ originMsg: M,
40923
40925
  time: a,
40924
40926
  id: ra(6),
40925
40927
  barIndex: c,
@@ -49247,18 +49249,20 @@ ${u}`), u;
49247
49249
  if (typeof t == "string" && (i = t), i.startsWith("export")) return;
49248
49250
  const { message: n, formatString: o } = e, { time: a, bar_index: c, _isRealTimeBar: p, __isReqRepeated: b } = this._variables;
49249
49251
  let M = n;
49250
- o && Array.isArray(t) && t.length && (t = t.map((O) => {
49251
- if (typeof O == "object") {
49252
- if (O === null) return "null";
49253
- O != null && O.isArray ? O = `[${O._value.toString()}]` : O = O.toString();
49252
+ o && Array.isArray(t) && t.length && (t = t.map((h) => {
49253
+ if (typeof h == "object") {
49254
+ if (h === null) return "null";
49255
+ h != null && h.isArray ? h = `[${h._value.toString()}]` : h = h.toString();
49254
49256
  }
49255
- return O !== void 0 ? O : "na";
49257
+ return h !== void 0 ? h : "na";
49256
49258
  }), M = this._str.strformat({ formatString: o }, t, !0));
49257
49259
  const { isrealtime: l, barIndex: u } = this._preBar;
49258
49260
  c !== u && (this._preBar = { barIndex: c, isrealtime: p });
49259
- const f = Date.now();
49261
+ const f = Date.now(), O = l && !b ? f : a;
49260
49262
  M !== void 0 && this._logs.push({
49261
- message: `[${b0(l && !b ? f : a).format("YYYY-MM-DDTHH:mm:ss.SSSZ")}]: ${M}`,
49263
+ currentTime: O,
49264
+ message: `[${b0(O).format("YYYY-MM-DDTHH:mm:ss.SSSZ")}]:${M}`,
49265
+ originMsg: M,
49262
49266
  time: a,
49263
49267
  id: ra(6),
49264
49268
  barIndex: c,
@@ -11,6 +11,8 @@ interface ILog {
11
11
  barIndex: number;
12
12
  type: LogType;
13
13
  id: string;
14
+ currentTime: number;
15
+ originMsg: string;
14
16
  }
15
17
  type LogType = 'error' | 'info' | 'warning';
16
18
  export declare class Log {
@@ -11,6 +11,8 @@ interface ILog {
11
11
  barIndex: number;
12
12
  type: LogType;
13
13
  id: string;
14
+ currentTime: number;
15
+ originMsg: string;
14
16
  }
15
17
  type LogType = 'error' | 'info' | 'warning';
16
18
  export declare class Log {
@@ -22496,7 +22496,7 @@ else
22496
22496
  },
22497
22497
  {
22498
22498
  name: "calc_bars_count",
22499
- desc: "如果指定,该函数将仅从商品历史记录的末尾请求此数量的值并计算`expression`,就如同这些值是唯一可用的数据,这在某些情况下可能会提高计算速度。可选。默认值为100,000,这是所有非专业TradingView方案的限制。",
22499
+ desc: "如果指定,该函数将仅从商品历史记录的末尾请求此数量的值并计算`expression`,就如同这些值是唯一可用的数据,这在某些情况下可能会提高计算速度。可选。默认值为10,000",
22500
22500
  allowedTypeIDs: [
22501
22501
  "simple int",
22502
22502
  "input int",
@@ -22674,7 +22674,7 @@ else
22674
22674
  },
22675
22675
  {
22676
22676
  name: "calc_bars_count",
22677
- desc: "如果指定,该函数将仅从商品历史记录的末尾请求此数量的值并计算`expression`,就如同这些值是唯一可用的数据,这在某些情况下可能会提高计算速度。可选。默认值为100,000,这是所有非专业TradingView方案的限制。",
22677
+ desc: "如果指定,该函数将仅从商品历史记录的末尾请求此数量的值并计算`expression`,就如同这些值是唯一可用的数据,这在某些情况下可能会提高计算速度。可选。默认值为10,000",
22678
22678
  allowedTypeIDs: [
22679
22679
  "simple int",
22680
22680
  "input int",
@@ -22735,7 +22735,7 @@ else
22735
22735
  // },
22736
22736
  // {
22737
22737
  // "name": "financial_id",
22738
- // "desc": "财务标识符。您可以在我们的[帮助中心](https://www.tradingview.com/?solution=43000564727)找到可用的 ids 列表。",
22738
+ // "desc": "财务标识符。您可以在我们的[帮助中心](https://www.tradingvue.com/?solution=43000564727)找到可用的 ids 列表。",
22739
22739
  // "required": true,
22740
22740
  // "allowedTypeIDs": [
22741
22741
  // "series string",
@@ -22812,7 +22812,7 @@ else
22812
22812
  // "name": "request.quandl",
22813
22813
  // "desc": [
22814
22814
  // "*注意:*由于NASDAQ Data Link的API变更,该函数已被弃用。对“QUANDL”商品的请求不再有效,并且对它们的请求会返回运行时错误。",
22815
- // "此函数先前提供的部分数据可通过其他源在TradingView上获取,例如“BCHAIN”或“FRED”。使用商品代码搜索根据其描述查找此类数据。可以使用官方[LibraryCOT](https://www.tradingview.com/v/ysFf2OTq/)库请求交易者承诺(COT)数据。",
22815
+ // "此函数先前提供的部分数据可通过其他源在Tradingvue上获取,例如“BCHAIN”或“FRED”。使用商品代码搜索根据其描述查找此类数据。可以使用官方[LibraryCOT](https://www.tradingvue.com/v/ysFf2OTq/)库请求交易者承诺(COT)数据。",
22816
22816
  // "请求商品的[纳斯达克数据连接](https://data.nasdaq.com/)(以前称为Quandl)数据。"
22817
22817
  // ],
22818
22818
  // "args": [
@@ -23798,7 +23798,7 @@ else
23798
23798
  // },
23799
23799
  // {
23800
23800
  // "name": "request_wicks",
23801
- // "desc": "指定是否返回Renko砖的灯芯值。当使用此函数形成的股票代码从商品请求的[true](#const_true)、[high](#var_high)和[low](#var_low)值存在时,将包括烛芯值。当[false](#const_false)、[high](#var_high)和[low](#var_low)始终等于[open](#var_open)或[close](#var_close)时。可选。默认值为[false](#const_false)。有关如何计算Renko烛芯的详细说明,请访问我们的[帮助中心](https://www.tradingview.com/support/solutions/43000481040-what-do-renko-wicks-mean/)。",
23801
+ // "desc": "指定是否返回Renko砖的灯芯值。当使用此函数形成的股票代码从商品请求的[true](#const_true)、[high](#var_high)和[low](#var_low)值存在时,将包括烛芯值。当[false](#const_false)、[high](#var_high)和[low](#var_low)始终等于[open](#var_open)或[close](#var_close)时。可选。默认值为[false](#const_false)。有关如何计算Renko烛芯的详细说明,请访问我们的[帮助中心](https://www.tradingvue.com/support/solutions/43000481040-what-do-renko-wicks-mean/)。",
23802
23802
  // "allowedTypeIDs": [
23803
23803
  // "simple bool",
23804
23804
  // "input bool",
@@ -23903,7 +23903,7 @@ else
23903
23903
  // },
23904
23904
  // {
23905
23905
  // "name": "request_wicks",
23906
- // "desc": "指定是否返回Renko砖的灯芯值。当使用此函数形成的股票代码从商品请求的[true](#const_true)、[high](#var_high)和[low](#var_low)值存在时,将包括烛芯值。当[false](#const_false)、[high](#var_high)和[low](#var_low)始终等于[open](#var_open)或[close](#var_close)时。可选。默认值为[false](#const_false)。有关如何计算Renko烛芯的详细说明,请访问我们的[帮助中心](https://www.tradingview.com/support/solutions/43000481040-what-do-renko-wicks-mean/)。",
23906
+ // "desc": "指定是否返回Renko砖的灯芯值。当使用此函数形成的股票代码从商品请求的[true](#const_true)、[high](#var_high)和[low](#var_low)值存在时,将包括烛芯值。当[false](#const_false)、[high](#var_high)和[low](#var_low)始终等于[open](#var_open)或[close](#var_close)时。可选。默认值为[false](#const_false)。有关如何计算Renko烛芯的详细说明,请访问我们的[帮助中心](https://www.tradingvue.com/support/solutions/43000481040-what-do-renko-wicks-mean/)。",
23907
23907
  // "allowedTypeIDs": [
23908
23908
  // "series bool",
23909
23909
  // "simple bool",
@@ -40927,7 +40927,7 @@ else
40927
40927
  remarks: [
40928
40928
  "`alert()`函数不会在图表上显示信息。",
40929
40929
  "与[alertcondition](#fun_alertcondition)不同,对此函数的调用不计入脚本的绘图计数。此外`alert()`调用允许在本地范围内进行,包括导出库函数的范围。"
40930
- // "请参阅帮助中心的[这篇文章](https://www.tradingview.com/chart/?solution=43000597494),了解有关激活`alert()`调用警报的更多信息。"
40930
+ // "请参阅帮助中心的[这篇文章](https://www.tradingvue.com/chart/?solution=43000597494),了解有关激活`alert()`调用警报的更多信息。"
40931
40931
  ],
40932
40932
  seeAlso: [
40933
40933
  "[alertcondition](#fun_alertcondition)"
@@ -41219,7 +41219,7 @@ else
41219
41219
  // "args": [
41220
41220
  // {
41221
41221
  // "name": "country_code",
41222
- // "desc": "请求经济数据的国家(例如“美国”)或地区(例如“欧盟”)的代码。 [帮助中心文章](https://www.tradingview.com/chart/?solution=43000665359)列出了国家及其代码。可获得信息的国家/地区因指标而异。[每个指标的帮助中心文章](https://www.tradingview.com/support/folders/43000581956-list-of-available-economic-indicators/)列出了该指标适用的国家/地区。",
41222
+ // "desc": "请求经济数据的国家(例如“美国”)或地区(例如“欧盟”)的代码。 [帮助中心文章](https://www.tradingvue.com/chart/?solution=43000665359)列出了国家及其代码。可获得信息的国家/地区因指标而异。[每个指标的帮助中心文章](https://www.tradingvue.com/support/folders/43000581956-list-of-available-economic-indicators/)列出了该指标适用的国家/地区。",
41223
41223
  // "required": true,
41224
41224
  // "allowedTypeIDs": [
41225
41225
  // "series string",
@@ -41231,7 +41231,7 @@ else
41231
41231
  // },
41232
41232
  // {
41233
41233
  // "name": "field",
41234
- // "desc": "请求的经济指标的代码(例如,“GDP”)。 [帮助中心文章](https://www.tradingview.com/chart/?solution=43000665359)列出了指标及其代码。",
41234
+ // "desc": "请求的经济指标的代码(例如,“GDP”)。 [帮助中心文章](https://www.tradingvue.com/chart/?solution=43000665359)列出了指标及其代码。",
41235
41235
  // "required": true,
41236
41236
  // "allowedTypeIDs": [
41237
41237
  // "series string",
@@ -41286,7 +41286,7 @@ else
41286
41286
  // {
41287
41287
  // "name": "request.seed",
41288
41288
  // "desc": [
41289
- // "从用户维护的GitHub存储库请求数据并将其作为系列返回。有关如何添加新数据的深入教程可以在[here](https://github.com/tradingview-eod/mine-seeds-docs)中找到。"
41289
+ // "从用户维护的GitHub存储库请求数据并将其作为系列返回。有关如何添加新数据的深入教程可以在[here](https://github.com/tradingvue-eod/mine-seeds-docs)中找到。"
41290
41290
  // ],
41291
41291
  // "args": [
41292
41292
  // {
@@ -41331,7 +41331,7 @@ else
41331
41331
  // },
41332
41332
  // {
41333
41333
  // "name": "calc_bars_count",
41334
- // "desc": "如果指定,该函数将仅从商品历史记录的末尾请求此数量的值并计算`expression`,就如同这些值是唯一可用的数据,这在某些情况下可能会提高计算速度。可选。默认值为100,000,这是所有非专业TradingView方案的限制。",
41334
+ // "desc": "如果指定,该函数将仅从商品历史记录的末尾请求此数量的值并计算`expression`,就如同这些值是唯一可用的数据,这在某些情况下可能会提高计算速度。可选。默认值为100,000,这是所有非专业Tradingvue方案的限制。",
41335
41335
  // "allowedTypeIDs": [
41336
41336
  // "simple int",
41337
41337
  // "input int",
@@ -1,4 +1,4 @@
1
- import { KEY_LIST as l } from "./index-MkbyGsfc.js";
1
+ import { KEY_LIST as l } from "./index-Cmpj66fE.js";
2
2
  const g = "tccScript", u = {
3
3
  // builtinFunctions: /strategy\.closedtrades\.max_drawdown_percent|strategy\.opentrades\.max_drawdown_percent|strategy\.risk\.max_intraday_filled_orders|strategy\.closedtrades\.max_runup_percent|array\.percentile_linear_interpolation|strategy\.closedtrades\.entry_bar_index|strategy\.opentrades\.max_runup_percent|strategy\.closedtrades\.exit_bar_index|strategy\.closedtrades\.profit_percent|strategy\.closedtrades\.entry_comment|strategy\.opentrades\.entry_bar_index|strategy\.closedtrades\.exit_comment|strategy\.closedtrades\.max_drawdown|strategy\.opentrades\.profit_percent|ta\.percentile_linear_interpolation|strategy\.closedtrades\.entry_price|strategy\.opentrades\.entry_comment|strategy\.closedtrades\.commission|strategy\.closedtrades\.entry_time|strategy\.closedtrades\.exit_price|strategy\.opentrades\.max_drawdown|strategy\.risk\.max_cons_loss_days|strategy\.closedtrades\.exit_time|strategy\.closedtrades\.max_runup|strategy\.opentrades\.entry_price|strategy\.risk\.max_intraday_loss|strategy\.risk\.max_position_size|table\.cell_set_text_font_family|strategy\.closedtrades\.entry_id|strategy\.opentrades\.commission|strategy\.opentrades\.entry_time|array\.binary_search_rightmost|array\.percentile_nearest_rank|strategy\.closedtrades\.exit_id|strategy\.opentrades\.max_runup|array\.binary_search_leftmost|strategy\.closedtrades\.profit|strategy\.opentrades\.entry_id|strategy\.risk\.allow_entry_in|strategy\.convert_to_account|box\.set_bottom_right_point|label\.set_text_font_family|strategy\.closedtrades\.size|strategy\.convert_to_symbol|strategy\.default_entry_qty|strategy\.opentrades\.profit|strategy\.risk\.max_drawdown|ta\.percentile_nearest_rank|table\.cell_set_text_halign|table\.cell_set_text_valign|request\.security_lower_tf|table\.cell_set_text_color|box\.set_text_font_family|strategy\.opentrades\.size|table\.cell_set_text_size|matrix\.is_antisymmetric|box\.set_top_left_point|chart\.point\.from_index|matrix\.is_antidiagonal|table\.cell_set_bgcolor|table\.cell_set_tooltip|table\.set_border_color|table\.set_border_width|timeframe\.from_seconds|chart\.point\.from_time|line\.set_second_point|math\.round_to_mintick|matrix\.elements_count|request\.currency_rate|ta\.pivot_point_levels|table\.cell_set_height|table\.set_frame_color|table\.set_frame_width|box\.set_border_color|box\.set_border_style|box\.set_border_width|line\.set_first_point|matrix\.is_stochastic|matrix\.is_triangular|table\.cell_set_width|timeframe\.in_seconds|array\.binary_search|box\.set_rightbottom|box\.set_text_halign|box\.set_text_valign|color\.from_gradient|label\.set_textalign|label\.set_textcolor|matrix\.eigenvectors|matrix\.is_symmetric|matrix\.swap_columns|strategy\.cancel_all|table\.cell_set_text|array\.new_linefill|array\.sort_indices|box\.set_text_color|linefill\.get_line1|linefill\.get_line2|linefill\.set_color|matrix\.eigenvalues|matrix\.is_diagonal|matrix\.is_identity|strategy\.close_all|table\.set_position|ticker\.pointfigure|array\.lastindexof|array\.percentrank|array\.standardize|box\.set_text_size|box\.set_text_wrap|label\.set_tooltip|matrix\.remove_col|matrix\.remove_row|request\.dividends|request\.financial|table\.merge_cells|table\.set_bgcolor|ticker\.heikinashi|array\.covariance|array\.new_string|chart\.point\.copy|matrix\.is_binary|matrix\.is_square|matrix\.submatrix|matrix\.swap_rows|matrix\.transpose|request\.earnings|request\.economic|request\.security|ticker\.linebreak|timeframe\.change|array\.new_color|array\.new_float|array\.new_label|array\.new_table|box\.set_bgcolor|box\.set_lefttop|chart\.point\.new|chart\.point\.now|input\.text_area|input\.timeframe|label\.set_color|label\.set_point|label\.set_style|line\.set_extend|linefill\.delete|polyline\.delete|str\.format_time|str\.replace_all|strategy\.cancel|ticker\.standard|alertcondition|array\.includes|array\.new_bool|array\.new_line|array\.variance|box\.get_bottom|box\.set_bottom|box\.set_extend|label\.get_text|label\.set_size|label\.set_text|label\.set_xloc|label\.set_yloc|line\.get_price|line\.set_color|line\.set_style|line\.set_width|math\.todegrees|math\.toradians|matrix\.add_col|matrix\.add_row|matrix\.columns|matrix\.is_zero|matrix\.reshape|matrix\.reverse|request\.quandl|request\.splits|str\.startswith|strategy\.close|strategy\.entry|strategy\.order|syminfo\.prefix|syminfo\.ticker|ta\.correlation|ta\.highestbars|ta\.percentrank|ticker\.inherit|array\.indexof|array\.new_box|array\.new_int|array\.reverse|array\.unshift|box\.get_right|box\.set_right|input\.session|line\.set_xloc|matrix\.concat|matrix\.median|max_bars_back|runtime\.error|str\.substring|strategy\.exit|ta\.crossunder|ta\.lowestbars|ta\.supertrend|ticker\.modify|array\.concat|array\.insert|array\.median|array\.remove|box\.get_left|box\.set_left|box\.set_text|input\.source|input\.string|input\.symbol|label\.delete|label\.set_xy|line\.set_xy1|line\.set_xy2|linefill\.new|map\.contains|matrix\.trace|polyline\.new|request\.seed|str\.contains|str\.endswith|str\.tonumber|str\.tostring|ta\.barssince|ta\.crossover|ta\.pivothigh|ta\.valuewhen|table\.delete|ticker\.renko|array\.clear|array\.every|array\.first|array\.range|array\.shift|array\.slice|array\.stdev|box\.get_top|box\.set_top|input\.color|input\.float|input\.price|label\.get_x|label\.get_y|label\.set_x|label\.set_y|line\.delete|line\.get_x1|line\.get_x2|line\.get_y1|line\.get_y2|line\.set_x1|line\.set_x2|line\.set_y1|line\.set_y2|log\.warning|map\.put_all|math\.random|matrix\.copy|matrix\.diff|matrix\.fill|matrix\.kron|matrix\.mode|matrix\.mult|matrix\.pinv|matrix\.rank|matrix\.rows|matrix\.sort|str\.replace|ta\.pivotlow|ta\.variance|table\.clear|ticker\.kagi|array\.copy|array\.fill|array\.from|array\.join|array\.last|array\.mode|array\.push|array\.size|array\.some|array\.sort|box\.delete|dayofmonth|input\.bool|input\.time|label\.copy|map\.remove|map\.values|math\.floor|math\.log10|math\.round|matrix\.avg|matrix\.col|matrix\.det|matrix\.get|matrix\.inv|matrix\.max|matrix\.min|matrix\.new|matrix\.pow|matrix\.row|matrix\.set|matrix\.sum|plotcandle|str\.format|str\.length|ta\.falling|ta\.highest|table\.cell|ticker\.new|time_close|weekofyear|array\.abs|array\.avg|array\.get|array\.max|array\.min|array\.new|array\.pop|array\.set|array\.sum|color\.new|color\.rgb|dayofweek|indicator|input\.int|label\.new|line\.copy|log\.error|map\.clear|math\.acos|math\.asin|math\.atan|input\.enum|math\.ceil|math\.sign|math\.sqrt|plotarrow|plotshape|str\.lower|str\.match|str\.split|str\.upper|ta\.change|ta\.linreg|ta\.lowest|ta\.median|ta\.rising|table\.new|timestamp|barcolor|box\.copy|line\.new|linefill|log\.info|map\.copy|map\.keys|map\.size|math\.abs|math\.avg|math\.cos|math\.exp|math\.log|math\.max|math\.min|math\.pow|math\.sin|math\.sum|math\.tan|plotchar|strategy|ta\.cross|ta\.range|ta\.stdev|ta\.stoch|bgcolor|box\.new|color\.b|color\.g|color\.r|color\.t|library|map\.get|map\.new|map\.put|plotbar|str\.pos|ta\.alma|ta\.macd|ta\.mode|ta\.swma|ta\.vwap|ta\.vwma|fixnan|minute|second|string|ta\.atr|ta\.bbw|ta\.cci|ta\.cmo|ta\.cog|ta\.cum|ta\.dev|ta\.dmi|ta\.ema|ta\.hma|ta\.kcw|ta\.max|ta\.mfi|ta\.min|ta\.mom|ta\.rma|ta\.roc|ta\.rsi|ta\.sar|ta\.sma|ta\.tsi|ta\.wma|ta\.wpr|alert|color|float|hline|input|label|month|ta\.bb|ta\.kc|ta\.tr|table|bool|fill|hour|line|plot|time|year|box|int|na|nz/,
4
4
  builtinFunctions: new RegExp(i(l.functions)),
@@ -11270,7 +11270,7 @@ function pb() {
11270
11270
  case 5:
11271
11271
  return yield import("./index-52FL_9ii.js");
11272
11272
  case 6:
11273
- return yield import("./index-MkbyGsfc.js");
11273
+ return yield import("./index-Cmpj66fE.js");
11274
11274
  }
11275
11275
  });
11276
11276
  }
@@ -11284,7 +11284,7 @@ function Vp() {
11284
11284
  case 5:
11285
11285
  return yield import("./monarchTokens-CoCudhym.js");
11286
11286
  case 6:
11287
- return yield import("./monarchTokens-COqfmzEt.js");
11287
+ return yield import("./monarchTokens-Dy5sY3Hw.js");
11288
11288
  }
11289
11289
  });
11290
11290
  }
@@ -19110,7 +19110,7 @@ function w7() {
19110
19110
  }
19111
19111
  const UA = new Worker(new URL(
19112
19112
  /* @vite-ignore */
19113
- "" + new URL("assets/scriptsRunWorker-DsFQ7FnP.js", import.meta.url).href,
19113
+ "" + new URL("assets/scriptsRunWorker-DbFy-x1n.js", import.meta.url).href,
19114
19114
  import.meta.url
19115
19115
  ), { type: "module", name: "Run MineScript Server" });
19116
19116
  UA.onerror = (M) => {