Skip to content

Commit

Permalink
Bundle release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharie Taifour committed Jul 1, 2024
1 parent 1216cca commit 97e5256
Show file tree
Hide file tree
Showing 6 changed files with 5,529 additions and 6,008 deletions.
1 change: 1 addition & 0 deletions dist/chunks/xmldom-623c1b6b.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"use strict";var e=require("./dom");exports.DOMImplementation=e.DOMImplementation,exports.XMLSerializer=e.XMLSerializer,exports.DOMParser=require("./dom-parser").DOMParser;
6 changes: 6 additions & 0 deletions dist/chunks/xmldom-ac2d7d04.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
'use strict';

var dom = require('./dom');
exports.DOMImplementation = dom.DOMImplementation;
exports.XMLSerializer = dom.XMLSerializer;
exports.DOMParser = require('./dom-parser').DOMParser;
Loading

0 comments on commit 97e5256

Please sign in to comment.