node_modules/webpack/lib/serialization/MapObjectSerializer.js
@@ -9,6 +9,7 @@ class MapObjectSerializer { /** * Serializes this instance into the provided serializer context. * @template K, V * @param {Map<K, V>} obj map * @param {ObjectSerializerContext} context context @@ -24,6 +25,7 @@ } /** * Restores this instance from the provided deserializer context. * @template K, V * @param {ObjectDeserializerContext} context context * @returns {Map<K, V>} map