refactor: circular deps part 14

This commit is contained in:
Nathan Walker
2025-07-10 15:47:29 -07:00
parent cebc78406b
commit e7ab426ee2
87 changed files with 2667 additions and 3403 deletions

View File

@ -59,11 +59,11 @@
// << ------------------------------------------------------------------------ >> //
if (typeof exports === 'object' /*&& this == exports*/) {
module.exports.EasySAXParser = EasySAXParser;
};
// if (typeof exports === 'object' /*&& this == exports*/) {
// module.exports.EasySAXParser = EasySAXParser;
// };
function EasySAXParser() {
export function EasySAXParser() {
'use strict';
if (!this) return null;