mrs-toolbox-cli 0.0.120 → 0.0.129

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 (53) hide show
  1. package/88b0986a7186d029-atomicfu-js-ir.js +32 -33
  2. package/88b0986a7186d029-atomicfu-js-ir.js.map +1 -1
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -626
  4. package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
  5. package/clikt-clikt.js +2063 -2080
  6. package/clikt-clikt.js.map +1 -1
  7. package/colormath-root-colormath.js +563 -455
  8. package/colormath-root-colormath.js.map +1 -1
  9. package/com.mrs.platform.configuration.dto.js +8385 -8656
  10. package/com.mrs.platform.configuration.dto.js.map +1 -1
  11. package/kotlin-kotlin-stdlib.js +9747 -9277
  12. package/kotlin-kotlin-stdlib.js.map +1 -1
  13. package/kotlin-logging-js-ir.js +62 -62
  14. package/kotlin-logging-js-ir.js.map +1 -1
  15. package/kotlin-node.js +12 -2
  16. package/kotlin-node.js.map +1 -1
  17. package/kotlinx-serialization-kotlinx-serialization-core.js +2509 -2492
  18. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  19. package/kotlinx-serialization-kotlinx-serialization-json.js +2346 -2157
  20. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  21. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +3151 -2091
  22. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
  23. package/ktor-ktor-client-content-negotiation.js +261 -260
  24. package/ktor-ktor-client-content-negotiation.js.map +1 -1
  25. package/ktor-ktor-client-core.js +2777 -2786
  26. package/ktor-ktor-client-core.js.map +1 -1
  27. package/ktor-ktor-events.js +17 -18
  28. package/ktor-ktor-events.js.map +1 -1
  29. package/ktor-ktor-http.js +921 -923
  30. package/ktor-ktor-http.js.map +1 -1
  31. package/ktor-ktor-io.js +1738 -1760
  32. package/ktor-ktor-io.js.map +1 -1
  33. package/ktor-ktor-serialization-kotlinx-json.js +9 -9
  34. package/ktor-ktor-serialization-kotlinx.js +303 -305
  35. package/ktor-ktor-serialization-kotlinx.js.map +1 -1
  36. package/ktor-ktor-serialization.js +135 -134
  37. package/ktor-ktor-serialization.js.map +1 -1
  38. package/ktor-ktor-utils.js +641 -637
  39. package/ktor-ktor-utils.js.map +1 -1
  40. package/ktor-ktor-websockets.js +73 -73
  41. package/ktor-ktor-websockets.js.map +1 -1
  42. package/markdown.js +2346 -2358
  43. package/markdown.js.map +1 -1
  44. package/mordant-mordant.js +2536 -2631
  45. package/mordant-mordant.js.map +1 -1
  46. package/mrs-toolbox-cli.d.ts +261 -657
  47. package/mrs-toolbox-cli.js +125 -209
  48. package/mrs-toolbox-cli.js.map +1 -1
  49. package/package.json +2 -2
  50. package/static/demo.test.ts.txt +1 -1
  51. package/static/mrscconfig.json +0 -1
  52. package/toolbox.js +11625 -8894
  53. package/toolbox.js.map +1 -1
@@ -1,43 +1,43 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var Exception_init_$Create$ = kotlin_kotlin.$_$.l1;
5
- var stackTraceToString = kotlin_kotlin.$_$.ph;
6
- var split = kotlin_kotlin.$_$.ve;
7
- var substringBefore = kotlin_kotlin.$_$.cf;
8
- var substringAfterLast = kotlin_kotlin.$_$.ye;
9
- var contains = kotlin_kotlin.$_$.nd;
10
- var protoOf = kotlin_kotlin.$_$.ec;
11
- var objectMeta = kotlin_kotlin.$_$.dc;
12
- var setMetadataFor = kotlin_kotlin.$_$.fc;
13
- var Unit_instance = kotlin_kotlin.$_$.g5;
14
- var Enum = kotlin_kotlin.$_$.eg;
15
- var classMeta = kotlin_kotlin.$_$.wa;
16
- var toString = kotlin_kotlin.$_$.rh;
17
- var Exception = kotlin_kotlin.$_$.gg;
4
+ var Exception_init_$Create$ = kotlin_kotlin.$_$.m1;
5
+ var stackTraceToString = kotlin_kotlin.$_$.th;
6
+ var split = kotlin_kotlin.$_$.bf;
7
+ var substringBefore = kotlin_kotlin.$_$.gf;
8
+ var substringAfterLast = kotlin_kotlin.$_$.ef;
9
+ var contains = kotlin_kotlin.$_$.td;
10
+ var protoOf = kotlin_kotlin.$_$.kc;
11
+ var initMetadataForObject = kotlin_kotlin.$_$.pb;
12
+ var Unit_instance = kotlin_kotlin.$_$.i5;
13
+ var Enum = kotlin_kotlin.$_$.ig;
14
+ var initMetadataForClass = kotlin_kotlin.$_$.jb;
15
+ var VOID = kotlin_kotlin.$_$.g;
16
+ var toString = kotlin_kotlin.$_$.vh;
17
+ var Exception = kotlin_kotlin.$_$.kg;
18
18
  //endregion
