mol_wire_lib 1.0.1621 → 1.0.1623
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +19 -33
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -2869,24 +2869,6 @@ var $;
|
|
|
2869
2869
|
$.$node_internal_check = $node_internal_check;
|
|
2870
2870
|
})($ || ($ = {}));
|
|
2871
2871
|
|
|
2872
|
-
;
|
|
2873
|
-
"use strict";
|
|
2874
|
-
var $;
|
|
2875
|
-
(function ($) {
|
|
2876
|
-
$mol_test({
|
|
2877
|
-
'return result without errors'() {
|
|
2878
|
-
$mol_assert_equal($mol_try(() => false), false);
|
|
2879
|
-
},
|
|
2880
|
-
});
|
|
2881
|
-
})($ || ($ = {}));
|
|
2882
|
-
|
|
2883
|
-
;
|
|
2884
|
-
"use strict";
|
|
2885
|
-
var $;
|
|
2886
|
-
(function ($_1) {
|
|
2887
|
-
$mol_test_mocks.push($ => $.$mol_fail_log = () => false);
|
|
2888
|
-
})($ || ($ = {}));
|
|
2889
|
-
|
|
2890
2872
|
;
|
|
2891
2873
|
"use strict";
|
|
2892
2874
|
var $node = new Proxy({ require }, {
|
|
@@ -2918,21 +2900,7 @@ var $node = new Proxy({ require }, {
|
|
|
2918
2900
|
$$.$mol_fail_log(e);
|
|
2919
2901
|
}
|
|
2920
2902
|
}
|
|
2921
|
-
|
|
2922
|
-
return target.require(name);
|
|
2923
|
-
}
|
|
2924
|
-
catch (error) {
|
|
2925
|
-
if ($$.$mol_promise_like(error))
|
|
2926
|
-
$$.$mol_fail_hidden(error);
|
|
2927
|
-
if (error && typeof error === 'object' && error.code === 'ERR_REQUIRE_ESM') {
|
|
2928
|
-
const module = cache.get(name);
|
|
2929
|
-
if (module)
|
|
2930
|
-
return module;
|
|
2931
|
-
throw Object.assign(import(name).then(module => cache.set(name, module)), { cause: error });
|
|
2932
|
-
}
|
|
2933
|
-
$$.$mol_fail_log(error);
|
|
2934
|
-
return null;
|
|
2935
|
-
}
|
|
2903
|
+
return target.require(name);
|
|
2936
2904
|
},
|
|
2937
2905
|
set(target, name, value) {
|
|
2938
2906
|
target[name] = value;
|
|
@@ -4126,6 +4094,24 @@ var $;
|
|
|
4126
4094
|
});
|
|
4127
4095
|
})($ || ($ = {}));
|
|
4128
4096
|
|
|
4097
|
+
;
|
|
4098
|
+
"use strict";
|
|
4099
|
+
var $;
|
|
4100
|
+
(function ($) {
|
|
4101
|
+
$mol_test({
|
|
4102
|
+
'return result without errors'() {
|
|
4103
|
+
$mol_assert_equal($mol_try(() => false), false);
|
|
4104
|
+
},
|
|
4105
|
+
});
|
|
4106
|
+
})($ || ($ = {}));
|
|
4107
|
+
|
|
4108
|
+
;
|
|
4109
|
+
"use strict";
|
|
4110
|
+
var $;
|
|
4111
|
+
(function ($_1) {
|
|
4112
|
+
$mol_test_mocks.push($ => $.$mol_fail_log = () => false);
|
|
4113
|
+
})($ || ($ = {}));
|
|
4114
|
+
|
|
4129
4115
|
;
|
|
4130
4116
|
"use strict";
|
|
4131
4117
|
var $;
|