hlrender 0.0.1

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 (118) hide show
  1. package/_commonjsHelpers-e7ea1525.js +36 -0
  2. package/_plugin-vue_export-helper-dad06003.js +9 -0
  3. package/affix-widget-b6cdaf6f.js +35 -0
  4. package/anchor-link-widget-919ac0ee.js +5 -0
  5. package/anchor-link-widget.vue_vue_type_script_setup_true_name_anchor-link-widget_lang-7df7e7c1.js +35 -0
  6. package/anchor-widget-403fe70f.js +54 -0
  7. package/auto-complete-widget-597d8400.js +71 -0
  8. package/avatar-widget-c56add2d.js +35 -0
  9. package/backtop-widget-65d711e3.js +35 -0
  10. package/badge-widget-f6a08422.js +41 -0
  11. package/baseImp-70f1a9c5.js +11003 -0
  12. package/breadcrumb-widget-3791fbcf.js +76 -0
  13. package/button-widget-b539a793.js +45 -0
  14. package/cache-widget-89624589.js +50 -0
  15. package/card-widget-2890042f.js +109 -0
  16. package/carousel-widget-730618e4.js +72 -0
  17. package/cascader-widget-a364f226.js +94 -0
  18. package/chart-widget-d0b5993c.js +44282 -0
  19. package/checkbox-widget-5f87a8e5.js +76 -0
  20. package/collapse-widget-a654ac45.js +86 -0
  21. package/color-picker-widget-b5b274dd.js +53 -0
  22. package/cont-cell-widget-475412c6.js +8 -0
  23. package/cont-cell-widget.vue_vue_type_script_setup_true_name_cont-cell-widget_lang-9aac0112.js +59 -0
  24. package/cont-widget-defa7dd6.js +42 -0
  25. package/content-wrapper-7ba06bbc.js +14 -0
  26. package/content-wrapper.vue_vue_type_script_setup_true_lang-56dfcc0b.js +37 -0
  27. package/date-picker-range-widget-e528dab6.js +69 -0
  28. package/date-picker-widget-a5d3e5ff.js +75 -0
  29. package/default-slot-widget-09d11567.js +22 -0
  30. package/default-slot-widget.vue_vue_type_script_setup_true_name_default-slot-widget_lang-af9e9fc7.js +59 -0
  31. package/descriptions-widget-9711a62b.js +80 -0
  32. package/dialog-333d3421.js +124 -0
  33. package/dialog-widget-94d8ab5a.js +30 -0
  34. package/divider-widget-b835bbc3.js +35 -0
  35. package/drag-wrapper-227f198f.js +258 -0
  36. package/drawer-widget-3906d028.js +30 -0
  37. package/dropdown-widget-74696f3c.js +89 -0
  38. package/empty-widget-ba5e0039.js +61 -0
  39. package/enum-type-92806e9d.js +207 -0
  40. package/enum-type-be3a0b8b.js +2048 -0
  41. package/expression-63a787db.js +2181 -0
  42. package/feedback-widget-3140f73d.js +23 -0
  43. package/feedback-widget.vue_vue_type_script_setup_true_name_feedback-widget_lang-f8da09d0.js +82 -0
  44. package/field-base-5547436d.js +7 -0
  45. package/file-upload-widget-dcc0425c.js +95 -0
  46. package/form-item-wrapper-849d8a21.js +111 -0
  47. package/form-widget-1dcffd59.js +183 -0
  48. package/grid-col-widget-e6b1455d.js +8 -0
  49. package/grid-col-widget.vue_vue_type_script_setup_true_name_grid-col-widget_lang-ed554759.js +41 -0
  50. package/grid-widget-d7974890.js +43 -0
  51. package/html-text-widget-e13171fa.js +47 -0
  52. package/icon-e9532b43.js +119 -0
  53. package/iframe-widget-dee326a7.js +74 -0
  54. package/image-widget-d417c681.js +61 -0
  55. package/index-28e4bcfb.js +99 -0
  56. package/index-2d29f8d3.js +7233 -0
  57. package/index-ddd23411.js +4884 -0
  58. package/index-f54403db.js +65 -0
  59. package/index-fa19f5d9.js +10568 -0
  60. package/input-number-widget-548743d9.js +63 -0
  61. package/input-widget-81153a08.js +68 -0
  62. package/label-wrapper-13267254.js +12 -0
  63. package/label-wrapper.vue_vue_type_style_index_0_lang-5b455ef8.js +80 -0
  64. package/link-widget-e2aeac9f.js +53 -0
  65. package/ltable-col-widget-ecfe9f02.js +8 -0
  66. package/ltable-col-widget.vue_vue_type_script_setup_true_name_ltable-col-widget_lang-6c231f2e.js +256 -0
  67. package/ltable-widget-d5d81ac2.js +69 -0
  68. package/menu-widget-101389ec.js +93 -0
  69. package/model-widget-84277d11.js +119 -0
  70. package/multirow-3ade8c6e.js +341 -0
  71. package/multirow-widget copy-efbb1e00.js +855 -0
  72. package/multirow-widget-a73fd2b8.js +691 -0
  73. package/package.json +13 -0
  74. package/pagination-widget-12edf5f4.js +78 -0
  75. package/picture-upload-widget-bcef9cc8.js +99 -0
  76. package/progress-widget-f515a118.js +49 -0
  77. package/propresult-e424ed73.js +22 -0
  78. package/radio-widget-78f9cab9.js +76 -0
  79. package/range-widget-904ed0d6.js +71 -0
  80. package/rate-widget-efdab26c.js +53 -0
  81. package/render.es.js +4434 -0
  82. package/render.style.css +11 -0
  83. package/render.umd.js +160496 -0
  84. package/result-widget-b1688641.js +64 -0
  85. package/rich-editor-widget-f1bb90c7.js +74 -0
  86. package/router-widget-920b11e4.js +51 -0
  87. package/select-widget-f3a43687.js +285 -0
  88. package/sfc-b5fb0bca.js +2568 -0
  89. package/share-field-9834aef6.js +688 -0
  90. package/share-file-329736c4.js +121 -0
  91. package/slider-widget-5146c0c3.js +59 -0
  92. package/slot-c6523e8c.js +17 -0
  93. package/static-text-widget-307cd047.js +48 -0
  94. package/steps-widget-70c08c51.js +88 -0
  95. package/subMenu-widget-c1a614ad.js +16 -0
  96. package/subMenu-widget.vue_vue_type_script_setup_true_lang-1896e25e.js +69 -0
  97. package/switch-widget-a103faaa.js +53 -0
  98. package/tab-pane-widget-e7c83114.js +8 -0
  99. package/tab-pane-widget.vue_vue_type_script_setup_true_name_tab-pane-widget_lang-12fa9f12.js +35 -0
  100. package/table-col-widget-f177b82e.js +20 -0
  101. package/table-col-widget.vue_vue_type_script_setup_true_name_table-col-widget_lang-5a1b4f92.js +80 -0
  102. package/table-widget-500902fd.js +160 -0
  103. package/tabs-widget-5e612fc0.js +68 -0
  104. package/tag-widget-8b945443.js +35 -0
  105. package/template-9ade074e.js +251730 -0
  106. package/text-widget-0d93ae9a.js +35 -0
  107. package/textarea-widget-d2464e70.js +53 -0
  108. package/time-picker-range-widget-7d92f5f0.js +55 -0
  109. package/time-picker-widget-3e0cc2c5.js +54 -0
  110. package/time-select-widget-b0b17501.js +54 -0
  111. package/tmpl-widget-b2402ddc.js +89 -0
  112. package/tree-select-widget-13f054e9.js +91 -0
  113. package/tree-widget-8bee698c.js +87 -0
  114. package/uuid-b302db3f.js +192 -0
  115. package/vue3-sfc-loader-b70bdce4.js +34688 -0
  116. package/widget-base-4c2d6265.js +27 -0
  117. package/widget-wrapper.vue_vue_type_script_setup_true_name_form-item-wrapper_lang-d0e116ac.js +277 -0
  118. package/wrapper-widget-4d87e124.js +78 -0