19
19
  //region block: pre-declaration
20
- setMetadataFor(KotlinLogging, 'KotlinLogging', objectMeta);
21
- setMetadataFor(Level, 'Level', classMeta, Enum);
22
- setMetadataFor(DefaultErrorMessageProducer, 'DefaultErrorMessageProducer', objectMeta);
23
- setMetadataFor(ConsoleOutputAppender, 'ConsoleOutputAppender', objectMeta);
24
- setMetadataFor(DefaultMessageFormatter, 'DefaultMessageFormatter', objectMeta);
25
- setMetadataFor(KotlinLoggingConfiguration, 'KotlinLoggingConfiguration', objectMeta);
26
- setMetadataFor(KLoggerFactory, 'KLoggerFactory', objectMeta);
27
- setMetadataFor(KLoggerJS, 'KLoggerJS', classMeta);
28
- setMetadataFor(KLoggerNameResolver, 'KLoggerNameResolver', objectMeta);
20
+ initMetadataForObject(KotlinLogging, 'KotlinLogging');
21
+ initMetadataForClass(Level, 'Level', VOID, Enum);
22
+ initMetadataForObject(DefaultErrorMessageProducer, 'DefaultErrorMessageProducer');
23
+ initMetadataForObject(ConsoleOutputAppender, 'ConsoleOutputAppender');
24
+ initMetadataForObject(DefaultMessageFormatter, 'DefaultMessageFormatter');
25
+ initMetadataForObject(KotlinLoggingConfiguration, 'KotlinLoggingConfiguration');
26
+ initMetadataForObject(KLoggerFactory, 'KLoggerFactory');
27
+ initMetadataForClass(KLoggerJS, 'KLoggerJS');
28
+ initMetadataForObject(KLoggerNameResolver, 'KLoggerNameResolver');
29
29
  //endregion
30
30
  function KotlinLogging() {
31
31
  }
