WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
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