mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
refactor: circular deps part 14
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user