mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 20:30:04 +02:00
update node modules
This commit is contained in:
4
node_modules/parse5/lib/tree-adapters/default.js
generated
vendored
4
node_modules/parse5/lib/tree-adapters/default.js
generated
vendored
@@ -215,3 +215,7 @@ exports.setNodeSourceCodeLocation = function(node, location) {
|
||||
exports.getNodeSourceCodeLocation = function(node) {
|
||||
return node.sourceCodeLocation;
|
||||
};
|
||||
|
||||
exports.updateNodeSourceCodeLocation = function(node, endLocation) {
|
||||
node.sourceCodeLocation = Object.assign(node.sourceCodeLocation, endLocation);
|
||||
};
|
||||
|
Reference in New Issue
Block a user