32
- protoOf(KotlinLogging).l4z = function (func) {
32
+ protoOf(KotlinLogging).i53 = function (func) {
33
33
  var tmp$ret$0;
34
34
  $l$block: {
35
35
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerNameResolver.name' call
36
36
  var found = false;
37
37
  var exception = Exception_init_$Create$();
38
- var tmp0_iterator = split(stackTraceToString(exception), ['\n']).v();
39
- while (tmp0_iterator.w()) {
40
- var line = tmp0_iterator.y();
38
+ var tmp0_iterator = split(stackTraceToString(exception), ['\n']).k();
39
+ while (tmp0_iterator.l()) {
40
+ var line = tmp0_iterator.m();
41
41
  if (found) {
42
42
  tmp$ret$0 = substringAfterLast(substringAfterLast(substringBefore(line, '.kt'), '.'), '/');
43
43
  break $l$block;
@@ -48,9 +48,9 @@
48
48
  }
49
49
  tmp$ret$0 = '';
50
50
  }
51
- return this.m4z(tmp$ret$0);
51
+ return this.j53(tmp$ret$0);
52
52
  };
53
- protoOf(KotlinLogging).m4z = function (name) {
53
+ protoOf(KotlinLogging).j53 = function (name) {
54
54
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerFactory.logger' call
55
55
  return new KLoggerJS(name);
56
56
  };
@@ -78,11 +78,11 @@
78
78
  }
79
79
  function Level(name, ordinal, levelInt, levelStr) {
80
80
  Enum.call(this, name, ordinal);
81
- this.p4z_1 = levelInt;
82
- this.q4z_1 = levelStr;
81
+ this.m53_1 = levelInt;
82
+ this.n53_1 = levelStr;
83
83
  }
84
84
  protoOf(Level).toString = function () {
85
- return this.q4z_1;
85
+ return this.n53_1;
86
86
  };
87
87
  function Level_TRACE_getInstance() {
88
88
  Level_initEntries();
@@ -110,8 +110,8 @@
110
110
  }
111
111
  function DefaultErrorMessageProducer() {
112
112
  }
113
- protoOf(DefaultErrorMessageProducer).r4z = function (e) {
114
- return 'Log message invocation failed: ' + e;
113
+ protoOf(DefaultErrorMessageProducer).o53 = function (e) {
114
+ return 'Log message invocation failed: ' + e.toString();
115
115
  };
116
116
  var DefaultErrorMessageProducer_instance;
117
117
  function DefaultErrorMessageProducer_getInstance() {
@@ -119,13 +119,13 @@
119
119
  }
120
120
  function ConsoleOutputAppender() {
121
121
  }
122
- protoOf(ConsoleOutputAppender).s4z = function (message) {
122
+ protoOf(ConsoleOutputAppender).p53 = function (message) {
123
123
  return console.info(message);
124
124
  };
125
- protoOf(ConsoleOutputAppender).t4z = function (message) {
125
+ protoOf(ConsoleOutputAppender).q53 = function (message) {
126
126
  return console.warn(message);
127
127
  };
128
- protoOf(ConsoleOutputAppender).u4z = function (message) {
128
+ protoOf(ConsoleOutputAppender).r53 = function (message) {
129
129
  return console.error(message);
130
130
  };
131
131
  var ConsoleOutputAppender_instance;
@@ -134,7 +134,7 @@
134
134
  }
135
135
  function DefaultMessageFormatter() {
136
136
  }
137
- protoOf(DefaultMessageFormatter).v4z = function (level, loggerName, msg) {
137
+ protoOf(DefaultMessageFormatter).s53 = function (level, loggerName, msg) {
138
138
  // Inline function 'io.github.oshai.kotlinlogging.internal.toStringSafe' call
139
139
  var tmp;
140
140
  try {
@@ -143,14 +143,14 @@
143
143
  var tmp_0;
144
144
  if ($p instanceof Exception) {
145
145
  var e = $p;
146
- tmp_0 = DefaultErrorMessageProducer_instance.r4z(e);
146
+ tmp_0 = DefaultErrorMessageProducer_instance.o53(e);
147
147
  } else {
148
148
  throw $p;
149
149
  }
150
150
  tmp = tmp_0;
151
151
  }
152
152
  var tmp$ret$0 = tmp;
153
- return level.v9_1 + ': [' + loggerName + '] ' + tmp$ret$0;
153
+ return level.r2_1 + ': [' + loggerName + '] ' + tmp$ret$0;
154
154
  };
155
155
  var DefaultMessageFormatter_instance;
156
156
  function DefaultMessageFormatter_getInstance() {
@@ -158,9 +158,9 @@
158
158
  }
159
159
  function KotlinLoggingConfiguration() {
160
160
  KotlinLoggingConfiguration_instance = this;
161
- this.w4z_1 = Level_INFO_getInstance();
162
- this.x4z_1 = ConsoleOutputAppender_instance;
163
- this.y4z_1 = DefaultMessageFormatter_instance;
161
+ this.t53_1 = Level_INFO_getInstance();
162
+ this.u53_1 = ConsoleOutputAppender_instance;
163
+ this.v53_1 = DefaultMessageFormatter_instance;
164
164
  }
165
165
  var KotlinLoggingConfiguration_instance;
166
166
  function KotlinLoggingConfiguration_getInstance() {
@@ -169,7 +169,7 @@
169
169
  return KotlinLoggingConfiguration_instance;
170
170
  }
171
171
  function isLoggingEnabled(_this__u8e3s4) {
172
- return _this__u8e3s4.w9_1 >= KotlinLoggingConfiguration_getInstance().w4z_1.w9_1;
172
+ return _this__u8e3s4.s2_1 >= KotlinLoggingConfiguration_getInstance().t53_1.s2_1;
173
173
  }
174
174
  function KLoggerFactory() {
175
175
  }
@@ -179,12 +179,12 @@
179
179
  }
180
180
  function logIfEnabled(_this__u8e3s4, $this, loggerName, msg, logFunction) {
181
181
  if (isLoggingEnabled(_this__u8e3s4)) {
182
- logFunction(KotlinLoggingConfiguration_getInstance().y4z_1.v4z(_this__u8e3s4, loggerName, msg));
182
+ logFunction(KotlinLoggingConfiguration_getInstance().v53_1.s53(_this__u8e3s4, loggerName, msg));
183
183
  }
184
184
  }
185
185
  function Appender$info$ref($boundThis) {
186
186
  var l = function (p0) {
187
- $boundThis.s4z(p0);
187
+ $boundThis.p53(p0);
188
188
  return Unit_instance;
189
189
  };
190
190
  l.callableName = 'info';
@@ -192,7 +192,7 @@
192
192
  }
193
193
  function Appender$warn$ref($boundThis) {
194
194
  var l = function (p0) {
195
- $boundThis.t4z(p0);
195
+ $boundThis.q53(p0);
196
196
  return Unit_instance;
197
197
  };
198
198
  l.callableName = 'warn';
@@ -200,32 +200,32 @@
200
200
  }
201
201
  function Appender$error$ref($boundThis) {
202
202
  var l = function (p0) {
203
- $boundThis.u4z(p0);
203
+ $boundThis.r53(p0);
204
204
  return Unit_instance;
205
205
  };
206
206
  l.callableName = 'error';
207
207
  return l;
208
208
  }
209
209
  function KLoggerJS(name) {
210
- this.z4z_1 = name;
211
- this.a50_1 = isLoggingEnabled(Level_TRACE_getInstance());
212
- this.b50_1 = isLoggingEnabled(Level_DEBUG_getInstance());
213
- this.c50_1 = isLoggingEnabled(Level_INFO_getInstance());
214
- this.d50_1 = isLoggingEnabled(Level_WARN_getInstance());
215
- this.e50_1 = isLoggingEnabled(Level_ERROR_getInstance());
216
- this.f50_1 = isLoggingEnabled(Level_OFF_getInstance());
217
- }
218
- protoOf(KLoggerJS).g50 = function (msg) {
210
+ this.w53_1 = name;
211
+ this.x53_1 = isLoggingEnabled(Level_TRACE_getInstance());
212
+ this.y53_1 = isLoggingEnabled(Level_DEBUG_getInstance());
213
+ this.z53_1 = isLoggingEnabled(Level_INFO_getInstance());
214
+ this.a54_1 = isLoggingEnabled(Level_WARN_getInstance());
215
+ this.b54_1 = isLoggingEnabled(Level_ERROR_getInstance());
216
+ this.c54_1 = isLoggingEnabled(Level_OFF_getInstance());
217
+ }
218
+ protoOf(KLoggerJS).d54 = function (msg) {
219
219
  var tmp = Level_INFO_getInstance();
220
- return logIfEnabled(tmp, this, this.z4z_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().x4z_1));
220
+ return logIfEnabled(tmp, this, this.w53_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().u53_1));
221
221
  };
222
- protoOf(KLoggerJS).h50 = function (msg) {
222
+ protoOf(KLoggerJS).e54 = function (msg) {
223
223
  var tmp = Level_WARN_getInstance();
224
- return logIfEnabled(tmp, this, this.z4z_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().x4z_1));
224
+ return logIfEnabled(tmp, this, this.w53_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().u53_1));
225
225
  };
226
- protoOf(KLoggerJS).i50 = function (msg) {
226
+ protoOf(KLoggerJS).f54 = function (msg) {
227
227
  var tmp = Level_ERROR_getInstance();
228
- return logIfEnabled(tmp, this, this.z4z_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().x4z_1));
228
+ return logIfEnabled(tmp, this, this.w53_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().u53_1));
229
229
  };
230
230
  function KLoggerNameResolver() {
231
231
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/commonMain/kotlin/io/github/oshai/kotlinlogging/KotlinLogging.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/internal/KLoggerFactory.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/commonMain/kotlin/io/github/oshai/kotlinlogging/Level.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/commonMain/kotlin/io/github/oshai/kotlinlogging/internal/MessageInvoker.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/ConsoleOutputAppender.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/DefaultMessageFormatter.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/KotlinLoggingLevel.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/internal/KLoggerJS.kt"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null],"names":["<init>","logger","func","found","exception","line","name","levelInt","levelStr","toString","getErrorLog","e","info","message","warn","error","formatMessage","level","loggerName","msg","isLoggingEnabled","<this>","logIfEnabled","logFunction","Appender$info$ref","Appender$info$ref$lambda","Appender$warn$ref","Appender$warn$ref$lambda","Appender$error$ref","Appender$error$ref$lambda"],"mappings":"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"}
1
+ {"version":3,"sources":["../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/commonMain/kotlin/io/github/oshai/kotlinlogging/KotlinLogging.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/internal/KLoggerFactory.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/commonMain/kotlin/io/github/oshai/kotlinlogging/Level.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/commonMain/kotlin/io/github/oshai/kotlinlogging/internal/MessageInvoker.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/ConsoleOutputAppender.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/DefaultMessageFormatter.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/KotlinLoggingLevel.kt","../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/internal/KLoggerJS.kt"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null],"names":["<init>","logger","func","found","exception","line","name","levelInt","levelStr","toString","getErrorLog","e","info","message","warn","error","formatMessage","level","loggerName","msg","isLoggingEnabled","<this>","logIfEnabled","logFunction","Appender$info$ref","Appender$info$ref$lambda","Appender$warn$ref","Appender$warn$ref$lambda","Appender$error$ref","Appender$error$ref$lambda"],"mappings":"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"}
package/kotlin-node.js CHANGED
@@ -2,16 +2,26 @@
2
2
  'use strict';
3
3
  //region block: imports
4
4
  var readdir = $module$node_fs_promises_daq1pm.readdir;
5
+ var readdir_0 = $module$node_fs_promises_daq1pm.readdir;
6
+ var stat = $module$node_fs_promises_daq1pm.stat;
5
7
  var await_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b;
6
8
  //endregion
7
9
  //region block: pre-declaration
8
10
  //endregion
9
- function readdir_0(path, options, $completion) {
11
+ function readdir_1(path, options, $completion) {
10
12
  return await_0(readdir(path, options), $completion);
11
13
  }
14
+ function readdir_2(path, $completion) {
15
+ return await_0(readdir_0(path), $completion);
16
+ }
17
+ function stat_0(path, $completion) {
18
+ return await_0(stat(path), $completion);
19
+ }
12
20
  //region block: exports
13
21
  _.$_$ = _.$_$ || {};
14
- _.$_$.a = readdir_0;
22
+ _.$_$.a = readdir_2;
23
+ _.$_$.b = readdir_1;
24
+ _.$_$.c = stat_0;
15
25
  //endregion
16
26
  return _;
17
27
  }(module.exports, require('node:fs/promises'), require('./kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js')));
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-node/src/jsMain/generated/node/fs/readdir.kt"],"sourcesContent":[null],"names":["readdir","path","options","$completion"],"mappings":";;;;;;;;oBA8CQA,CACJC,I,EACAC,O,EAFIC,WAAAH,EAOJ;A,IAGQ,OAAN,QAHF,QACW,IADX,EAEc,OAFd,CAGE,c;EAAM,C;;;;;;;"}
1
+ {"version":3,"sources":["../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-node/src/jsMain/generated/node/fs/readdir.kt","../../../../../../../../../Users/leonid.khachaturov/code/kotlin-wrappers-new/kotlin-node/src/jsMain/generated/node/fs/stat.kt"],"sourcesContent":[null,null],"names":["readdir","path","options","$completion","stat"],"mappings":";;;;;;;;;;oBA8CQA,CACJC,I,EACAC,O,EAFIC,WAAAH,EAOJ;A,IAGQ,OAAN,QAHF,QACW,IADX,EAEc,OAFd,CAGE,c;EAAM,C;oBA/CJA,CACJC,I,EADIE,WAAAH,EAGJ;A,IAEQ,OAAN,QAFF,UACW,IADX,CAEE,c;EAAM,C;iBCRJI,CACJH,I,EADIE,WAAAC,EAGJ;A,IAEQ,OAAN,QAFF,KACW,IADX,CAEE,c;EAAM,C;;;;;;;;;"}