feat: refactoring project
This commit is contained in:
1
node_modules/webpack/lib/serialization/DateObjectSerializer.js
generated
vendored
1
node_modules/webpack/lib/serialization/DateObjectSerializer.js
generated
vendored
@@ -15,6 +15,7 @@ class DateObjectSerializer {
|
||||
serialize(obj, context) {
|
||||
context.write(obj.getTime());
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {ObjectDeserializerContext} context context
|
||||
* @returns {Date} date
|
||||
|
||||
Reference in New Issue
Block a user