mol_dump_lib 0.0.918 → 0.0.920
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.deps.json +1 -1
- package/node.js +1 -7
- package/node.js.map +1 -1
- package/node.mjs +1 -7
- package/node.test.js +1274 -1280
- package/node.test.js.map +1 -1
- package/package.json +1 -2
package/node.js
CHANGED
|
@@ -149,13 +149,7 @@ var $node = new Proxy({ require }, {
|
|
|
149
149
|
target.require.resolve(name);
|
|
150
150
|
}
|
|
151
151
|
catch {
|
|
152
|
-
|
|
153
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
154
|
-
}
|
|
155
|
-
catch (e) {
|
|
156
|
-
if ($$.$mol_promise_like(e))
|
|
157
|
-
$$.$mol_fail_hidden(e);
|
|
158
|
-
}
|
|
152
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
159
153
|
try {
|
|
160
154
|
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
|
|
161
155
|
}
|