mam 1.11.788 → 1.11.789
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/bin/mam +2 -0
- package/node.d.ts +19 -5
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.esm.js +6614 -0
- package/node.esm.js.map +1 -0
- package/node.js +5 -0
- package/node.js.map +1 -1
- package/node.locale=en.json +1 -0
- package/node.mjs +5 -0
- package/node.mjs.map +1 -0
- package/node.test.js +5 -0
- package/node.test.js.map +1 -1
- package/node.view.tree +35 -0
- package/package.json +2 -1
- package/web.d.ts +15 -1
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +32 -0
- package/web.esm.js.map +1 -0
- package/web.js +3 -0
- package/web.js.map +1 -1
- package/web.mjs +3 -0
- package/web.mjs.map +1 -0
- package/.nojekyll +0 -0
- /package/{README.md → readme.md} +0 -0
package/node.js
CHANGED
|
@@ -15,6 +15,9 @@ module.exports = $;
|
|
|
15
15
|
;
|
|
16
16
|
|
|
17
17
|
$node[ "../mam.ts" ] = $node[ "../mam.ts" ] = module.exports }.call( {} , {} )
|
|
18
|
+
;
|
|
19
|
+
"use strict";
|
|
20
|
+
|
|
18
21
|
;
|
|
19
22
|
"use strict"
|
|
20
23
|
|
|
@@ -6013,6 +6016,8 @@ var $;
|
|
|
6013
6016
|
process.exit(0);
|
|
6014
6017
|
}
|
|
6015
6018
|
catch (error) {
|
|
6019
|
+
if ($mol_promise_like(error))
|
|
6020
|
+
$mol_fail_hidden(error);
|
|
6016
6021
|
this.$.$mol_log3_fail({
|
|
6017
6022
|
place: '$mol_build_start',
|
|
6018
6023
|
message: error.message,
|