refactor(core): zero circulars + esm ready (#10770)

This commit is contained in:
Nathan Walker
2025-09-18 17:03:23 -07:00
committed by GitHub
parent 1e54baf198
commit c2ff8c1ae7
306 changed files with 9136 additions and 9889 deletions

View File

@ -59,9 +59,9 @@
// << ------------------------------------------------------------------------ >> //
if (typeof exports === 'object' /*&& this == exports*/) {
module.exports.EasySAXParser = EasySAXParser;
};
// if (typeof exports === 'object' /*&& this == exports*/) {
// module.exports.EasySAXParser = EasySAXParser;
// };
function EasySAXParser() {
'use strict';
@ -780,3 +780,5 @@ EasySAXParser.prototype.parse = function(xml) {
j += 1;
};
};
export { EasySAXParser };