@cruglobal/godtools-shared 1.1.0-PR638-SNAPSHOT.1575 → 1.1.0-PR638-SNAPSHOT.1576
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/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +11 -4
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -69,7 +69,7 @@ export declare namespace org.cru.godtools.shared.tool.parser {
|
|
|
69
69
|
get manifest(): org.cru.godtools.shared.tool.parser.model.Manifest;
|
|
70
70
|
}
|
|
71
71
|
class ParserError extends org.cru.godtools.shared.tool.parser.ParserResult {
|
|
72
|
-
|
|
72
|
+
protected constructor(error?: Nullable<Error>);
|
|
73
73
|
get error(): Nullable<Error>;
|
|
74
74
|
}
|
|
75
75
|
namespace ParserError {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
initMetadataForClass(Symbol, 'Symbol');
|
|
304
304
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
305
305
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
306
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
306
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
307
307
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
308
308
|
initMetadataForClass(UndispatchedCoroutine, 'UndispatchedCoroutine', VOID, ScopeCoroutine, VOID, [0]);
|
|
309
309
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "kotlin-mpp-godtools-tool-parser-publishing-npm.js",
|
|
3
3
|
"types": "kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts",
|
|
4
|
-
"version": "1.1.0-PR638-SNAPSHOT.
|
|
4
|
+
"version": "1.1.0-PR638-SNAPSHOT.1576",
|
|
5
5
|
"name": "@cruglobal/godtools-shared",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"format-util": "^1.0.5",
|