webpack/lib/serialization
Ivan Kopeykin 486b9a885b delete old packs 2021-11-06 22:31:25 +03:00
..
ArraySerializer.js dedupe object keys of plain object 2020-01-28 11:35:18 +01:00
BinaryMiddleware.js write short strings more efficient to cache 2021-09-24 14:33:10 +02:00
DateObjectSerializer.js improve error message for weird objects in ObjectMiddleware 2020-06-02 16:09:48 +02:00
ErrorObjectSerializer.js serialize JS Errors 2018-10-25 10:52:33 +02:00
FileMiddleware.js delete old packs 2021-11-06 22:31:25 +03:00
MapObjectSerializer.js reorder maps to make binary encoding more efficient 2018-10-30 09:54:47 +01:00
NullPrototypeObjectSerializer.js allow serializing of objects with null prototype 2018-12-25 22:08:35 +01:00
ObjectMiddleware.js allow to configure all hash functions used 2021-09-23 14:55:13 +02:00
PlainObjectSerializer.js reduce algorithmic complexity of the structure analysis for plain objects serialization 2021-06-18 10:44:35 +02:00
RegExpObjectSerializer.js add serializer for RegExp 2018-10-18 12:44:38 +02:00
Serializer.js fix: provide correct serialization context 2021-10-11 13:41:31 +03:00
SerializerMiddleware.js Merge pull request #13467 from myNameIsDu/fix/check-promise-condition 2021-06-18 12:26:02 +02:00
SetObjectSerializer.js add persistent caching prototype 2018-10-17 21:25:39 +02:00
SingleItemMiddleware.js change Serializer API to be not file serialization specific 2019-01-24 17:42:38 +01:00
types.js Improve typings of SerializerMiddlewares 2019-01-24 16:51:05 +01:00