mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor(core): zero circulars + esm ready (#10770)
This commit is contained in:
@ -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 };
|
||||
Reference in New Issue
Block a user