webpack/lib/serialization
Tobias Koppers d9238f061d memorize lazy data on access
remove need for read on write
add queue for file accesses in FileMiddleware to support concurrent access
2018-12-21 12:05:29 +01:00
..
BinaryMiddleware.js memorize lazy data on access 2018-12-21 12:05:29 +01:00
ErrorObjectSerializer.js serialize JS Errors 2018-10-25 10:52:33 +02:00
FileMiddleware.js memorize lazy data on access 2018-12-21 12:05:29 +01:00
MapObjectSerializer.js reorder maps to make binary encoding more efficient 2018-10-30 09:54:47 +01:00
ObjectMiddleware.js memorize lazy data on access 2018-12-21 12:05:29 +01:00
PlainObjectSerializer.js add persistent caching prototype 2018-10-17 21:25:39 +02:00
RegExpObjectSerializer.js add serializer for RegExp 2018-10-18 12:44:38 +02:00
Serializer.js Remove unneeded intermediate objects 2018-11-02 11:57:42 +01:00
SerializerMiddleware.js add persistent caching prototype 2018-10-17 21:25:39 +02:00
SetObjectSerializer.js add persistent caching prototype 2018-10-17 21:25:39 +02:00
TextMiddleware.js add persistent caching prototype 2018-10-17 21:25:39 +02:00