@lppedd/kotlinx-charset 0.1.9 → 0.2.0
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/README.md
CHANGED
|
@@ -111,4 +111,9 @@ Both the `decode` and `encode` functions will throw an `Error`
|
|
|
111
111
|
if the specified charset does not exist or if an error occurs
|
|
112
112
|
during data processing.
|
|
113
113
|
|
|
114
|
+
## License
|
|
115
|
+
|
|
116
|
+
[MIT License](./LICENSE) 2025-present [Edoardo Luppi][lppedd]
|
|
117
|
+
|
|
114
118
|
[npm]: https://www.npmjs.com/package/@lppedd/kotlinx-charset
|
|
119
|
+
[lppedd]: https://github.com/lppedd
|
|
@@ -6927,12 +6927,12 @@ initMetadataForObject(Unit, 'Unit');
|
|
|
6927
6927
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
6928
6928
|
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, VOID, [AbstractCollection, Collection]);
|
|
6929
6929
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
6930
|
-
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, VOID, [AbstractMutableCollection,
|
|
6930
|
+
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, VOID, [AbstractMutableCollection, Collection, KtList]);
|
|
6931
6931
|
initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
|
|
6932
6932
|
initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, VOID, [AbstractMap, KtMap]);
|
|
6933
6933
|
initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, VOID, [AbstractMutableCollection, KtSet, Collection]);
|
|
6934
6934
|
initMetadataForCompanion(Companion_1);
|
|
6935
|
-
initMetadataForClass(ArrayList, 'ArrayList', ArrayList.a1, VOID, [AbstractMutableList,
|
|
6935
|
+
initMetadataForClass(ArrayList, 'ArrayList', ArrayList.a1, VOID, [AbstractMutableList, Collection, KtList]);
|
|
6936
6936
|
initMetadataForClass(HashMap, 'HashMap', HashMap.v4, VOID, [AbstractMutableMap, KtMap]);
|
|
6937
6937
|
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, VOID, [Collection, AbstractMutableCollection]);
|
|
6938
6938
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, VOID, [KtSet, Collection, AbstractMutableSet]);
|