@cruglobal/godtools-shared 1.3.2-SNAPSHOT.2213 → 1.3.2-SNAPSHOT.2217
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.
- package/antlr-kotlin-antlr-kotlin-runtime.js +12 -12
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +7 -7
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -267,7 +267,6 @@
|
|
|
267
267
|
initMetadataForInterface(ErrorNode, 'ErrorNode', VOID, VOID, [TerminalNode]);
|
|
268
268
|
initMetadataForClass(TerminalNodeImpl, 'TerminalNodeImpl', VOID, VOID, [TerminalNode]);
|
|
269
269
|
initMetadataForClass(ErrorNodeImpl, 'ErrorNodeImpl', VOID, TerminalNodeImpl, [TerminalNodeImpl, ErrorNode]);
|
|
270
|
-
initMetadataForObject(CharStreams, 'CharStreams', VOID, AbstractCharStreams);
|
|
271
270
|
initMetadataForClass(BitSet, 'BitSet', BitSet_init_$Create$);
|
|
272
271
|
initMetadataForClass(IdentityEntry, 'IdentityEntry', VOID, VOID, [MutableEntry]);
|
|
273
272
|
initMetadataForClass(IdentityEntriesView$iterator$1);
|
|
@@ -278,6 +277,7 @@
|
|
|
278
277
|
initMetadataForClass(IdentityValuesView$iterator$1);
|
|
279
278
|
initMetadataForClass(IdentityValuesView, 'IdentityValuesView', VOID, AbstractMutableCollection);
|
|
280
279
|
initMetadataForClass(KotlinIterator, 'KotlinIterator');
|
|
280
|
+
initMetadataForObject(CharStreams, 'CharStreams', VOID, AbstractCharStreams);
|
|
281
281
|
//endregion
|
|
282
282
|
function isBmpCodePoint(codePoint) {
|
|
283
283
|
return (codePoint >>> 16 | 0) === 0;
|
|
@@ -5083,7 +5083,7 @@
|
|
|
5083
5083
|
t = input.bm(1);
|
|
5084
5084
|
}
|
|
5085
5085
|
}
|
|
5086
|
-
if (!(
|
|
5086
|
+
if (!(reach.rz_1 === 0)) {
|
|
5087
5087
|
this.d1c(dfa, predictedAlt, reach, startIndex, input.tl());
|
|
5088
5088
|
return predictedAlt;
|
|
5089
5089
|
}
|
|
@@ -8941,16 +8941,6 @@
|
|
|
8941
8941
|
}
|
|
8942
8942
|
return tmp;
|
|
8943
8943
|
};
|
|
8944
|
-
function CharStreams() {
|
|
8945
|
-
CharStreams_instance = this;
|
|
8946
|
-
AbstractCharStreams.call(this);
|
|
8947
|
-
}
|
|
8948
|
-
var CharStreams_instance;
|
|
8949
|
-
function CharStreams_getInstance() {
|
|
8950
|
-
if (CharStreams_instance == null)
|
|
8951
|
-
new CharStreams();
|
|
8952
|
-
return CharStreams_instance;
|
|
8953
|
-
}
|
|
8954
8944
|
function BitSet_init_$Init$($this) {
|
|
8955
8945
|
BitSet.call($this, 64);
|
|
8956
8946
|
return $this;
|
|
@@ -9394,6 +9384,16 @@
|
|
|
9394
9384
|
function isNodeJs() {
|
|
9395
9385
|
return typeof process !== 'undefined' && process.versions != null && process.versions.node != null || (typeof window !== 'undefined' && typeof window.process !== 'undefined' && window.process.versions != null && window.process.versions.node != null);
|
|
9396
9386
|
}
|
|
9387
|
+
function CharStreams() {
|
|
9388
|
+
CharStreams_instance = this;
|
|
9389
|
+
AbstractCharStreams.call(this);
|
|
9390
|
+
}
|
|
9391
|
+
var CharStreams_instance;
|
|
9392
|
+
function CharStreams_getInstance() {
|
|
9393
|
+
if (CharStreams_instance == null)
|
|
9394
|
+
new CharStreams();
|
|
9395
|
+
return CharStreams_instance;
|
|
9396
|
+
}
|
|
9397
9397
|
//region block: post-declaration
|
|
9398
9398
|
protoOf(Array2DHashSet).asJsReadonlySetView = asJsReadonlySetView;
|
|
9399
9399
|
protoOf(ATNConfigSet).asJsReadonlySetView = asJsReadonlySetView;
|