@@ -0,0 +1,2181 @@
1
+ import { r as ue, u as ou, l as qu, v as ee, H as te, x as ne, y as re } from "./template-9ade074e.js";
2
+ import { c as ie } from "./_commonjsHelpers-e7ea1525.js";
3
+ import { k as se, j as ae, y as oe } from "./enum-type-be3a0b8b.js";
4
+ import "./uuid-b302db3f.js";
5
+ var Lu = {}, ju = {};
6
+ const De = "estraverse", le = "ECMAScript JS AST traversal functions", Ae = "https://github.com/estools/estraverse", ce = "estraverse.js", Fe = "4.3.0", Ee = {
7
+ node: ">=4.0"
8
+ }, Ce = [
9
+ {
10
+ name: "Yusuke Suzuki",
11
+ email: "utatane.tea@gmail.com",
12
+ web: "http://github.com/Constellation"
13
+ }
14
+ ], fe = {
15
+ type: "git",
16
+ url: "http://github.com/estools/estraverse.git"
17
+ }, pe = {
18
+ "babel-preset-env": "^1.6.1",
19
+ "babel-register": "^6.3.13",
20
+ chai: "^2.1.1",
21
+ espree: "^1.11.0",
22
+ gulp: "^3.8.10",
23
+ "gulp-bump": "^0.2.2",
24
+ "gulp-filter": "^2.0.0",
25
+ "gulp-git": "^1.0.1",
26
+ "gulp-tag-version": "^1.3.0",
27
+ jshint: "^2.5.6",
28
+ mocha: "^2.1.0"
29
+ }, he = "BSD-2-Clause", Be = {
30
+ test: "npm run-script lint && npm run-script unit-test",
31
+ lint: "jshint estraverse.js",
32
+ "unit-test": "mocha --compilers js:babel-register"
33
+ }, me = {
34
+ name: De,
35
+ description: le,
36
+ homepage: Ae,
37
+ main: ce,
38
+ version: Fe,
39
+ engines: Ee,
40
+ maintainers: Ce,
41
+ repository: fe,
42
+ devDependencies: pe,
43
+ license: he,
44
+ scripts: Be
45
+ };
46
+ (function(A) {
47
+ (function b(i) {
48
+ var L, M, P, h, v, j;
49
+ function U(B) {
50
+ var o = {}, l, a;
51
+ for (l in B)
52
+ B.hasOwnProperty(l) && (a = B[l], typeof a == "object" && a !== null ? o[l] = U(a) : o[l] = a);
53
+ return o;
54
+ }
55
+ function nu(B, o) {
56
+ var l, a, F, g;
57
+ for (a = B.length, F = 0; a; )
58
+ l = a >>> 1, g = F + l, o(B[g]) ? a = l : (F = g + 1, a -= l + 1);
59
+ return F;
60
+ }
61
+ L = {
62
+ AssignmentExpression: "AssignmentExpression",
63
+ AssignmentPattern: "AssignmentPattern",
64
+ ArrayExpression: "ArrayExpression",
65
+ ArrayPattern: "ArrayPattern",
66
+ ArrowFunctionExpression: "ArrowFunctionExpression",
67
+ AwaitExpression: "AwaitExpression",
68
+ // CAUTION: It's deferred to ES7.
69
+ BlockStatement: "BlockStatement",
70
+ BinaryExpression: "BinaryExpression",
71
+ BreakStatement: "BreakStatement",
72
+ CallExpression: "CallExpression",
73
+ CatchClause: "CatchClause",
74
+ ClassBody: "ClassBody",
75
+ ClassDeclaration: "ClassDeclaration",
76
+ ClassExpression: "ClassExpression",
77
+ ComprehensionBlock: "ComprehensionBlock",
78
+ // CAUTION: It's deferred to ES7.
79
+ ComprehensionExpression: "ComprehensionExpression",
80
+ // CAUTION: It's deferred to ES7.
81
+ ConditionalExpression: "ConditionalExpression",
82
+ ContinueStatement: "ContinueStatement",
83
+ DebuggerStatement: "DebuggerStatement",
84
+ DirectiveStatement: "DirectiveStatement",
85
+ DoWhileStatement: "DoWhileStatement",
86
+ EmptyStatement: "EmptyStatement",
87
+ ExportAllDeclaration: "ExportAllDeclaration",
88
+ ExportDefaultDeclaration: "ExportDefaultDeclaration",
89
+ ExportNamedDeclaration: "ExportNamedDeclaration",
90
+ ExportSpecifier: "ExportSpecifier",
91
+ ExpressionStatement: "ExpressionStatement",
92
+ ForStatement: "ForStatement",
93
+ ForInStatement: "ForInStatement",
94
+ ForOfStatement: "ForOfStatement",
95
+ FunctionDeclaration: "FunctionDeclaration",
96
+ FunctionExpression: "FunctionExpression",
97
+ GeneratorExpression: "GeneratorExpression",
98
+ // CAUTION: It's deferred to ES7.
99
+ Identifier: "Identifier",
100
+ IfStatement: "IfStatement",
101
+ ImportExpression: "ImportExpression",
102
+ ImportDeclaration: "ImportDeclaration",
103
+ ImportDefaultSpecifier: "ImportDefaultSpecifier",
104
+ ImportNamespaceSpecifier: "ImportNamespaceSpecifier",
105
+ ImportSpecifier: "ImportSpecifier",
106
+ Literal: "Literal",
107
+ LabeledStatement: "LabeledStatement",
108
+ LogicalExpression: "LogicalExpression",
109
+ MemberExpression: "MemberExpression",
110
+ MetaProperty: "MetaProperty",
111
+ MethodDefinition: "MethodDefinition",
112
+ ModuleSpecifier: "ModuleSpecifier",
113
+ NewExpression: "NewExpression",
114
+ ObjectExpression: "ObjectExpression",
115
+ ObjectPattern: "ObjectPattern",
116
+ Program: "Program",
117
+ Property: "Property",
118
+ RestElement: "RestElement",
119
+ ReturnStatement: "ReturnStatement",
120
+ SequenceExpression: "SequenceExpression",
121
+ SpreadElement: "SpreadElement",
122
+ Super: "Super",
123
+ SwitchStatement: "SwitchStatement",
124
+ SwitchCase: "SwitchCase",
125
+ TaggedTemplateExpression: "TaggedTemplateExpression",
126
+ TemplateElement: "TemplateElement",
127
+ TemplateLiteral: "TemplateLiteral",
128
+ ThisExpression: "ThisExpression",
129
+ ThrowStatement: "ThrowStatement",
130
+ TryStatement: "TryStatement",
131
+ UnaryExpression: "UnaryExpression",
132
+ UpdateExpression: "UpdateExpression",
133
+ VariableDeclaration: "VariableDeclaration",
134
+ VariableDeclarator: "VariableDeclarator",
135
+ WhileStatement: "WhileStatement",
136
+ WithStatement: "WithStatement",
137
+ YieldExpression: "YieldExpression"
138
+ }, P = {
139
+ AssignmentExpression: ["left", "right"],
140
+ AssignmentPattern: ["left", "right"],
141
+ ArrayExpression: ["elements"],
142
+ ArrayPattern: ["elements"],
143
+ ArrowFunctionExpression: ["params", "body"],
144
+ AwaitExpression: ["argument"],
145
+ // CAUTION: It's deferred to ES7.
146
+ BlockStatement: ["body"],
147
+ BinaryExpression: ["left", "right"],
148
+ BreakStatement: ["label"],
149
+ CallExpression: ["callee", "arguments"],
150
+ CatchClause: ["param", "body"],
151
+ ClassBody: ["body"],
152
+ ClassDeclaration: ["id", "superClass", "body"],
153
+ ClassExpression: ["id", "superClass", "body"],
154
+ ComprehensionBlock: ["left", "right"],
155
+ // CAUTION: It's deferred to ES7.
156
+ ComprehensionExpression: ["blocks", "filter", "body"],
157
+ // CAUTION: It's deferred to ES7.
158
+ ConditionalExpression: ["test", "consequent", "alternate"],
159
+ ContinueStatement: ["label"],
160
+ DebuggerStatement: [],
161
+ DirectiveStatement: [],
162
+ DoWhileStatement: ["body", "test"],
163
+ EmptyStatement: [],
164
+ ExportAllDeclaration: ["source"],
165
+ ExportDefaultDeclaration: ["declaration"],
166
+ ExportNamedDeclaration: ["declaration", "specifiers", "source"],
167
+ ExportSpecifier: ["exported", "local"],
168
+ ExpressionStatement: ["expression"],
169
+ ForStatement: ["init", "test", "update", "body"],
170
+ ForInStatement: ["left", "right", "body"],
171
+ ForOfStatement: ["left", "right", "body"],
172
+ FunctionDeclaration: ["id", "params", "body"],
173
+ FunctionExpression: ["id", "params", "body"],
174
+ GeneratorExpression: ["blocks", "filter", "body"],
175
+ // CAUTION: It's deferred to ES7.
176
+ Identifier: [],
177
+ IfStatement: ["test", "consequent", "alternate"],
178
+ ImportExpression: ["source"],
179
+ ImportDeclaration: ["specifiers", "source"],
180
+ ImportDefaultSpecifier: ["local"],
181
+ ImportNamespaceSpecifier: ["local"],
182
+ ImportSpecifier: ["imported", "local"],
183
+ Literal: [],
184
+ LabeledStatement: ["label", "body"],
185
+ LogicalExpression: ["left", "right"],
186
+ MemberExpression: ["object", "property"],
187
+ MetaProperty: ["meta", "property"],
188
+ MethodDefinition: ["key", "value"],
189
+ ModuleSpecifier: [],
190
+ NewExpression: ["callee", "arguments"],
191
+ ObjectExpression: ["properties"],
192
+ ObjectPattern: ["properties"],
193
+ Program: ["body"],
194
+ Property: ["key", "value"],
195
+ RestElement: ["argument"],
196
+ ReturnStatement: ["argument"],
197
+ SequenceExpression: ["expressions"],
198
+ SpreadElement: ["argument"],
199
+ Super: [],
200
+ SwitchStatement: ["discriminant", "cases"],
201
+ SwitchCase: ["test", "consequent"],
202
+ TaggedTemplateExpression: ["tag", "quasi"],
203
+ TemplateElement: [],
204
+ TemplateLiteral: ["quasis", "expressions"],
205
+ ThisExpression: [],
206
+ ThrowStatement: ["argument"],
207
+ TryStatement: ["block", "handler", "finalizer"],
208
+ UnaryExpression: ["argument"],
209
+ UpdateExpression: ["argument"],
210
+ VariableDeclaration: ["declarations"],
211
+ VariableDeclarator: ["id", "init"],
212
+ WhileStatement: ["test", "body"],
213
+ WithStatement: ["object", "body"],
214
+ YieldExpression: ["argument"]
215
+ }, h = {}, v = {}, j = {}, M = {
216
+ Break: h,
217
+ Skip: v,
218
+ Remove: j
219
+ };
220
+ function V(B, o) {
221
+ this.parent = B, this.key = o;
222
+ }
223
+ V.prototype.replace = function(o) {
224
+ this.parent[this.key] = o;
225
+ }, V.prototype.remove = function() {
226
+ return Array.isArray(this.parent) ? (this.parent.splice(this.key, 1), !0) : (this.replace(null), !1);
227
+ };
228
+ function c(B, o, l, a) {
229
+ this.node = B, this.path = o, this.wrap = l, this.ref = a;
230
+ }
231
+ function S() {
232
+ }
233
+ S.prototype.path = function() {
234
+ var o, l, a, F, g, _;
235
+ function y(C, f) {
236
+ if (Array.isArray(f))
237
+ for (a = 0, F = f.length; a < F; ++a)
238
+ C.push(f[a]);
239
+ else
240
+ C.push(f);
241
+ }
242
+ if (!this.__current.path)
243
+ return null;
244
+ for (g = [], o = 2, l = this.__leavelist.length; o < l; ++o)
245
+ _ = this.__leavelist[o], y(g, _.path);
246
+ return y(g, this.__current.path), g;
247
+ }, S.prototype.type = function() {
248
+ var B = this.current();
249
+ return B.type || this.__current.wrap;
250
+ }, S.prototype.parents = function() {
251
+ var o, l, a;
252
+ for (a = [], o = 1, l = this.__leavelist.length; o < l; ++o)
253
+ a.push(this.__leavelist[o].node);
254
+ return a;
255
+ }, S.prototype.current = function() {
256
+ return this.__current.node;
257
+ }, S.prototype.__execute = function(o, l) {
258
+ var a, F;
259
+ return F = void 0, a = this.__current, this.__current = l, this.__state = null, o && (F = o.call(this, l.node, this.__leavelist[this.__leavelist.length - 1].node)), this.__current = a, F;
260
+ }, S.prototype.notify = function(o) {
261
+ this.__state = o;
262
+ }, S.prototype.skip = function() {
263
+ this.notify(v);
264
+ }, S.prototype.break = function() {
265
+ this.notify(h);
266
+ }, S.prototype.remove = function() {
267
+ this.notify(j);
268
+ }, S.prototype.__initialize = function(B, o) {
269
+ this.visitor = o, this.root = B, this.__worklist = [], this.__leavelist = [], this.__current = null, this.__state = null, this.__fallback = null, o.fallback === "iteration" ? this.__fallback = Object.keys : typeof o.fallback == "function" && (this.__fallback = o.fallback), this.__keys = P, o.keys && (this.__keys = Object.assign(Object.create(this.__keys), o.keys));
270
+ };
271
+ function w(B) {
272
+ return B == null ? !1 : typeof B == "object" && typeof B.type == "string";
273
+ }
274
+ function p(B, o) {
275
+ return (B === L.ObjectExpression || B === L.ObjectPattern) && o === "properties";
276
+ }
277
+ S.prototype.traverse = function(o, l) {
278
+ var a, F, g, _, y, C, f, k, q, R, O, T;
279
+ for (this.__initialize(o, l), T = {}, a = this.__worklist, F = this.__leavelist, a.push(new c(o, null, null, null)), F.push(new c(null, null, null, null)); a.length; ) {
280
+ if (g = a.pop(), g === T) {
281
+ if (g = F.pop(), C = this.__execute(l.leave, g), this.__state === h || C === h)
282
+ return;
283
+ continue;
284
+ }
285
+ if (g.node) {
286
+ if (C = this.__execute(l.enter, g), this.__state === h || C === h)
287
+ return;
288
+ if (a.push(T), F.push(g), this.__state === v || C === v)
289
+ continue;
290
+ if (_ = g.node, y = _.type || g.wrap, R = this.__keys[y], !R)
291
+ if (this.__fallback)
292
+ R = this.__fallback(_);
293
+ else
294
+ throw new Error("Unknown node type " + y + ".");
295
+ for (k = R.length; (k -= 1) >= 0; )
296
+ if (f = R[k], O = _[f], !!O)
297
+ if (Array.isArray(O)) {
298
+ for (q = O.length; (q -= 1) >= 0; )
299
+ if (O[q]) {
300
+ if (p(y, R[k]))
301
+ g = new c(O[q], [f, q], "Property", null);
302
+ else if (w(O[q]))
303
+ g = new c(O[q], [f, q], null, null);
304
+ else
305
+ continue;
306
+ a.push(g);
307
+ }
308
+ } else
309
+ w(O) && a.push(new c(O, f, null, null));
310
+ }
311
+ }
312
+ }, S.prototype.replace = function(o, l) {
313
+ var a, F, g, _, y, C, f, k, q, R, O, T, G;
314
+ function uu(m) {
315
+ var iu, lu, su, W;
316
+ if (m.ref.remove()) {
317
+ for (lu = m.ref.key, W = m.ref.parent, iu = a.length; iu--; )
318
+ if (su = a[iu], su.ref && su.ref.parent === W) {
319
+ if (su.ref.key < lu)
320
+ break;
321
+ --su.ref.key;
322
+ }
323
+ }
324
+ }
325
+ for (this.__initialize(o, l), O = {}, a = this.__worklist, F = this.__leavelist, T = {
326
+ root: o
327
+ }, C = new c(o, null, null, new V(T, "root")), a.push(C), F.push(C); a.length; ) {
328
+ if (C = a.pop(), C === O) {
329
+ if (C = F.pop(), y = this.__execute(l.leave, C), y !== void 0 && y !== h && y !== v && y !== j && C.ref.replace(y), (this.__state === j || y === j) && uu(C), this.__state === h || y === h)
330
+ return T.root;
331
+ continue;
332
+ }
333
+ if (y = this.__execute(l.enter, C), y !== void 0 && y !== h && y !== v && y !== j && (C.ref.replace(y), C.node = y), (this.__state === j || y === j) && (uu(C), C.node = null), this.__state === h || y === h)
334
+ return T.root;
335
+ if (g = C.node, !!g && (a.push(O), F.push(C), !(this.__state === v || y === v))) {
336
+ if (_ = g.type || C.wrap, q = this.__keys[_], !q)
337
+ if (this.__fallback)
338
+ q = this.__fallback(g);
339
+ else
340
+ throw new Error("Unknown node type " + _ + ".");
341
+ for (f = q.length; (f -= 1) >= 0; )
342
+ if (G = q[f], R = g[G], !!R)
343
+ if (Array.isArray(R)) {
344
+ for (k = R.length; (k -= 1) >= 0; )
345
+ if (R[k]) {
346
+ if (p(_, q[f]))
347
+ C = new c(R[k], [G, k], "Property", new V(R, k));
348
+ else if (w(R[k]))
349
+ C = new c(R[k], [G, k], null, new V(R, k));
350
+ else
351
+ continue;
352
+ a.push(C);
353
+ }
354
+ } else
355
+ w(R) && a.push(new c(R, G, null, new V(g, G)));
356
+ }
357
+ }
358
+ return T.root;
359
+ };
360
+ function x(B, o) {
361
+ var l = new S();
362
+ return l.traverse(B, o);
363
+ }
364
+ function Z(B, o) {
365
+ var l = new S();
366
+ return l.replace(B, o);
367
+ }
368
+ function ru(B, o) {
369
+ var l;
370
+ return l = nu(o, function(F) {
371
+ return F.range[0] > B.range[0];
372
+ }), B.extendedRange = [B.range[0], B.range[1]], l !== o.length && (B.extendedRange[1] = o[l].range[0]), l -= 1, l >= 0 && (B.extendedRange[0] = o[l].range[1]), B;
373
+ }
374
+ function Fu(B, o, l) {
375
+ var a = [], F, g, _, y;
376
+ if (!B.range)
377
+ throw new Error("attachComments needs range information");
378
+ if (!l.length) {
379
+ if (o.length) {
380
+ for (_ = 0, g = o.length; _ < g; _ += 1)
381
+ F = U(o[_]), F.extendedRange = [0, B.range[0]], a.push(F);
382
+ B.leadingComments = a;
383
+ }
384
+ return B;
385
+ }
386
+ for (_ = 0, g = o.length; _ < g; _ += 1)
387
+ a.push(ru(U(o[_]), l));
388
+ return y = 0, x(B, {
389
+ enter: function(C) {
390
+ for (var f; y < a.length && (f = a[y], !(f.extendedRange[1] > C.range[0])); )
391
+ f.extendedRange[1] === C.range[0] ? (C.leadingComments || (C.leadingComments = []), C.leadingComments.push(f), a.splice(y, 1)) : y += 1;
392
+ if (y === a.length)
393
+ return M.Break;
394
+ if (a[y].extendedRange[0] > C.range[1])
395
+ return M.Skip;
396
+ }
397
+ }), y = 0, x(B, {
398
+ leave: function(C) {
399
+ for (var f; y < a.length && (f = a[y], !(C.range[1] < f.extendedRange[0])); )
400
+ C.range[1] === f.extendedRange[0] ? (C.trailingComments || (C.trailingComments = []), C.trailingComments.push(f), a.splice(y, 1)) : y += 1;
401
+ if (y === a.length)
402
+ return M.Break;
403
+ if (a[y].extendedRange[0] > C.range[1])
404
+ return M.Skip;
405
+ }
406
+ }), B;
407
+ }
408
+ return i.version = me.version, i.Syntax = L, i.traverse = x, i.replace = Z, i.attachComments = Fu, i.VisitorKeys = P, i.VisitorOption = M, i.Controller = S, i.cloneEnvironment = function() {
409
+ return b({});
410
+ }, i;
411
+ })(A);
412
+ })(ju);
413
+ var gu = {}, Su = {}, ge = {
414
+ get exports() {
415
+ return Su;
416
+ },
417
+ set exports(A) {
418
+ Su = A;
419
+ }
420
+ };
421
+ (function() {
422
+ function A(h) {
423
+ if (h == null)
424
+ return !1;
425
+ switch (h.type) {
426
+ case "ArrayExpression":
427
+ case "AssignmentExpression":
428
+ case "BinaryExpression":
429
+ case "CallExpression":
430
+ case "ConditionalExpression":
431
+ case "FunctionExpression":
432
+ case "Identifier":
433
+ case "Literal":
434
+ case "LogicalExpression":
435
+ case "MemberExpression":
436
+ case "NewExpression":
437
+ case "ObjectExpression":
438
+ case "SequenceExpression":
439
+ case "ThisExpression":
440
+ case "UnaryExpression":
441
+ case "UpdateExpression":
442
+ return !0;
443
+ }
444
+ return !1;
445
+ }
446
+ function b(h) {
447
+ if (h == null)
448
+ return !1;
449
+ switch (h.type) {
450
+ case "DoWhileStatement":
451
+ case "ForInStatement":
452
+ case "ForStatement":
453
+ case "WhileStatement":
454
+ return !0;
455
+ }
456
+ return !1;
457
+ }
458
+ function i(h) {
459
+ if (h == null)
460
+ return !1;
461
+ switch (h.type) {
462
+ case "BlockStatement":
463
+ case "BreakStatement":
464
+ case "ContinueStatement":
465
+ case "DebuggerStatement":
466
+ case "DoWhileStatement":
467
+ case "EmptyStatement":
468
+ case "ExpressionStatement":
469
+ case "ForInStatement":
470
+ case "ForStatement":
471
+ case "IfStatement":
472
+ case "LabeledStatement":
473
+ case "ReturnStatement":
474
+ case "SwitchStatement":
475
+ case "ThrowStatement":
476
+ case "TryStatement":
477
+ case "VariableDeclaration":
478
+ case "WhileStatement":
479
+ case "WithStatement":
480
+ return !0;
481
+ }
482
+ return !1;
483
+ }
484
+ function L(h) {
485
+ return i(h) || h != null && h.type === "FunctionDeclaration";
486
+ }
487
+ function M(h) {
488
+ switch (h.type) {
489
+ case "IfStatement":
490
+ return h.alternate != null ? h.alternate : h.consequent;
491
+ case "LabeledStatement":
492
+ case "ForStatement":
493
+ case "ForInStatement":
494
+ case "WhileStatement":
495
+ case "WithStatement":
496
+ return h.body;
497
+ }
498
+ return null;
499
+ }
500
+ function P(h) {
501
+ var v;
502
+ if (h.type !== "IfStatement" || h.alternate == null)
503
+ return !1;
504
+ v = h.consequent;
505
+ do {
506
+ if (v.type === "IfStatement" && v.alternate == null)
507
+ return !0;
508
+ v = M(v);
509
+ } while (v);
510
+ return !1;
511
+ }
512
+ ge.exports = {
513
+ isExpression: A,
514
+ isStatement: i,
515
+ isIterationStatement: b,
516
+ isSourceElement: L,
517
+ isProblematicIfStatement: P,
518
+ trailingStatement: M
519
+ };
520
+ })();
521
+ var yu = {}, de = {
522
+ get exports() {
523
+ return yu;
524
+ },
525
+ set exports(A) {
526
+ yu = A;
527
+ }
528
+ };
529
+ (function() {
530
+ var A, b, i, L, M, P;
531
+ b = {
532
+ // ECMAScript 5.1/Unicode v9.0.0 NonAsciiIdentifierStart:
533
+ NonAsciiIdentifierStart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,
534
+ // ECMAScript 5.1/Unicode v9.0.0 NonAsciiIdentifierPart:
535
+ NonAsciiIdentifierPart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/
536
+ }, A = {
537
+ // ECMAScript 6/Unicode v9.0.0 NonAsciiIdentifierStart:
538
+ NonAsciiIdentifierStart: /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,
539
+ // ECMAScript 6/Unicode v9.0.0 NonAsciiIdentifierPart:
540
+ NonAsciiIdentifierPart: /[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/
541
+ };
542
+ function h(x) {
543
+ return 48 <= x && x <= 57;
544
+ }
545
+ function v(x) {
546
+ return 48 <= x && x <= 57 || // 0..9
547
+ 97 <= x && x <= 102 || // a..f
548
+ 65 <= x && x <= 70;
549
+ }
550
+ function j(x) {
551
+ return x >= 48 && x <= 55;
552
+ }
553
+ i = [
554
+ 5760,
555
+ 8192,
556
+ 8193,
557
+ 8194,
558
+ 8195,
559
+ 8196,
560
+ 8197,
561
+ 8198,
562
+ 8199,
563
+ 8200,
564
+ 8201,
565
+ 8202,
566
+ 8239,
567
+ 8287,
568
+ 12288,
569
+ 65279
570
+ ];
571
+ function U(x) {
572
+ return x === 32 || x === 9 || x === 11 || x === 12 || x === 160 || x >= 5760 && i.indexOf(x) >= 0;
573
+ }
574
+ function nu(x) {
575
+ return x === 10 || x === 13 || x === 8232 || x === 8233;
576
+ }
577
+ function V(x) {
578
+ if (x <= 65535)
579
+ return String.fromCharCode(x);
580
+ var Z = String.fromCharCode(Math.floor((x - 65536) / 1024) + 55296), ru = String.fromCharCode((x - 65536) % 1024 + 56320);
581
+ return Z + ru;
582
+ }
583
+ for (L = new Array(128), P = 0; P < 128; ++P)
584
+ L[P] = P >= 97 && P <= 122 || // a..z
585
+ P >= 65 && P <= 90 || // A..Z
586
+ P === 36 || P === 95;
587
+ for (M = new Array(128), P = 0; P < 128; ++P)
588
+ M[P] = P >= 97 && P <= 122 || // a..z
589
+ P >= 65 && P <= 90 || // A..Z
590
+ P >= 48 && P <= 57 || // 0..9
591
+ P === 36 || P === 95;
592
+ function c(x) {
593
+ return x < 128 ? L[x] : b.NonAsciiIdentifierStart.test(V(x));
594
+ }
595
+ function S(x) {
596
+ return x < 128 ? M[x] : b.NonAsciiIdentifierPart.test(V(x));
597
+ }
598
+ function w(x) {
599
+ return x < 128 ? L[x] : A.NonAsciiIdentifierStart.test(V(x));
600
+ }
601
+ function p(x) {
602
+ return x < 128 ? M[x] : A.NonAsciiIdentifierPart.test(V(x));
603
+ }
604
+ de.exports = {
605
+ isDecimalDigit: h,
606
+ isHexDigit: v,
607
+ isOctalDigit: j,
608
+ isWhiteSpace: U,
609
+ isLineTerminator: nu,
610
+ isIdentifierStartES5: c,
611
+ isIdentifierPartES5: S,
612
+ isIdentifierStartES6: w,
613
+ isIdentifierPartES6: p
614
+ };
615
+ })();
616
+ var xu = {}, ye = {
617
+ get exports() {
618
+ return xu;
619
+ },
620
+ set exports(A) {
621
+ xu = A;
622
+ }
623
+ };
624
+ (function() {
625
+ var A = yu;
626
+ function b(c) {
627
+ switch (c) {
628
+ case "implements":
629
+ case "interface":
630
+ case "package":
631
+ case "private":
632
+ case "protected":
633
+ case "public":
634
+ case "static":
635
+ case "let":
636
+ return !0;
637
+ default:
638
+ return !1;
639
+ }
640
+ }
641
+ function i(c, S) {
642
+ return !S && c === "yield" ? !1 : L(c, S);
643
+ }
644
+ function L(c, S) {
645
+ if (S && b(c))
646
+ return !0;
647
+ switch (c.length) {
648
+ case 2:
649
+ return c === "if" || c === "in" || c === "do";
650
+ case 3:
651
+ return c === "var" || c === "for" || c === "new" || c === "try";
652
+ case 4:
653
+ return c === "this" || c === "else" || c === "case" || c === "void" || c === "with" || c === "enum";
654
+ case 5:
655
+ return c === "while" || c === "break" || c === "catch" || c === "throw" || c === "const" || c === "yield" || c === "class" || c === "super";
656
+ case 6:
657
+ return c === "return" || c === "typeof" || c === "delete" || c === "switch" || c === "export" || c === "import";
658
+ case 7:
659
+ return c === "default" || c === "finally" || c === "extends";
660
+ case 8:
661
+ return c === "function" || c === "continue" || c === "debugger";
662
+ case 10:
663
+ return c === "instanceof";
664
+ default:
665
+ return !1;
666
+ }
667
+ }
668
+ function M(c, S) {
669
+ return c === "null" || c === "true" || c === "false" || i(c, S);
670
+ }
671
+ function P(c, S) {
672
+ return c === "null" || c === "true" || c === "false" || L(c, S);
673
+ }
674
+ function h(c) {
675
+ return c === "eval" || c === "arguments";
676
+ }
677
+ function v(c) {
678
+ var S, w, p;
679
+ if (c.length === 0 || (p = c.charCodeAt(0), !A.isIdentifierStartES5(p)))
680
+ return !1;
681
+ for (S = 1, w = c.length; S < w; ++S)
682
+ if (p = c.charCodeAt(S), !A.isIdentifierPartES5(p))
683
+ return !1;
684
+ return !0;
685
+ }
686
+ function j(c, S) {
687
+ return (c - 55296) * 1024 + (S - 56320) + 65536;
688
+ }
689
+ function U(c) {
690
+ var S, w, p, x, Z;
691
+ if (c.length === 0)
692
+ return !1;
693
+ for (Z = A.isIdentifierStartES6, S = 0, w = c.length; S < w; ++S) {
694
+ if (p = c.charCodeAt(S), 55296 <= p && p <= 56319) {
695
+ if (++S, S >= w || (x = c.charCodeAt(S), !(56320 <= x && x <= 57343)))
696
+ return !1;
697
+ p = j(p, x);
698
+ }
699
+ if (!Z(p))
700
+ return !1;
701
+ Z = A.isIdentifierPartES6;
702
+ }
703
+ return !0;
704
+ }
705
+ function nu(c, S) {
706
+ return v(c) && !M(c, S);
707
+ }
708
+ function V(c, S) {
709
+ return U(c) && !P(c, S);
710
+ }
711
+ ye.exports = {
712
+ isKeywordES5: i,
713
+ isKeywordES6: L,
714
+ isReservedWordES5: M,
715
+ isReservedWordES6: P,
716
+ isRestrictedWord: h,
717
+ isIdentifierNameES5: v,
718
+ isIdentifierNameES6: U,
719
+ isIdentifierES5: nu,
720
+ isIdentifierES6: V
721
+ };
722
+ })();
723
+ (function() {
724
+ gu.ast = Su, gu.code = yu, gu.keyword = xu;
725
+ })();
726
+ const Se = "escodegen", xe = "ECMAScript code generator", be = "http://github.com/estools/escodegen", ve = "escodegen.js", _e = {
727
+ esgenerate: "./bin/esgenerate.js",
728
+ escodegen: "./bin/escodegen.js"
729
+ }, we = [
730
+ "LICENSE.BSD",
731
+ "README.md",
732
+ "bin",
733
+ "escodegen.js",
734
+ "package.json"
735
+ ], ke = "1.14.3", Ie = {
736
+ node: ">=4.0"
737
+ }, Pe = [
738
+ {
739
+ name: "Yusuke Suzuki",
740
+ email: "utatane.tea@gmail.com",
741
+ web: "http://github.com/Constellation"
742
+ }
743
+ ], Te = {
744
+ type: "git",
745
+ url: "http://github.com/estools/escodegen.git"
746
+ }, Re = {
747
+ estraverse: "^4.2.0",
748
+ esutils: "^2.0.2",
749
+ esprima: "^4.0.1",
750
+ optionator: "^0.8.1"
751
+ }, qe = {
752
+ "source-map": "~0.6.1"
753
+ }, Oe = {
754
+ acorn: "^7.1.0",
755
+ bluebird: "^3.4.7",
756
+ "bower-registry-client": "^1.0.0",
757
+ chai: "^3.5.0",
758
+ "commonjs-everywhere": "^0.9.7",
759
+ gulp: "^3.8.10",
760
+ "gulp-eslint": "^3.0.1",
761
+ "gulp-mocha": "^3.0.1",
762
+ semver: "^5.1.0"
763
+ }, Le = "BSD-2-Clause", je = {
764
+ test: "gulp travis",
765
+ "unit-test": "gulp test",
766
+ lint: "gulp lint",
767
+ release: "node tools/release.js",
768
+ "build-min": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",
769
+ build: "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"
770
+ }, Ne = {
771
+ name: Se,
772
+ description: xe,
773
+ homepage: be,
774
+ main: ve,
775
+ bin: _e,
776
+ files: we,
777
+ version: ke,
778
+ engines: Ie,
779
+ maintainers: Pe,
780
+ repository: Te,
781
+ dependencies: Re,
782
+ optionalDependencies: qe,
783
+ devDependencies: Oe,
784
+ license: Le,
785
+ scripts: je
786
+ };
787
+ (function(A) {
788
+ (function() {
789
+ var b, i, L, M, P, h, v, j, U, nu, V, c, S, w, p, x, Z, ru, Fu, B, o, l, a, F, g, _;
790
+ P = ju, h = gu, b = P.Syntax;
791
+ function y(u) {
792
+ return K.Expression.hasOwnProperty(u.type);
793
+ }
794
+ function C(u) {
795
+ return K.Statement.hasOwnProperty(u.type);
796
+ }
797
+ i = {
798
+ Sequence: 0,
799
+ Yield: 1,
800
+ Assignment: 1,
801
+ Conditional: 2,
802
+ ArrowFunction: 2,
803
+ LogicalOR: 3,
804
+ LogicalAND: 4,
805
+ BitwiseOR: 5,
806
+ BitwiseXOR: 6,
807
+ BitwiseAND: 7,
808
+ Equality: 8,
809
+ Relational: 9,
810
+ BitwiseSHIFT: 10,
811
+ Additive: 11,
812
+ Multiplicative: 12,
813
+ Exponentiation: 13,
814
+ Await: 14,
815
+ Unary: 14,
816
+ Postfix: 15,
817
+ Call: 16,
818
+ New: 17,
819
+ TaggedTemplate: 18,
820
+ Member: 19,
821
+ Primary: 20
822
+ }, L = {
823
+ "||": i.LogicalOR,
824
+ "&&": i.LogicalAND,
825
+ "|": i.BitwiseOR,
826
+ "^": i.BitwiseXOR,
827
+ "&": i.BitwiseAND,
828
+ "==": i.Equality,
829
+ "!=": i.Equality,
830
+ "===": i.Equality,
831
+ "!==": i.Equality,
832
+ is: i.Equality,
833
+ isnt: i.Equality,
834
+ "<": i.Relational,
835
+ ">": i.Relational,
836
+ "<=": i.Relational,
837
+ ">=": i.Relational,
838
+ in: i.Relational,
839
+ instanceof: i.Relational,
840
+ "<<": i.BitwiseSHIFT,
841
+ ">>": i.BitwiseSHIFT,
842
+ ">>>": i.BitwiseSHIFT,
843
+ "+": i.Additive,
844
+ "-": i.Additive,
845
+ "*": i.Multiplicative,
846
+ "%": i.Multiplicative,
847
+ "/": i.Multiplicative,
848
+ "**": i.Exponentiation
849
+ };
850
+ var f = 1, k = 1 << 1, q = 1 << 2, R = 1 << 3, O = 1 << 4, T = 1 << 5, G = k | q, uu = f | k, m = f | k | q, iu = f, lu = q, su = f | q, W = f, eu = f | T, hu = 0, Mu = f | O, Wu = f | R;
851
+ function bu() {
852
+ return {
853
+ indent: null,
854
+ base: null,
855
+ parse: null,
856
+ comment: !1,
857
+ format: {
858
+ indent: {
859
+ style: " ",
860
+ base: 0,
861
+ adjustMultilineComment: !1
862
+ },
863
+ newline: `
864
+ `,
865
+ space: " ",
866
+ json: !1,
867
+ renumber: !1,
868
+ hexadecimal: !1,
869
+ quotes: "single",
870
+ escapeless: !1,
871
+ compact: !1,
872
+ parentheses: !0,
873
+ semicolons: !0,
874
+ safeConcatenation: !1,
875
+ preserveBlankLines: !1
876
+ },
877
+ moz: {
878
+ comprehensionExpressionStartsWithAssignment: !1,
879
+ starlessGenerator: !1
880
+ },
881
+ sourceMap: null,
882
+ sourceMapRoot: null,
883
+ sourceMapWithCode: !1,
884
+ directive: !1,
885
+ raw: !0,
886
+ verbatim: null,
887
+ sourceCode: null
888
+ };
889
+ }
890
+ function Au(u, t) {
891
+ var e = "";
892
+ for (t |= 0; t > 0; t >>>= 1, u += u)
893
+ t & 1 && (e += u);
894
+ return e;
895
+ }
896
+ function zu(u) {
897
+ return /[\r\n]/g.test(u);
898
+ }
899
+ function X(u) {
900
+ var t = u.length;
901
+ return t && h.code.isLineTerminator(u.charCodeAt(t - 1));
902
+ }
903
+ function vu(u, t) {
904
+ var e;
905
+ for (e in t)
906
+ t.hasOwnProperty(e) && (u[e] = t[e]);
907
+ return u;
908
+ }
909
+ function Bu(u, t) {
910
+ var e, n;
911
+ function r(s) {
912
+ return typeof s == "object" && s instanceof Object && !(s instanceof RegExp);
913
+ }
914
+ for (e in t)
915
+ t.hasOwnProperty(e) && (n = t[e], r(n) ? r(u[e]) ? Bu(u[e], n) : u[e] = Bu({}, n) : u[e] = n);
916
+ return u;
917
+ }
918
+ function Uu(u) {
919
+ var t, e, n, r, s;
920
+ if (u !== u)
921
+ throw new Error("Numeric literal whose value is NaN");
922
+ if (u < 0 || u === 0 && 1 / u < 0)
923
+ throw new Error("Numeric literal whose value is negative");
924
+ if (u === 1 / 0)
925
+ return U ? "null" : nu ? "1e400" : "1e+400";
926
+ if (t = "" + u, !nu || t.length < 3)
927
+ return t;
928
+ for (e = t.indexOf("."), !U && t.charCodeAt(0) === 48 && e === 1 && (e = 0, t = t.slice(1)), n = t, t = t.replace("e+", "e"), r = 0, (s = n.indexOf("e")) > 0 && (r = +n.slice(s + 1), n = n.slice(0, s)), e >= 0 && (r -= n.length - e - 1, n = +(n.slice(0, e) + n.slice(e + 1)) + ""), s = 0; n.charCodeAt(n.length + s - 1) === 48; )
929
+ --s;
930
+ return s !== 0 && (r -= s, n = n.slice(0, s)), r !== 0 && (n += "e" + r), (n.length < t.length || V && u > 1e12 && Math.floor(u) === u && (n = "0x" + u.toString(16)).length < t.length) && +n === u && (t = n), t;
931
+ }
932
+ function _u(u, t) {
933
+ return (u & -2) === 8232 ? (t ? "u" : "\\u") + (u === 8232 ? "2028" : "2029") : u === 10 || u === 13 ? (t ? "" : "\\") + (u === 10 ? "n" : "r") : String.fromCharCode(u);
934
+ }
935
+ function Vu(u) {
936
+ var t, e, n, r, s, D, E, d;
937
+ if (e = u.toString(), u.source) {
938
+ if (t = e.match(/\/([^/]*)$/), !t)
939
+ return e;
940
+ for (n = t[1], e = "", E = !1, d = !1, r = 0, s = u.source.length; r < s; ++r)
941
+ D = u.source.charCodeAt(r), d ? (e += _u(D, d), d = !1) : (E ? D === 93 && (E = !1) : D === 47 ? e += "\\" : D === 91 && (E = !0), e += _u(D, d), d = D === 92);
942
+ return "/" + e + "/" + n;
943
+ }
944
+ return e;
945
+ }
946
+ function $u(u, t) {
947
+ var e;
948
+ return u === 8 ? "\\b" : u === 12 ? "\\f" : u === 9 ? "\\t" : (e = u.toString(16).toUpperCase(), U || u > 255 ? "\\u" + "0000".slice(e.length) + e : u === 0 && !h.code.isDecimalDigit(t) ? "\\0" : u === 11 ? "\\x0B" : "\\x" + "00".slice(e.length) + e);
949
+ }
950
+ function Ku(u) {
951
+ if (u === 92)
952
+ return "\\\\";
953
+ if (u === 10)
954
+ return "\\n";
955
+ if (u === 13)
956
+ return "\\r";
957
+ if (u === 8232)
958
+ return "\\u2028";
959
+ if (u === 8233)
960
+ return "\\u2029";
961
+ throw new Error("Incorrectly classified character");
962
+ }
963
+ function Gu(u) {
964
+ var t, e, n, r;
965
+ for (r = c === "double" ? '"' : "'", t = 0, e = u.length; t < e; ++t)
966
+ if (n = u.charCodeAt(t), n === 39) {
967
+ r = '"';
968
+ break;
969
+ } else if (n === 34) {
970
+ r = "'";
971
+ break;
972
+ } else
973
+ n === 92 && ++t;
974
+ return r + u + r;
975
+ }
976
+ function Hu(u) {
977
+ var t = "", e, n, r, s = 0, D = 0, E, d;
978
+ for (e = 0, n = u.length; e < n; ++e) {
979
+ if (r = u.charCodeAt(e), r === 39)
980
+ ++s;
981
+ else if (r === 34)
982
+ ++D;
983
+ else if (r === 47 && U)
984
+ t += "\\";
985
+ else if (h.code.isLineTerminator(r) || r === 92) {
986
+ t += Ku(r);
987
+ continue;
988
+ } else if (!h.code.isIdentifierPartES5(r) && (U && r < 32 || !U && !S && (r < 32 || r > 126))) {
989
+ t += $u(r, u.charCodeAt(e + 1));
990
+ continue;
991
+ }
992
+ t += String.fromCharCode(r);
993
+ }
994
+ if (E = !(c === "double" || c === "auto" && D < s), d = E ? "'" : '"', !(E ? s : D))
995
+ return d + t + d;
996
+ for (u = t, t = d, e = 0, n = u.length; e < n; ++e)
997
+ r = u.charCodeAt(e), (r === 39 && E || r === 34 && !E) && (t += "\\"), t += String.fromCharCode(r);
998
+ return t + d;
999
+ }
1000
+ function wu(u) {
1001
+ var t, e, n, r = "";
1002
+ for (t = 0, e = u.length; t < e; ++t)
1003
+ n = u[t], r += Array.isArray(n) ? wu(n) : n;
1004
+ return r;
1005
+ }
1006
+ function z(u, t) {
1007
+ if (!l)
1008
+ return Array.isArray(u) ? wu(u) : u;
1009
+ if (t == null) {
1010
+ if (u instanceof M)
1011
+ return u;
1012
+ t = {};
1013
+ }
1014
+ return t.loc == null ? new M(null, null, l, u, t.name || null) : new M(t.loc.start.line, t.loc.start.column, l === !0 ? t.loc.source || null : l, u, t.name || null);
1015
+ }
1016
+ function J() {
1017
+ return p || " ";
1018
+ }
1019
+ function I(u, t) {
1020
+ var e, n, r, s;
1021
+ return e = z(u).toString(), e.length === 0 ? [t] : (n = z(t).toString(), n.length === 0 ? [u] : (r = e.charCodeAt(e.length - 1), s = n.charCodeAt(0), (r === 43 || r === 45) && r === s || h.code.isIdentifierPartES5(r) && h.code.isIdentifierPartES5(s) || r === 47 && s === 105 ? [u, J(), t] : h.code.isWhiteSpace(r) || h.code.isLineTerminator(r) || h.code.isWhiteSpace(s) || h.code.isLineTerminator(s) ? [u, t] : [u, p, t]));
1022
+ }
1023
+ function Q(u) {
1024
+ return [v, u];
1025
+ }
1026
+ function $(u) {
1027
+ var t;
1028
+ t = v, v += j, u(v), v = t;
1029
+ }
1030
+ function Yu(u) {
1031
+ var t;
1032
+ for (t = u.length - 1; t >= 0 && !h.code.isLineTerminator(u.charCodeAt(t)); --t)
1033
+ ;
1034
+ return u.length - 1 - t;
1035
+ }
1036
+ function Xu(u, t) {
1037
+ var e, n, r, s, D, E, d, N;
1038
+ for (e = u.split(/\r\n|[\r\n]/), E = Number.MAX_VALUE, n = 1, r = e.length; n < r; ++n) {
1039
+ for (s = e[n], D = 0; D < s.length && h.code.isWhiteSpace(s.charCodeAt(D)); )
1040
+ ++D;
1041
+ E > D && (E = D);
1042
+ }
1043
+ for (typeof t < "u" ? (d = v, e[1][E] === "*" && (t += " "), v = t) : (E & 1 && --E, d = v), n = 1, r = e.length; n < r; ++n)
1044
+ N = z(Q(e[n].slice(E))), e[n] = l ? N.join("") : N;
1045
+ return v = d, e.join(`
1046
+ `);
1047
+ }
1048
+ function Du(u, t) {
1049
+ if (u.type === "Line") {
1050
+ if (X(u.value))
1051
+ return "//" + u.value;
1052
+ var e = "//" + u.value;
1053
+ return F || (e += `
1054
+ `), e;
1055
+ }
1056
+ return B.format.indent.adjustMultilineComment && /[\n\r]/.test(u.value) ? Xu("/*" + u.value + "*/", t) : "/*" + u.value + "*/";
1057
+ }
1058
+ function ku(u, t) {
1059
+ var e, n, r, s, D, E, d, N, H, cu, Cu, Tu, Ru, au;
1060
+ if (u.leadingComments && u.leadingComments.length > 0) {
1061
+ if (s = t, F) {
1062
+ for (r = u.leadingComments[0], t = [], N = r.extendedRange, H = r.range, Cu = a.substring(N[0], H[0]), au = (Cu.match(/\n/g) || []).length, au > 0 ? (t.push(Au(`
1063
+ `, au)), t.push(Q(Du(r)))) : (t.push(Cu), t.push(Du(r))), cu = H, e = 1, n = u.leadingComments.length; e < n; e++)
1064
+ r = u.leadingComments[e], H = r.range, Tu = a.substring(cu[1], H[0]), au = (Tu.match(/\n/g) || []).length, t.push(Au(`
1065
+ `, au)), t.push(Q(Du(r))), cu = H;
1066
+ Ru = a.substring(H[1], N[1]), au = (Ru.match(/\n/g) || []).length, t.push(Au(`
1067
+ `, au));
1068
+ } else
1069
+ for (r = u.leadingComments[0], t = [], ru && u.type === b.Program && u.body.length === 0 && t.push(`
1070
+ `), t.push(Du(r)), X(z(t).toString()) || t.push(`
1071
+ `), e = 1, n = u.leadingComments.length; e < n; ++e)
1072
+ r = u.leadingComments[e], d = [Du(r)], X(z(d).toString()) || d.push(`
1073
+ `), t.push(Q(d));
1074
+ t.push(Q(s));
1075
+ }
1076
+ if (u.trailingComments)
1077
+ if (F)
1078
+ r = u.trailingComments[0], N = r.extendedRange, H = r.range, Cu = a.substring(N[0], H[0]), au = (Cu.match(/\n/g) || []).length, au > 0 ? (t.push(Au(`
1079
+ `, au)), t.push(Q(Du(r)))) : (t.push(Cu), t.push(Du(r)));
1080
+ else
1081
+ for (D = !X(z(t).toString()), E = Au(" ", Yu(z([v, t, j]).toString())), e = 0, n = u.trailingComments.length; e < n; ++e)
1082
+ r = u.trailingComments[e], D ? (e === 0 ? t = [t, j] : t = [t, E], t.push(Du(r, E))) : t = [t, Q(Du(r))], e !== n - 1 && !X(z(t).toString()) && (t = [t, `
1083
+ `]);
1084
+ return t;
1085
+ }
1086
+ function Eu(u, t, e) {
1087
+ var n, r = 0;
1088
+ for (n = u; n < t; n++)
1089
+ a[n] === `
1090
+ ` && r++;
1091
+ for (n = 1; n < r; n++)
1092
+ e.push(w);
1093
+ }
1094
+ function Y(u, t, e) {
1095
+ return t < e ? ["(", u, ")"] : u;
1096
+ }
1097
+ function Iu(u) {
1098
+ var t, e, n;
1099
+ for (n = u.split(/\r\n|\n/), t = 1, e = n.length; t < e; t++)
1100
+ n[t] = w + v + n[t];
1101
+ return n;
1102
+ }
1103
+ function Ju(u, t) {
1104
+ var e, n, r;
1105
+ return e = u[B.verbatim], typeof e == "string" ? n = Y(Iu(e), i.Sequence, t) : (n = Iu(e.content), r = e.precedence != null ? e.precedence : i.Sequence, n = Y(n, r, t)), z(n, u);
1106
+ }
1107
+ function K() {
1108
+ }
1109
+ K.prototype.maybeBlock = function(u, t) {
1110
+ var e, n, r = this;
1111
+ return n = !B.comment || !u.leadingComments, u.type === b.BlockStatement && n ? [p, this.generateStatement(u, t)] : u.type === b.EmptyStatement && n ? ";" : ($(function() {
1112
+ e = [
1113
+ w,
1114
+ Q(r.generateStatement(u, t))
1115
+ ];
1116
+ }), e);
1117
+ }, K.prototype.maybeBlockSuffix = function(u, t) {
1118
+ var e = X(z(t).toString());
1119
+ return u.type === b.BlockStatement && (!B.comment || !u.leadingComments) && !e ? [t, p] : e ? [t, v] : [t, w, v];
1120
+ };
1121
+ function tu(u) {
1122
+ return z(u.name, u);
1123
+ }
1124
+ function fu(u, t) {
1125
+ return u.async ? "async" + (t ? J() : p) : "";
1126
+ }
1127
+ function mu(u) {
1128
+ var t = u.generator && !B.moz.starlessGenerator;
1129
+ return t ? "*" + p : "";
1130
+ }
1131
+ function Pu(u) {
1132
+ var t = u.value, e = "";
1133
+ return t.async && (e += fu(t, !u.computed)), t.generator && (e += mu(t) ? "*" : ""), e;
1134
+ }
1135
+ K.prototype.generatePattern = function(u, t, e) {
1136
+ return u.type === b.Identifier ? tu(u) : this.generateExpression(u, t, e);
1137
+ }, K.prototype.generateFunctionParams = function(u) {
1138
+ var t, e, n, r;
1139
+ if (r = !1, u.type === b.ArrowFunctionExpression && !u.rest && (!u.defaults || u.defaults.length === 0) && u.params.length === 1 && u.params[0].type === b.Identifier)
1140
+ n = [fu(u, !0), tu(u.params[0])];
1141
+ else {
1142
+ for (n = u.type === b.ArrowFunctionExpression ? [fu(u, !1)] : [], n.push("("), u.defaults && (r = !0), t = 0, e = u.params.length; t < e; ++t)
1143
+ r && u.defaults[t] ? n.push(this.generateAssignment(u.params[t], u.defaults[t], "=", i.Assignment, m)) : n.push(this.generatePattern(u.params[t], i.Assignment, m)), t + 1 < e && n.push("," + p);
1144
+ u.rest && (u.params.length && n.push("," + p), n.push("..."), n.push(tu(u.rest))), n.push(")");
1145
+ }
1146
+ return n;
1147
+ }, K.prototype.generateFunctionBody = function(u) {
1148
+ var t, e;
1149
+ return t = this.generateFunctionParams(u), u.type === b.ArrowFunctionExpression && (t.push(p), t.push("=>")), u.expression ? (t.push(p), e = this.generateExpression(u.body, i.Assignment, m), e.toString().charAt(0) === "{" && (e = ["(", e, ")"]), t.push(e)) : t.push(this.maybeBlock(u.body, Wu)), t;
1150
+ }, K.prototype.generateIterationForStatement = function(u, t, e) {
1151
+ var n = ["for" + (t.await ? J() + "await" : "") + p + "("], r = this;
1152
+ return $(function() {
1153
+ t.left.type === b.VariableDeclaration ? $(function() {
1154
+ n.push(t.left.kind + J()), n.push(r.generateStatement(t.left.declarations[0], hu));
1155
+ }) : n.push(r.generateExpression(t.left, i.Call, m)), n = I(n, u), n = [I(
1156
+ n,
1157
+ r.generateExpression(t.right, i.Assignment, m)
1158
+ ), ")"];
1159
+ }), n.push(this.maybeBlock(t.body, e)), n;
1160
+ }, K.prototype.generatePropertyKey = function(u, t) {
1161
+ var e = [];
1162
+ return t && e.push("["), e.push(this.generateExpression(u, i.Assignment, m)), t && e.push("]"), e;
1163
+ }, K.prototype.generateAssignment = function(u, t, e, n, r) {
1164
+ return i.Assignment < n && (r |= f), Y(
1165
+ [
1166
+ this.generateExpression(u, i.Call, r),
1167
+ p + e + p,
1168
+ this.generateExpression(t, i.Assignment, r)
1169
+ ],
1170
+ i.Assignment,
1171
+ n
1172
+ );
1173
+ }, K.prototype.semicolon = function(u) {
1174
+ return !Z && u & T ? "" : ";";
1175
+ }, K.Statement = {
1176
+ BlockStatement: function(u, t) {
1177
+ var e, n, r = ["{", w], s = this;
1178
+ return $(function() {
1179
+ u.body.length === 0 && F && (e = u.range, e[1] - e[0] > 2 && (n = a.substring(e[0] + 1, e[1] - 1), n[0] === `
1180
+ ` && (r = ["{"]), r.push(n)));
1181
+ var D, E, d, N;
1182
+ for (N = W, t & R && (N |= O), D = 0, E = u.body.length; D < E; ++D)
1183
+ F && (D === 0 && (u.body[0].leadingComments && (e = u.body[0].leadingComments[0].extendedRange, n = a.substring(e[0], e[1]), n[0] === `
1184
+ ` && (r = ["{"])), u.body[0].leadingComments || Eu(u.range[0], u.body[0].range[0], r)), D > 0 && !u.body[D - 1].trailingComments && !u.body[D].leadingComments && Eu(u.body[D - 1].range[1], u.body[D].range[0], r)), D === E - 1 && (N |= T), u.body[D].leadingComments && F ? d = s.generateStatement(u.body[D], N) : d = Q(s.generateStatement(u.body[D], N)), r.push(d), X(z(d).toString()) || F && D < E - 1 && u.body[D + 1].leadingComments || r.push(w), F && D === E - 1 && (u.body[D].trailingComments || Eu(u.body[D].range[1], u.range[1], r));
1185
+ }), r.push(Q("}")), r;
1186
+ },
1187
+ BreakStatement: function(u, t) {
1188
+ return u.label ? "break " + u.label.name + this.semicolon(t) : "break" + this.semicolon(t);
1189
+ },
1190
+ ContinueStatement: function(u, t) {
1191
+ return u.label ? "continue " + u.label.name + this.semicolon(t) : "continue" + this.semicolon(t);
1192
+ },
1193
+ ClassBody: function(u, t) {
1194
+ var e = ["{", w], n = this;
1195
+ return $(function(r) {
1196
+ var s, D;
1197
+ for (s = 0, D = u.body.length; s < D; ++s)
1198
+ e.push(r), e.push(n.generateExpression(u.body[s], i.Sequence, m)), s + 1 < D && e.push(w);
1199
+ }), X(z(e).toString()) || e.push(w), e.push(v), e.push("}"), e;
1200
+ },
1201
+ ClassDeclaration: function(u, t) {
1202
+ var e, n;
1203
+ return e = ["class"], u.id && (e = I(e, this.generateExpression(u.id, i.Sequence, m))), u.superClass && (n = I("extends", this.generateExpression(u.superClass, i.Unary, m)), e = I(e, n)), e.push(p), e.push(this.generateStatement(u.body, eu)), e;
1204
+ },
1205
+ DirectiveStatement: function(u, t) {
1206
+ return B.raw && u.raw ? u.raw + this.semicolon(t) : Gu(u.directive) + this.semicolon(t);
1207
+ },
1208
+ DoWhileStatement: function(u, t) {
1209
+ var e = I("do", this.maybeBlock(u.body, W));
1210
+ return e = this.maybeBlockSuffix(u.body, e), I(e, [
1211
+ "while" + p + "(",
1212
+ this.generateExpression(u.test, i.Sequence, m),
1213
+ ")" + this.semicolon(t)
1214
+ ]);
1215
+ },
1216
+ CatchClause: function(u, t) {
1217
+ var e, n = this;
1218
+ return $(function() {
1219
+ var r;
1220
+ u.param ? (e = [
1221
+ "catch" + p + "(",
1222
+ n.generateExpression(u.param, i.Sequence, m),
1223
+ ")"
1224
+ ], u.guard && (r = n.generateExpression(u.guard, i.Sequence, m), e.splice(2, 0, " if ", r))) : e = ["catch"];
1225
+ }), e.push(this.maybeBlock(u.body, W)), e;
1226
+ },
1227
+ DebuggerStatement: function(u, t) {
1228
+ return "debugger" + this.semicolon(t);
1229
+ },
1230
+ EmptyStatement: function(u, t) {
1231
+ return ";";
1232
+ },
1233
+ ExportDefaultDeclaration: function(u, t) {
1234
+ var e = ["export"], n;
1235
+ return n = t & T ? eu : W, e = I(e, "default"), C(u.declaration) ? e = I(e, this.generateStatement(u.declaration, n)) : e = I(e, this.generateExpression(u.declaration, i.Assignment, m) + this.semicolon(t)), e;
1236
+ },
1237
+ ExportNamedDeclaration: function(u, t) {
1238
+ var e = ["export"], n, r = this;
1239
+ return n = t & T ? eu : W, u.declaration ? I(e, this.generateStatement(u.declaration, n)) : (u.specifiers && (u.specifiers.length === 0 ? e = I(e, "{" + p + "}") : u.specifiers[0].type === b.ExportBatchSpecifier ? e = I(e, this.generateExpression(u.specifiers[0], i.Sequence, m)) : (e = I(e, "{"), $(function(s) {
1240
+ var D, E;
1241
+ for (e.push(w), D = 0, E = u.specifiers.length; D < E; ++D)
1242
+ e.push(s), e.push(r.generateExpression(u.specifiers[D], i.Sequence, m)), D + 1 < E && e.push("," + w);
1243
+ }), X(z(e).toString()) || e.push(w), e.push(v + "}")), u.source ? e = I(e, [
1244
+ "from" + p,
1245
+ // ModuleSpecifier
1246
+ this.generateExpression(u.source, i.Sequence, m),
1247
+ this.semicolon(t)
1248
+ ]) : e.push(this.semicolon(t))), e);
1249
+ },
1250
+ ExportAllDeclaration: function(u, t) {
1251
+ return [
1252
+ "export" + p,
1253
+ "*" + p,
1254
+ "from" + p,
1255
+ // ModuleSpecifier
1256
+ this.generateExpression(u.source, i.Sequence, m),
1257
+ this.semicolon(t)
1258
+ ];
1259
+ },
1260
+ ExpressionStatement: function(u, t) {
1261
+ var e, n;
1262
+ function r(E) {
1263
+ var d;
1264
+ return E.slice(0, 5) !== "class" ? !1 : (d = E.charCodeAt(5), d === 123 || h.code.isWhiteSpace(d) || h.code.isLineTerminator(d));
1265
+ }
1266
+ function s(E) {
1267
+ var d;
1268
+ return E.slice(0, 8) !== "function" ? !1 : (d = E.charCodeAt(8), d === 40 || h.code.isWhiteSpace(d) || d === 42 || h.code.isLineTerminator(d));
1269
+ }
1270
+ function D(E) {
1271
+ var d, N, H;
1272
+ if (E.slice(0, 5) !== "async" || !h.code.isWhiteSpace(E.charCodeAt(5)))
1273
+ return !1;
1274
+ for (N = 6, H = E.length; N < H && h.code.isWhiteSpace(E.charCodeAt(N)); ++N)
1275
+ ;
1276
+ return N === H || E.slice(N, N + 8) !== "function" ? !1 : (d = E.charCodeAt(N + 8), d === 40 || h.code.isWhiteSpace(d) || d === 42 || h.code.isLineTerminator(d));
1277
+ }
1278
+ return e = [this.generateExpression(u.expression, i.Sequence, m)], n = z(e).toString(), n.charCodeAt(0) === 123 || // ObjectExpression
1279
+ r(n) || s(n) || D(n) || Fu && t & O && u.expression.type === b.Literal && typeof u.expression.value == "string" ? e = ["(", e, ")" + this.semicolon(t)] : e.push(this.semicolon(t)), e;
1280
+ },
1281
+ ImportDeclaration: function(u, t) {
1282
+ var e, n, r = this;
1283
+ return u.specifiers.length === 0 ? [
1284
+ "import",
1285
+ p,
1286
+ // ModuleSpecifier
1287
+ this.generateExpression(u.source, i.Sequence, m),
1288
+ this.semicolon(t)
1289
+ ] : (e = [
1290
+ "import"
1291
+ ], n = 0, u.specifiers[n].type === b.ImportDefaultSpecifier && (e = I(e, [
1292
+ this.generateExpression(u.specifiers[n], i.Sequence, m)
1293
+ ]), ++n), u.specifiers[n] && (n !== 0 && e.push(","), u.specifiers[n].type === b.ImportNamespaceSpecifier ? e = I(e, [
1294
+ p,
1295
+ this.generateExpression(u.specifiers[n], i.Sequence, m)
1296
+ ]) : (e.push(p + "{"), u.specifiers.length - n === 1 ? (e.push(p), e.push(this.generateExpression(u.specifiers[n], i.Sequence, m)), e.push(p + "}" + p)) : ($(function(s) {
1297
+ var D, E;
1298
+ for (e.push(w), D = n, E = u.specifiers.length; D < E; ++D)
1299
+ e.push(s), e.push(r.generateExpression(u.specifiers[D], i.Sequence, m)), D + 1 < E && e.push("," + w);
1300
+ }), X(z(e).toString()) || e.push(w), e.push(v + "}" + p)))), e = I(e, [
1301
+ "from" + p,
1302
+ // ModuleSpecifier
1303
+ this.generateExpression(u.source, i.Sequence, m),
1304
+ this.semicolon(t)
1305
+ ]), e);
1306
+ },
1307
+ VariableDeclarator: function(u, t) {
1308
+ var e = t & f ? m : G;
1309
+ return u.init ? [
1310
+ this.generateExpression(u.id, i.Assignment, e),
1311
+ p,
1312
+ "=",
1313
+ p,
1314
+ this.generateExpression(u.init, i.Assignment, e)
1315
+ ] : this.generatePattern(u.id, i.Assignment, e);
1316
+ },
1317
+ VariableDeclaration: function(u, t) {
1318
+ var e, n, r, s, D, E = this;
1319
+ e = [u.kind], D = t & f ? W : hu;
1320
+ function d() {
1321
+ for (s = u.declarations[0], B.comment && s.leadingComments ? (e.push(`
1322
+ `), e.push(Q(E.generateStatement(s, D)))) : (e.push(J()), e.push(E.generateStatement(s, D))), n = 1, r = u.declarations.length; n < r; ++n)
1323
+ s = u.declarations[n], B.comment && s.leadingComments ? (e.push("," + w), e.push(Q(E.generateStatement(s, D)))) : (e.push("," + p), e.push(E.generateStatement(s, D)));
1324
+ }
1325
+ return u.declarations.length > 1 ? $(d) : d(), e.push(this.semicolon(t)), e;
1326
+ },
1327
+ ThrowStatement: function(u, t) {
1328
+ return [I(
1329
+ "throw",
1330
+ this.generateExpression(u.argument, i.Sequence, m)
1331
+ ), this.semicolon(t)];
1332
+ },
1333
+ TryStatement: function(u, t) {
1334
+ var e, n, r, s;
1335
+ if (e = ["try", this.maybeBlock(u.block, W)], e = this.maybeBlockSuffix(u.block, e), u.handlers)
1336
+ for (n = 0, r = u.handlers.length; n < r; ++n)
1337
+ e = I(e, this.generateStatement(u.handlers[n], W)), (u.finalizer || n + 1 !== r) && (e = this.maybeBlockSuffix(u.handlers[n].body, e));
1338
+ else {
1339
+ for (s = u.guardedHandlers || [], n = 0, r = s.length; n < r; ++n)
1340
+ e = I(e, this.generateStatement(s[n], W)), (u.finalizer || n + 1 !== r) && (e = this.maybeBlockSuffix(s[n].body, e));
1341
+ if (u.handler)
1342
+ if (Array.isArray(u.handler))
1343
+ for (n = 0, r = u.handler.length; n < r; ++n)
1344
+ e = I(e, this.generateStatement(u.handler[n], W)), (u.finalizer || n + 1 !== r) && (e = this.maybeBlockSuffix(u.handler[n].body, e));
1345
+ else
1346
+ e = I(e, this.generateStatement(u.handler, W)), u.finalizer && (e = this.maybeBlockSuffix(u.handler.body, e));
1347
+ }
1348
+ return u.finalizer && (e = I(e, ["finally", this.maybeBlock(u.finalizer, W)])), e;
1349
+ },
1350
+ SwitchStatement: function(u, t) {
1351
+ var e, n, r, s, D, E = this;
1352
+ if ($(function() {
1353
+ e = [
1354
+ "switch" + p + "(",
1355
+ E.generateExpression(u.discriminant, i.Sequence, m),
1356
+ ")" + p + "{" + w
1357
+ ];
1358
+ }), u.cases)
1359
+ for (D = W, r = 0, s = u.cases.length; r < s; ++r)
1360
+ r === s - 1 && (D |= T), n = Q(this.generateStatement(u.cases[r], D)), e.push(n), X(z(n).toString()) || e.push(w);
1361
+ return e.push(Q("}")), e;
1362
+ },
1363
+ SwitchCase: function(u, t) {
1364
+ var e, n, r, s, D, E = this;
1365
+ return $(function() {
1366
+ for (u.test ? e = [
1367
+ I("case", E.generateExpression(u.test, i.Sequence, m)),
1368
+ ":"
1369
+ ] : e = ["default:"], r = 0, s = u.consequent.length, s && u.consequent[0].type === b.BlockStatement && (n = E.maybeBlock(u.consequent[0], W), e.push(n), r = 1), r !== s && !X(z(e).toString()) && e.push(w), D = W; r < s; ++r)
1370
+ r === s - 1 && t & T && (D |= T), n = Q(E.generateStatement(u.consequent[r], D)), e.push(n), r + 1 !== s && !X(z(n).toString()) && e.push(w);
1371
+ }), e;
1372
+ },
1373
+ IfStatement: function(u, t) {
1374
+ var e, n, r, s = this;
1375
+ return $(function() {
1376
+ e = [
1377
+ "if" + p + "(",
1378
+ s.generateExpression(u.test, i.Sequence, m),
1379
+ ")"
1380
+ ];
1381
+ }), r = t & T, n = W, r && (n |= T), u.alternate ? (e.push(this.maybeBlock(u.consequent, W)), e = this.maybeBlockSuffix(u.consequent, e), u.alternate.type === b.IfStatement ? e = I(e, ["else ", this.generateStatement(u.alternate, n)]) : e = I(e, I("else", this.maybeBlock(u.alternate, n)))) : e.push(this.maybeBlock(u.consequent, n)), e;
1382
+ },
1383
+ ForStatement: function(u, t) {
1384
+ var e, n = this;
1385
+ return $(function() {
1386
+ e = ["for" + p + "("], u.init ? u.init.type === b.VariableDeclaration ? e.push(n.generateStatement(u.init, hu)) : (e.push(n.generateExpression(u.init, i.Sequence, G)), e.push(";")) : e.push(";"), u.test && (e.push(p), e.push(n.generateExpression(u.test, i.Sequence, m))), e.push(";"), u.update && (e.push(p), e.push(n.generateExpression(u.update, i.Sequence, m))), e.push(")");
1387
+ }), e.push(this.maybeBlock(u.body, t & T ? eu : W)), e;
1388
+ },
1389
+ ForInStatement: function(u, t) {
1390
+ return this.generateIterationForStatement("in", u, t & T ? eu : W);
1391
+ },
1392
+ ForOfStatement: function(u, t) {
1393
+ return this.generateIterationForStatement("of", u, t & T ? eu : W);
1394
+ },
1395
+ LabeledStatement: function(u, t) {
1396
+ return [u.label.name + ":", this.maybeBlock(u.body, t & T ? eu : W)];
1397
+ },
1398
+ Program: function(u, t) {
1399
+ var e, n, r, s, D;
1400
+ for (s = u.body.length, e = [ru && s > 0 ? `
1401
+ ` : ""], D = Mu, r = 0; r < s; ++r)
1402
+ !ru && r === s - 1 && (D |= T), F && (r === 0 && (u.body[0].leadingComments || Eu(u.range[0], u.body[r].range[0], e)), r > 0 && !u.body[r - 1].trailingComments && !u.body[r].leadingComments && Eu(u.body[r - 1].range[1], u.body[r].range[0], e)), n = Q(this.generateStatement(u.body[r], D)), e.push(n), r + 1 < s && !X(z(n).toString()) && (F && u.body[r + 1].leadingComments || e.push(w)), F && r === s - 1 && (u.body[r].trailingComments || Eu(u.body[r].range[1], u.range[1], e));
1403
+ return e;
1404
+ },
1405
+ FunctionDeclaration: function(u, t) {
1406
+ return [
1407
+ fu(u, !0),
1408
+ "function",
1409
+ mu(u) || J(),
1410
+ u.id ? tu(u.id) : "",
1411
+ this.generateFunctionBody(u)
1412
+ ];
1413
+ },
1414
+ ReturnStatement: function(u, t) {
1415
+ return u.argument ? [I(
1416
+ "return",
1417
+ this.generateExpression(u.argument, i.Sequence, m)
1418
+ ), this.semicolon(t)] : ["return" + this.semicolon(t)];
1419
+ },
1420
+ WhileStatement: function(u, t) {
1421
+ var e, n = this;
1422
+ return $(function() {
1423
+ e = [
1424
+ "while" + p + "(",
1425
+ n.generateExpression(u.test, i.Sequence, m),
1426
+ ")"
1427
+ ];
1428
+ }), e.push(this.maybeBlock(u.body, t & T ? eu : W)), e;
1429
+ },
1430
+ WithStatement: function(u, t) {
1431
+ var e, n = this;
1432
+ return $(function() {
1433
+ e = [
1434
+ "with" + p + "(",
1435
+ n.generateExpression(u.object, i.Sequence, m),
1436
+ ")"
1437
+ ];
1438
+ }), e.push(this.maybeBlock(u.body, t & T ? eu : W)), e;
1439
+ }
1440
+ }, vu(K.prototype, K.Statement), K.Expression = {
1441
+ SequenceExpression: function(u, t, e) {
1442
+ var n, r, s;
1443
+ for (i.Sequence < t && (e |= f), n = [], r = 0, s = u.expressions.length; r < s; ++r)
1444
+ n.push(this.generateExpression(u.expressions[r], i.Assignment, e)), r + 1 < s && n.push("," + p);
1445
+ return Y(n, i.Sequence, t);
1446
+ },
1447
+ AssignmentExpression: function(u, t, e) {
1448
+ return this.generateAssignment(u.left, u.right, u.operator, t, e);
1449
+ },
1450
+ ArrowFunctionExpression: function(u, t, e) {
1451
+ return Y(this.generateFunctionBody(u), i.ArrowFunction, t);
1452
+ },
1453
+ ConditionalExpression: function(u, t, e) {
1454
+ return i.Conditional < t && (e |= f), Y(
1455
+ [
1456
+ this.generateExpression(u.test, i.LogicalOR, e),
1457
+ p + "?" + p,
1458
+ this.generateExpression(u.consequent, i.Assignment, e),
1459
+ p + ":" + p,
1460
+ this.generateExpression(u.alternate, i.Assignment, e)
1461
+ ],
1462
+ i.Conditional,
1463
+ t
1464
+ );
1465
+ },
1466
+ LogicalExpression: function(u, t, e) {
1467
+ return this.BinaryExpression(u, t, e);
1468
+ },
1469
+ BinaryExpression: function(u, t, e) {
1470
+ var n, r, s, D, E, d;
1471
+ return D = L[u.operator], r = u.operator === "**" ? i.Postfix : D, s = u.operator === "**" ? D : D + 1, D < t && (e |= f), E = this.generateExpression(u.left, r, e), d = E.toString(), d.charCodeAt(d.length - 1) === 47 && h.code.isIdentifierPartES5(u.operator.charCodeAt(0)) ? n = [E, J(), u.operator] : n = I(E, u.operator), E = this.generateExpression(u.right, s, e), u.operator === "/" && E.toString().charAt(0) === "/" || u.operator.slice(-1) === "<" && E.toString().slice(0, 3) === "!--" ? (n.push(J()), n.push(E)) : n = I(n, E), u.operator === "in" && !(e & f) ? ["(", n, ")"] : Y(n, D, t);
1472
+ },
1473
+ CallExpression: function(u, t, e) {
1474
+ var n, r, s;
1475
+ for (n = [this.generateExpression(u.callee, i.Call, uu)], n.push("("), r = 0, s = u.arguments.length; r < s; ++r)
1476
+ n.push(this.generateExpression(u.arguments[r], i.Assignment, m)), r + 1 < s && n.push("," + p);
1477
+ return n.push(")"), e & k ? Y(n, i.Call, t) : ["(", n, ")"];
1478
+ },
1479
+ NewExpression: function(u, t, e) {
1480
+ var n, r, s, D, E;
1481
+ if (r = u.arguments.length, E = e & q && !x && r === 0 ? su : iu, n = I(
1482
+ "new",
1483
+ this.generateExpression(u.callee, i.New, E)
1484
+ ), !(e & q) || x || r > 0) {
1485
+ for (n.push("("), s = 0, D = r; s < D; ++s)
1486
+ n.push(this.generateExpression(u.arguments[s], i.Assignment, m)), s + 1 < D && n.push("," + p);
1487
+ n.push(")");
1488
+ }
1489
+ return Y(n, i.New, t);
1490
+ },
1491
+ MemberExpression: function(u, t, e) {
1492
+ var n, r;
1493
+ return n = [this.generateExpression(u.object, i.Call, e & k ? uu : iu)], u.computed ? (n.push("["), n.push(this.generateExpression(u.property, i.Sequence, e & k ? m : su)), n.push("]")) : (u.object.type === b.Literal && typeof u.object.value == "number" && (r = z(n).toString(), r.indexOf(".") < 0 && !/[eExX]/.test(r) && h.code.isDecimalDigit(r.charCodeAt(r.length - 1)) && !(r.length >= 2 && r.charCodeAt(0) === 48) && n.push(" ")), n.push("."), n.push(tu(u.property))), Y(n, i.Member, t);
1494
+ },
1495
+ MetaProperty: function(u, t, e) {
1496
+ var n;
1497
+ return n = [], n.push(typeof u.meta == "string" ? u.meta : tu(u.meta)), n.push("."), n.push(typeof u.property == "string" ? u.property : tu(u.property)), Y(n, i.Member, t);
1498
+ },
1499
+ UnaryExpression: function(u, t, e) {
1500
+ var n, r, s, D, E;
1501
+ return r = this.generateExpression(u.argument, i.Unary, m), p === "" ? n = I(u.operator, r) : (n = [u.operator], u.operator.length > 2 ? n = I(n, r) : (D = z(n).toString(), E = D.charCodeAt(D.length - 1), s = r.toString().charCodeAt(0), ((E === 43 || E === 45) && E === s || h.code.isIdentifierPartES5(E) && h.code.isIdentifierPartES5(s)) && n.push(J()), n.push(r))), Y(n, i.Unary, t);
1502
+ },
1503
+ YieldExpression: function(u, t, e) {
1504
+ var n;
1505
+ return u.delegate ? n = "yield*" : n = "yield", u.argument && (n = I(
1506
+ n,
1507
+ this.generateExpression(u.argument, i.Yield, m)
1508
+ )), Y(n, i.Yield, t);
1509
+ },
1510
+ AwaitExpression: function(u, t, e) {
1511
+ var n = I(
1512
+ u.all ? "await*" : "await",
1513
+ this.generateExpression(u.argument, i.Await, m)
1514
+ );
1515
+ return Y(n, i.Await, t);
1516
+ },
1517
+ UpdateExpression: function(u, t, e) {
1518
+ return u.prefix ? Y(
1519
+ [
1520
+ u.operator,
1521
+ this.generateExpression(u.argument, i.Unary, m)
1522
+ ],
1523
+ i.Unary,
1524
+ t
1525
+ ) : Y(
1526
+ [
1527
+ this.generateExpression(u.argument, i.Postfix, m),
1528
+ u.operator
1529
+ ],
1530
+ i.Postfix,
1531
+ t
1532
+ );
1533
+ },
1534
+ FunctionExpression: function(u, t, e) {
1535
+ var n = [
1536
+ fu(u, !0),
1537
+ "function"
1538
+ ];
1539
+ return u.id ? (n.push(mu(u) || J()), n.push(tu(u.id))) : n.push(mu(u) || p), n.push(this.generateFunctionBody(u)), n;
1540
+ },
1541
+ ArrayPattern: function(u, t, e) {
1542
+ return this.ArrayExpression(u, t, e, !0);
1543
+ },
1544
+ ArrayExpression: function(u, t, e, n) {
1545
+ var r, s, D = this;
1546
+ return u.elements.length ? (s = n ? !1 : u.elements.length > 1, r = ["[", s ? w : ""], $(function(E) {
1547
+ var d, N;
1548
+ for (d = 0, N = u.elements.length; d < N; ++d)
1549
+ u.elements[d] ? (r.push(s ? E : ""), r.push(D.generateExpression(u.elements[d], i.Assignment, m))) : (s && r.push(E), d + 1 === N && r.push(",")), d + 1 < N && r.push("," + (s ? w : p));
1550
+ }), s && !X(z(r).toString()) && r.push(w), r.push(s ? v : ""), r.push("]"), r) : "[]";
1551
+ },
1552
+ RestElement: function(u, t, e) {
1553
+ return "..." + this.generatePattern(u.argument);
1554
+ },
1555
+ ClassExpression: function(u, t, e) {
1556
+ var n, r;
1557
+ return n = ["class"], u.id && (n = I(n, this.generateExpression(u.id, i.Sequence, m))), u.superClass && (r = I("extends", this.generateExpression(u.superClass, i.Unary, m)), n = I(n, r)), n.push(p), n.push(this.generateStatement(u.body, eu)), n;
1558
+ },
1559
+ MethodDefinition: function(u, t, e) {
1560
+ var n, r;
1561
+ return u.static ? n = ["static" + p] : n = [], u.kind === "get" || u.kind === "set" ? r = [
1562
+ I(u.kind, this.generatePropertyKey(u.key, u.computed)),
1563
+ this.generateFunctionBody(u.value)
1564
+ ] : r = [
1565
+ Pu(u),
1566
+ this.generatePropertyKey(u.key, u.computed),
1567
+ this.generateFunctionBody(u.value)
1568
+ ], I(n, r);
1569
+ },
1570
+ Property: function(u, t, e) {
1571
+ return u.kind === "get" || u.kind === "set" ? [
1572
+ u.kind,
1573
+ J(),
1574
+ this.generatePropertyKey(u.key, u.computed),
1575
+ this.generateFunctionBody(u.value)
1576
+ ] : u.shorthand ? u.value.type === "AssignmentPattern" ? this.AssignmentPattern(u.value, i.Sequence, m) : this.generatePropertyKey(u.key, u.computed) : u.method ? [
1577
+ Pu(u),
1578
+ this.generatePropertyKey(u.key, u.computed),
1579
+ this.generateFunctionBody(u.value)
1580
+ ] : [
1581
+ this.generatePropertyKey(u.key, u.computed),
1582
+ ":" + p,
1583
+ this.generateExpression(u.value, i.Assignment, m)
1584
+ ];
1585
+ },
1586
+ ObjectExpression: function(u, t, e) {
1587
+ var n, r, s, D = this;
1588
+ return u.properties.length ? (n = u.properties.length > 1, $(function() {
1589
+ s = D.generateExpression(u.properties[0], i.Sequence, m);
1590
+ }), !n && !zu(z(s).toString()) ? ["{", p, s, p, "}"] : ($(function(E) {
1591
+ var d, N;
1592
+ if (r = ["{", w, E, s], n)
1593
+ for (r.push("," + w), d = 1, N = u.properties.length; d < N; ++d)
1594
+ r.push(E), r.push(D.generateExpression(u.properties[d], i.Sequence, m)), d + 1 < N && r.push("," + w);
1595
+ }), X(z(r).toString()) || r.push(w), r.push(v), r.push("}"), r)) : "{}";
1596
+ },
1597
+ AssignmentPattern: function(u, t, e) {
1598
+ return this.generateAssignment(u.left, u.right, "=", t, e);
1599
+ },
1600
+ ObjectPattern: function(u, t, e) {
1601
+ var n, r, s, D, E, d = this;
1602
+ if (!u.properties.length)
1603
+ return "{}";
1604
+ if (D = !1, u.properties.length === 1)
1605
+ E = u.properties[0], E.type === b.Property && E.value.type !== b.Identifier && (D = !0);
1606
+ else
1607
+ for (r = 0, s = u.properties.length; r < s; ++r)
1608
+ if (E = u.properties[r], E.type === b.Property && !E.shorthand) {
1609
+ D = !0;
1610
+ break;
1611
+ }
1612
+ return n = ["{", D ? w : ""], $(function(N) {
1613
+ var H, cu;
1614
+ for (H = 0, cu = u.properties.length; H < cu; ++H)
1615
+ n.push(D ? N : ""), n.push(d.generateExpression(u.properties[H], i.Sequence, m)), H + 1 < cu && n.push("," + (D ? w : p));
1616
+ }), D && !X(z(n).toString()) && n.push(w), n.push(D ? v : ""), n.push("}"), n;
1617
+ },
1618
+ ThisExpression: function(u, t, e) {
1619
+ return "this";
1620
+ },
1621
+ Super: function(u, t, e) {
1622
+ return "super";
1623
+ },
1624
+ Identifier: function(u, t, e) {
1625
+ return tu(u);
1626
+ },
1627
+ ImportDefaultSpecifier: function(u, t, e) {
1628
+ return tu(u.id || u.local);
1629
+ },
1630
+ ImportNamespaceSpecifier: function(u, t, e) {
1631
+ var n = ["*"], r = u.id || u.local;
1632
+ return r && n.push(p + "as" + J() + tu(r)), n;
1633
+ },
1634
+ ImportSpecifier: function(u, t, e) {
1635
+ var n = u.imported, r = [n.name], s = u.local;
1636
+ return s && s.name !== n.name && r.push(J() + "as" + J() + tu(s)), r;
1637
+ },
1638
+ ExportSpecifier: function(u, t, e) {
1639
+ var n = u.local, r = [n.name], s = u.exported;
1640
+ return s && s.name !== n.name && r.push(J() + "as" + J() + tu(s)), r;
1641
+ },
1642
+ Literal: function(u, t, e) {
1643
+ var n;
1644
+ if (u.hasOwnProperty("raw") && o && B.raw)
1645
+ try {
1646
+ if (n = o(u.raw).body[0].expression, n.type === b.Literal && n.value === u.value)
1647
+ return u.raw;
1648
+ } catch {
1649
+ }
1650
+ return u.regex ? "/" + u.regex.pattern + "/" + u.regex.flags : u.value === null ? "null" : typeof u.value == "string" ? Hu(u.value) : typeof u.value == "number" ? Uu(u.value) : typeof u.value == "boolean" ? u.value ? "true" : "false" : Vu(u.value);
1651
+ },
1652
+ GeneratorExpression: function(u, t, e) {
1653
+ return this.ComprehensionExpression(u, t, e);
1654
+ },
1655
+ ComprehensionExpression: function(u, t, e) {
1656
+ var n, r, s, D, E = this;
1657
+ return n = u.type === b.GeneratorExpression ? ["("] : ["["], B.moz.comprehensionExpressionStartsWithAssignment && (D = this.generateExpression(u.body, i.Assignment, m), n.push(D)), u.blocks && $(function() {
1658
+ for (r = 0, s = u.blocks.length; r < s; ++r)
1659
+ D = E.generateExpression(u.blocks[r], i.Sequence, m), r > 0 || B.moz.comprehensionExpressionStartsWithAssignment ? n = I(n, D) : n.push(D);
1660
+ }), u.filter && (n = I(n, "if" + p), D = this.generateExpression(u.filter, i.Sequence, m), n = I(n, ["(", D, ")"])), B.moz.comprehensionExpressionStartsWithAssignment || (D = this.generateExpression(u.body, i.Assignment, m), n = I(n, D)), n.push(u.type === b.GeneratorExpression ? ")" : "]"), n;
1661
+ },
1662
+ ComprehensionBlock: function(u, t, e) {
1663
+ var n;
1664
+ return u.left.type === b.VariableDeclaration ? n = [
1665
+ u.left.kind,
1666
+ J(),
1667
+ this.generateStatement(u.left.declarations[0], hu)
1668
+ ] : n = this.generateExpression(u.left, i.Call, m), n = I(n, u.of ? "of" : "in"), n = I(n, this.generateExpression(u.right, i.Sequence, m)), ["for" + p + "(", n, ")"];
1669
+ },
1670
+ SpreadElement: function(u, t, e) {
1671
+ return [
1672
+ "...",
1673
+ this.generateExpression(u.argument, i.Assignment, m)
1674
+ ];
1675
+ },
1676
+ TaggedTemplateExpression: function(u, t, e) {
1677
+ var n = uu;
1678
+ e & k || (n = iu);
1679
+ var r = [
1680
+ this.generateExpression(u.tag, i.Call, n),
1681
+ this.generateExpression(u.quasi, i.Primary, lu)
1682
+ ];
1683
+ return Y(r, i.TaggedTemplate, t);
1684
+ },
1685
+ TemplateElement: function(u, t, e) {
1686
+ return u.value.raw;
1687
+ },
1688
+ TemplateLiteral: function(u, t, e) {
1689
+ var n, r, s;
1690
+ for (n = ["`"], r = 0, s = u.quasis.length; r < s; ++r)
1691
+ n.push(this.generateExpression(u.quasis[r], i.Primary, m)), r + 1 < s && (n.push("${" + p), n.push(this.generateExpression(u.expressions[r], i.Sequence, m)), n.push(p + "}"));
1692
+ return n.push("`"), n;
1693
+ },
1694
+ ModuleSpecifier: function(u, t, e) {
1695
+ return this.Literal(u, t, e);
1696
+ },
1697
+ ImportExpression: function(u, t, e) {
1698
+ return Y([
1699
+ "import(",
1700
+ this.generateExpression(u.source, i.Assignment, m),
1701
+ ")"
1702
+ ], i.Call, t);
1703
+ }
1704
+ }, vu(K.prototype, K.Expression), K.prototype.generateExpression = function(u, t, e) {
1705
+ var n, r;
1706
+ return r = u.type || b.Property, B.verbatim && u.hasOwnProperty(B.verbatim) ? Ju(u, t) : (n = this[r](u, t, e), B.comment && (n = ku(u, n)), z(n, u));
1707
+ }, K.prototype.generateStatement = function(u, t) {
1708
+ var e, n;
1709
+ return e = this[u.type](u, t), B.comment && (e = ku(u, e)), n = z(e).toString(), u.type === b.Program && !ru && w === "" && n.charAt(n.length - 1) === `
1710
+ ` && (e = l ? z(e).replaceRight(/\s+$/, "") : n.replace(/\s+$/, "")), z(e, u);
1711
+ };
1712
+ function Qu(u) {
1713
+ var t;
1714
+ if (t = new K(), C(u))
1715
+ return t.generateStatement(u, W);
1716
+ if (y(u))
1717
+ return t.generateExpression(u, i.Sequence, m);
1718
+ throw new Error("Unknown node type: " + u.type);
1719
+ }
1720
+ function Zu(u, t) {
1721
+ var e = bu(), n, r;
1722
+ return t != null ? (typeof t.indent == "string" && (e.format.indent.style = t.indent), typeof t.base == "number" && (e.format.indent.base = t.base), t = Bu(e, t), j = t.format.indent.style, typeof t.base == "string" ? v = t.base : v = Au(j, t.format.indent.base)) : (t = e, j = t.format.indent.style, v = Au(j, t.format.indent.base)), U = t.format.json, nu = t.format.renumber, V = U ? !1 : t.format.hexadecimal, c = U ? "double" : t.format.quotes, S = t.format.escapeless, w = t.format.newline, p = t.format.space, t.format.compact && (w = p = j = v = ""), x = t.format.parentheses, Z = t.format.semicolons, ru = t.format.safeConcatenation, Fu = t.directive, o = U ? null : t.parse, l = t.sourceMap, a = t.sourceCode, F = t.format.preserveBlankLines && a !== null, B = t, l && (A.browser ? M = ie.sourceMap.SourceNode : M = ue().SourceNode), n = Qu(u), l ? (r = n.toStringWithSourceMap({
1723
+ file: t.file,
1724
+ sourceRoot: t.sourceMapRoot
1725
+ }), t.sourceContent && r.map.setSourceContent(
1726
+ t.sourceMap,
1727
+ t.sourceContent
1728
+ ), t.sourceMapWithCode ? r : r.map.toString()) : (r = { code: n.toString(), map: null }, t.sourceMapWithCode ? r : r.code);
1729
+ }
1730
+ g = {
1731
+ indent: {
1732
+ style: "",
1733
+ base: 0
1734
+ },
1735
+ renumber: !0,
1736
+ hexadecimal: !0,
1737
+ quotes: "auto",
1738
+ escapeless: !0,
1739
+ compact: !0,
1740
+ parentheses: !1,
1741
+ semicolons: !1
1742
+ }, _ = bu().format, A.version = Ne.version, A.generate = Zu, A.attachComments = P.attachComments, A.Precedence = Bu({}, i), A.browser = !1, A.FORMAT_MINIFY = g, A.FORMAT_DEFAULTS = _;
1743
+ })();
1744
+ })(Lu);
1745
+ var Nu = {};
1746
+ (function(A) {
1747
+ (function b(i) {
1748
+ var L, M, P, h, v, j;
1749
+ function U(o) {
1750
+ var l = {}, a, F;
1751
+ for (a in o)
1752
+ o.hasOwnProperty(a) && (F = o[a], typeof F == "object" && F !== null ? l[a] = U(F) : l[a] = F);
1753
+ return l;
1754
+ }
1755
+ function nu(o, l) {
1756
+ var a, F, g, _;
1757
+ for (F = o.length, g = 0; F; )
1758
+ a = F >>> 1, _ = g + a, l(o[_]) ? F = a : (g = _ + 1, F -= a + 1);
1759
+ return g;
1760
+ }
1761
+ L = {
1762
+ AssignmentExpression: "AssignmentExpression",
1763
+ AssignmentPattern: "AssignmentPattern",
1764
+ ArrayExpression: "ArrayExpression",
1765
+ ArrayPattern: "ArrayPattern",
1766
+ ArrowFunctionExpression: "ArrowFunctionExpression",
1767
+ AwaitExpression: "AwaitExpression",
1768
+ // CAUTION: It's deferred to ES7.
1769
+ BlockStatement: "BlockStatement",
1770
+ BinaryExpression: "BinaryExpression",
1771
+ BreakStatement: "BreakStatement",
1772
+ CallExpression: "CallExpression",
1773
+ CatchClause: "CatchClause",
1774
+ ChainExpression: "ChainExpression",
1775
+ ClassBody: "ClassBody",
1776
+ ClassDeclaration: "ClassDeclaration",
1777
+ ClassExpression: "ClassExpression",
1778
+ ComprehensionBlock: "ComprehensionBlock",
1779
+ // CAUTION: It's deferred to ES7.
1780
+ ComprehensionExpression: "ComprehensionExpression",
1781
+ // CAUTION: It's deferred to ES7.
1782
+ ConditionalExpression: "ConditionalExpression",
1783
+ ContinueStatement: "ContinueStatement",
1784
+ DebuggerStatement: "DebuggerStatement",
1785
+ DirectiveStatement: "DirectiveStatement",
1786
+ DoWhileStatement: "DoWhileStatement",
1787
+ EmptyStatement: "EmptyStatement",
1788
+ ExportAllDeclaration: "ExportAllDeclaration",
1789
+ ExportDefaultDeclaration: "ExportDefaultDeclaration",
1790
+ ExportNamedDeclaration: "ExportNamedDeclaration",
1791
+ ExportSpecifier: "ExportSpecifier",
1792
+ ExpressionStatement: "ExpressionStatement",
1793
+ ForStatement: "ForStatement",
1794
+ ForInStatement: "ForInStatement",
1795
+ ForOfStatement: "ForOfStatement",
1796
+ FunctionDeclaration: "FunctionDeclaration",
1797
+ FunctionExpression: "FunctionExpression",
1798
+ GeneratorExpression: "GeneratorExpression",
1799
+ // CAUTION: It's deferred to ES7.
1800
+ Identifier: "Identifier",
1801
+ IfStatement: "IfStatement",
1802
+ ImportExpression: "ImportExpression",
1803
+ ImportDeclaration: "ImportDeclaration",
1804
+ ImportDefaultSpecifier: "ImportDefaultSpecifier",
1805
+ ImportNamespaceSpecifier: "ImportNamespaceSpecifier",
1806
+ ImportSpecifier: "ImportSpecifier",
1807
+ Literal: "Literal",
1808
+ LabeledStatement: "LabeledStatement",
1809
+ LogicalExpression: "LogicalExpression",
1810
+ MemberExpression: "MemberExpression",
1811
+ MetaProperty: "MetaProperty",
1812
+ MethodDefinition: "MethodDefinition",
1813
+ ModuleSpecifier: "ModuleSpecifier",
1814
+ NewExpression: "NewExpression",
1815
+ ObjectExpression: "ObjectExpression",
1816
+ ObjectPattern: "ObjectPattern",
1817
+ PrivateIdentifier: "PrivateIdentifier",
1818
+ Program: "Program",
1819
+ Property: "Property",
1820
+ PropertyDefinition: "PropertyDefinition",
1821
+ RestElement: "RestElement",
1822
+ ReturnStatement: "ReturnStatement",
1823
+ SequenceExpression: "SequenceExpression",
1824
+ SpreadElement: "SpreadElement",
1825
+ Super: "Super",
1826
+ SwitchStatement: "SwitchStatement",
1827
+ SwitchCase: "SwitchCase",
1828
+ TaggedTemplateExpression: "TaggedTemplateExpression",
1829
+ TemplateElement: "TemplateElement",
1830
+ TemplateLiteral: "TemplateLiteral",
1831
+ ThisExpression: "ThisExpression",
1832
+ ThrowStatement: "ThrowStatement",
1833
+ TryStatement: "TryStatement",
1834
+ UnaryExpression: "UnaryExpression",
1835
+ UpdateExpression: "UpdateExpression",
1836
+ VariableDeclaration: "VariableDeclaration",
1837
+ VariableDeclarator: "VariableDeclarator",
1838
+ WhileStatement: "WhileStatement",
1839
+ WithStatement: "WithStatement",
1840
+ YieldExpression: "YieldExpression"
1841
+ }, P = {
1842
+ AssignmentExpression: ["left", "right"],
1843
+ AssignmentPattern: ["left", "right"],
1844
+ ArrayExpression: ["elements"],
1845
+ ArrayPattern: ["elements"],
1846
+ ArrowFunctionExpression: ["params", "body"],
1847
+ AwaitExpression: ["argument"],
1848
+ // CAUTION: It's deferred to ES7.
1849
+ BlockStatement: ["body"],
1850
+ BinaryExpression: ["left", "right"],
1851
+ BreakStatement: ["label"],
1852
+ CallExpression: ["callee", "arguments"],
1853
+ CatchClause: ["param", "body"],
1854
+ ChainExpression: ["expression"],
1855
+ ClassBody: ["body"],
1856
+ ClassDeclaration: ["id", "superClass", "body"],
1857
+ ClassExpression: ["id", "superClass", "body"],
1858
+ ComprehensionBlock: ["left", "right"],
1859
+ // CAUTION: It's deferred to ES7.
1860
+ ComprehensionExpression: ["blocks", "filter", "body"],
1861
+ // CAUTION: It's deferred to ES7.
1862
+ ConditionalExpression: ["test", "consequent", "alternate"],
1863
+ ContinueStatement: ["label"],
1864
+ DebuggerStatement: [],
1865
+ DirectiveStatement: [],
1866
+ DoWhileStatement: ["body", "test"],
1867
+ EmptyStatement: [],
1868
+ ExportAllDeclaration: ["source"],
1869
+ ExportDefaultDeclaration: ["declaration"],
1870
+ ExportNamedDeclaration: ["declaration", "specifiers", "source"],
1871
+ ExportSpecifier: ["exported", "local"],
1872
+ ExpressionStatement: ["expression"],
1873
+ ForStatement: ["init", "test", "update", "body"],
1874
+ ForInStatement: ["left", "right", "body"],
1875
+ ForOfStatement: ["left", "right", "body"],
1876
+ FunctionDeclaration: ["id", "params", "body"],
1877
+ FunctionExpression: ["id", "params", "body"],
1878
+ GeneratorExpression: ["blocks", "filter", "body"],
1879
+ // CAUTION: It's deferred to ES7.
1880
+ Identifier: [],
1881
+ IfStatement: ["test", "consequent", "alternate"],
1882
+ ImportExpression: ["source"],
1883
+ ImportDeclaration: ["specifiers", "source"],
1884
+ ImportDefaultSpecifier: ["local"],
1885
+ ImportNamespaceSpecifier: ["local"],
1886
+ ImportSpecifier: ["imported", "local"],
1887
+ Literal: [],
1888
+ LabeledStatement: ["label", "body"],
1889
+ LogicalExpression: ["left", "right"],
1890
+ MemberExpression: ["object", "property"],
1891
+ MetaProperty: ["meta", "property"],
1892
+ MethodDefinition: ["key", "value"],
1893
+ ModuleSpecifier: [],
1894
+ NewExpression: ["callee", "arguments"],
1895
+ ObjectExpression: ["properties"],
1896
+ ObjectPattern: ["properties"],
1897
+ PrivateIdentifier: [],
1898
+ Program: ["body"],
1899
+ Property: ["key", "value"],
1900
+ PropertyDefinition: ["key", "value"],
1901
+ RestElement: ["argument"],
1902
+ ReturnStatement: ["argument"],
1903
+ SequenceExpression: ["expressions"],
1904
+ SpreadElement: ["argument"],
1905
+ Super: [],
1906
+ SwitchStatement: ["discriminant", "cases"],
1907
+ SwitchCase: ["test", "consequent"],
1908
+ TaggedTemplateExpression: ["tag", "quasi"],
1909
+ TemplateElement: [],
1910
+ TemplateLiteral: ["quasis", "expressions"],
1911
+ ThisExpression: [],
1912
+ ThrowStatement: ["argument"],
1913
+ TryStatement: ["block", "handler", "finalizer"],
1914
+ UnaryExpression: ["argument"],
1915
+ UpdateExpression: ["argument"],
1916
+ VariableDeclaration: ["declarations"],
1917
+ VariableDeclarator: ["id", "init"],
1918
+ WhileStatement: ["test", "body"],
1919
+ WithStatement: ["object", "body"],
1920
+ YieldExpression: ["argument"]
1921
+ }, h = {}, v = {}, j = {}, M = {
1922
+ Break: h,
1923
+ Skip: v,
1924
+ Remove: j
1925
+ };
1926
+ function V(o, l) {
1927
+ this.parent = o, this.key = l;
1928
+ }
1929
+ V.prototype.replace = function(l) {
1930
+ this.parent[this.key] = l;
1931
+ }, V.prototype.remove = function() {
1932
+ return Array.isArray(this.parent) ? (this.parent.splice(this.key, 1), !0) : (this.replace(null), !1);
1933
+ };
1934
+ function c(o, l, a, F) {
1935
+ this.node = o, this.path = l, this.wrap = a, this.ref = F;
1936
+ }
1937
+ function S() {
1938
+ }
1939
+ S.prototype.path = function() {
1940
+ var l, a, F, g, _, y;
1941
+ function C(f, k) {
1942
+ if (Array.isArray(k))
1943
+ for (F = 0, g = k.length; F < g; ++F)
1944
+ f.push(k[F]);
1945
+ else
1946
+ f.push(k);
1947
+ }
1948
+ if (!this.__current.path)
1949
+ return null;
1950
+ for (_ = [], l = 2, a = this.__leavelist.length; l < a; ++l)
1951
+ y = this.__leavelist[l], C(_, y.path);
1952
+ return C(_, this.__current.path), _;
1953
+ }, S.prototype.type = function() {
1954
+ var o = this.current();
1955
+ return o.type || this.__current.wrap;
1956
+ }, S.prototype.parents = function() {
1957
+ var l, a, F;
1958
+ for (F = [], l = 1, a = this.__leavelist.length; l < a; ++l)
1959
+ F.push(this.__leavelist[l].node);
1960
+ return F;
1961
+ }, S.prototype.current = function() {
1962
+ return this.__current.node;
1963
+ }, S.prototype.__execute = function(l, a) {
1964
+ var F, g;
1965
+ return g = void 0, F = this.__current, this.__current = a, this.__state = null, l && (g = l.call(this, a.node, this.__leavelist[this.__leavelist.length - 1].node)), this.__current = F, g;
1966
+ }, S.prototype.notify = function(l) {
1967
+ this.__state = l;
1968
+ }, S.prototype.skip = function() {
1969
+ this.notify(v);
1970
+ }, S.prototype.break = function() {
1971
+ this.notify(h);
1972
+ }, S.prototype.remove = function() {
1973
+ this.notify(j);
1974
+ }, S.prototype.__initialize = function(o, l) {
1975
+ this.visitor = l, this.root = o, this.__worklist = [], this.__leavelist = [], this.__current = null, this.__state = null, this.__fallback = null, l.fallback === "iteration" ? this.__fallback = Object.keys : typeof l.fallback == "function" && (this.__fallback = l.fallback), this.__keys = P, l.keys && (this.__keys = Object.assign(Object.create(this.__keys), l.keys));
1976
+ };
1977
+ function w(o) {
1978
+ return o == null ? !1 : typeof o == "object" && typeof o.type == "string";
1979
+ }
1980
+ function p(o, l) {
1981
+ return (o === L.ObjectExpression || o === L.ObjectPattern) && l === "properties";
1982
+ }
1983
+ function x(o, l) {
1984
+ for (var a = o.length - 1; a >= 0; --a)
1985
+ if (o[a].node === l)
1986
+ return !0;
1987
+ return !1;
1988
+ }
1989
+ S.prototype.traverse = function(l, a) {
1990
+ var F, g, _, y, C, f, k, q, R, O, T, G;
1991
+ for (this.__initialize(l, a), G = {}, F = this.__worklist, g = this.__leavelist, F.push(new c(l, null, null, null)), g.push(new c(null, null, null, null)); F.length; ) {
1992
+ if (_ = F.pop(), _ === G) {
1993
+ if (_ = g.pop(), f = this.__execute(a.leave, _), this.__state === h || f === h)
1994
+ return;
1995
+ continue;
1996
+ }
1997
+ if (_.node) {
1998
+ if (f = this.__execute(a.enter, _), this.__state === h || f === h)
1999
+ return;
2000
+ if (F.push(G), g.push(_), this.__state === v || f === v)
2001
+ continue;
2002
+ if (y = _.node, C = y.type || _.wrap, O = this.__keys[C], !O)
2003
+ if (this.__fallback)
2004
+ O = this.__fallback(y);
2005
+ else
2006
+ throw new Error("Unknown node type " + C + ".");
2007
+ for (q = O.length; (q -= 1) >= 0; )
2008
+ if (k = O[q], T = y[k], !!T) {
2009
+ if (Array.isArray(T)) {
2010
+ for (R = T.length; (R -= 1) >= 0; )
2011
+ if (T[R] && !x(g, T[R])) {
2012
+ if (p(C, O[q]))
2013
+ _ = new c(T[R], [k, R], "Property", null);
2014
+ else if (w(T[R]))
2015
+ _ = new c(T[R], [k, R], null, null);
2016
+ else
2017
+ continue;
2018
+ F.push(_);
2019
+ }
2020
+ } else if (w(T)) {
2021
+ if (x(g, T))
2022
+ continue;
2023
+ F.push(new c(T, k, null, null));
2024
+ }
2025
+ }
2026
+ }
2027
+ }
2028
+ }, S.prototype.replace = function(l, a) {
2029
+ var F, g, _, y, C, f, k, q, R, O, T, G, uu;
2030
+ function m(iu) {
2031
+ var lu, su, W, eu;
2032
+ if (iu.ref.remove()) {
2033
+ for (su = iu.ref.key, eu = iu.ref.parent, lu = F.length; lu--; )
2034
+ if (W = F[lu], W.ref && W.ref.parent === eu) {
2035
+ if (W.ref.key < su)
2036
+ break;
2037
+ --W.ref.key;
2038
+ }
2039
+ }
2040
+ }
2041
+ for (this.__initialize(l, a), T = {}, F = this.__worklist, g = this.__leavelist, G = {
2042
+ root: l
2043
+ }, f = new c(l, null, null, new V(G, "root")), F.push(f), g.push(f); F.length; ) {
2044
+ if (f = F.pop(), f === T) {
2045
+ if (f = g.pop(), C = this.__execute(a.leave, f), C !== void 0 && C !== h && C !== v && C !== j && f.ref.replace(C), (this.__state === j || C === j) && m(f), this.__state === h || C === h)
2046
+ return G.root;
2047
+ continue;
2048
+ }
2049
+ if (C = this.__execute(a.enter, f), C !== void 0 && C !== h && C !== v && C !== j && (f.ref.replace(C), f.node = C), (this.__state === j || C === j) && (m(f), f.node = null), this.__state === h || C === h)
2050
+ return G.root;
2051
+ if (_ = f.node, !!_ && (F.push(T), g.push(f), !(this.__state === v || C === v))) {
2052
+ if (y = _.type || f.wrap, R = this.__keys[y], !R)
2053
+ if (this.__fallback)
2054
+ R = this.__fallback(_);
2055
+ else
2056
+ throw new Error("Unknown node type " + y + ".");
2057
+ for (k = R.length; (k -= 1) >= 0; )
2058
+ if (uu = R[k], O = _[uu], !!O)
2059
+ if (Array.isArray(O)) {
2060
+ for (q = O.length; (q -= 1) >= 0; )
2061
+ if (O[q]) {
2062
+ if (p(y, R[k]))
2063
+ f = new c(O[q], [uu, q], "Property", new V(O, q));
2064
+ else if (w(O[q]))
2065
+ f = new c(O[q], [uu, q], null, new V(O, q));
2066
+ else
2067
+ continue;
2068
+ F.push(f);
2069
+ }
2070
+ } else
2071
+ w(O) && F.push(new c(O, uu, null, new V(_, uu)));
2072
+ }
2073
+ }
2074
+ return G.root;
2075
+ };
2076
+ function Z(o, l) {
2077
+ var a = new S();
2078
+ return a.traverse(o, l);
2079
+ }
2080
+ function ru(o, l) {
2081
+ var a = new S();
2082
+ return a.replace(o, l);
2083
+ }
2084
+ function Fu(o, l) {
2085
+ var a;
2086
+ return a = nu(l, function(g) {
2087
+ return g.range[0] > o.range[0];
2088
+ }), o.extendedRange = [o.range[0], o.range[1]], a !== l.length && (o.extendedRange[1] = l[a].range[0]), a -= 1, a >= 0 && (o.extendedRange[0] = l[a].range[1]), o;
2089
+ }
2090
+ function B(o, l, a) {
2091
+ var F = [], g, _, y, C;
2092
+ if (!o.range)
2093
+ throw new Error("attachComments needs range information");
2094
+ if (!a.length) {
2095
+ if (l.length) {
2096
+ for (y = 0, _ = l.length; y < _; y += 1)
2097
+ g = U(l[y]), g.extendedRange = [0, o.range[0]], F.push(g);
2098
+ o.leadingComments = F;
2099
+ }
2100
+ return o;
2101
+ }
2102
+ for (y = 0, _ = l.length; y < _; y += 1)
2103
+ F.push(Fu(U(l[y]), a));
2104
+ return C = 0, Z(o, {
2105
+ enter: function(f) {
2106
+ for (var k; C < F.length && (k = F[C], !(k.extendedRange[1] > f.range[0])); )
2107
+ k.extendedRange[1] === f.range[0] ? (f.leadingComments || (f.leadingComments = []), f.leadingComments.push(k), F.splice(C, 1)) : C += 1;
2108
+ if (C === F.length)
2109
+ return M.Break;
2110
+ if (F[C].extendedRange[0] > f.range[1])
2111
+ return M.Skip;
2112
+ }
2113
+ }), C = 0, Z(o, {
2114
+ leave: function(f) {
2115
+ for (var k; C < F.length && (k = F[C], !(f.range[1] < k.extendedRange[0])); )
2116
+ f.range[1] === k.extendedRange[0] ? (f.trailingComments || (f.trailingComments = []), f.trailingComments.push(k), F.splice(C, 1)) : C += 1;
2117
+ if (C === F.length)
2118
+ return M.Break;
2119
+ if (F[C].extendedRange[0] > f.range[1])
2120
+ return M.Skip;
2121
+ }
2122
+ }), o;
2123
+ }
2124
+ return i.Syntax = L, i.traverse = Z, i.replace = ru, i.attachComments = B, i.VisitorKeys = P, i.VisitorOption = M, i.Controller = S, i.cloneEnvironment = function() {
2125
+ return b({});
2126
+ }, i;
2127
+ })(A);
2128
+ })(Nu);
2129
+ const du = (A, b = !1, i = " ") => A == null ? void 0 : A.map((L) => pu(L, b)).join(i), Ou = (A, b) => b ? `(FROMJSON '${A}')` : A, pu = (A, b = !1) => {
2130
+ var i;
2131
+ return (A == null ? void 0 : A.type) === ou.Syntax.Literal ? A.raw : (A == null ? void 0 : A.type) === ou.Syntax.Identifier ? A.name : A.type === ou.Syntax.ExpressionStatement ? pu(A.expression, void 0) : (A == null ? void 0 : A.type) === ou.Syntax.CallExpression ? `(${(i = A.callee) == null ? void 0 : i.name} ${du(A.arguments, !0)})` : (A == null ? void 0 : A.type) === ou.Syntax.UnaryExpression ? `${A.operator}${pu(A == null ? void 0 : A.argument)}` : (A == null ? void 0 : A.type) === ou.Syntax.ObjectExpression ? Ou(`{${du(A == null ? void 0 : A.properties, b, ",")}}`, b) : (A == null ? void 0 : A.type) === ou.Syntax.ArrayExpression ? Ou(`[${du(A.elements, b, ",")}]`, b) : (A == null ? void 0 : A.type) === ou.Syntax.Property ? `${pu(A == null ? void 0 : A.key)}:${pu(A == null ? void 0 : A.value)}` : "";
2132
+ }, Me = (A) => {
2133
+ var i, L, M, P, h, v;
2134
+ if (A.type === ou.Syntax.CallExpression) {
2135
+ let j = se(A.arguments);
2136
+ var b = ["GETCHECKEDNAMES", "GETCHECKEDNAME"];
2137
+ if (b.includes((i = A.callee) == null ? void 0 : i.name)) {
2138
+ const U = (L = A.arguments) == null ? void 0 : L[0];
2139
+ j[0].name = `${U.name}${qu.checkedOptions}`;
2140
+ }
2141
+ if (b.includes((P = (M = A.callee) == null ? void 0 : M.property) == null ? void 0 : P.name)) {
2142
+ const U = (h = A.arguments) == null ? void 0 : h[0];
2143
+ j[0].property.name = `${(v = U == null ? void 0 : U.property) == null ? void 0 : v.name}${qu.checkedOptions}`;
2144
+ }
2145
+ A.arguments = j;
2146
+ }
2147
+ return A;
2148
+ }, We = (A) => {
2149
+ var b = ne(A), i = du(b.body);
2150
+ i.startsWith("(") && (i = i.substring(1)), i.endsWith(")") && (i = i.substring(0, i.length - 1));
2151
+ var L = re(b.body);
2152
+ return { expression: i, funcname: L };
2153
+ };
2154
+ function ze(A, b) {
2155
+ try {
2156
+ const i = ou.parseScript(A);
2157
+ return Nu.traverse(i, {
2158
+ enter(L) {
2159
+ L = b(L);
2160
+ }
2161
+ }), Lu.generate(i);
2162
+ } catch {
2163
+ return A;
2164
+ }
2165
+ }
2166
+ const Ge = (A, b) => {
2167
+ if (!A || ae(A))
2168
+ return;
2169
+ A = ze(A, Me);
2170
+ var i = ee(A);
2171
+ i == null || i.forEach((P) => {
2172
+ oe(b, P) || (b[P] = null);
2173
+ });
2174
+ var L = We(A);
2175
+ return te(`{{${L.expression}}}`, b, L.funcname);
2176
+ };
2177
+ export {
2178
+ Ge as getScriptResult,
2179
+ ze as replaceVariableName,
2180
+ Me as specialNode
2181
+ };