mol_dump_lib 0.0.375 → 0.0.377
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.d.ts +52 -52
- package/node.deps.json +1 -1
- package/node.js +2 -0
- package/node.js.map +1 -1
- package/node.meta.tree +5 -4
- package/node.mjs +2 -0
- package/node.test.js +2 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +52 -52
- package/web.meta.tree +5 -4
package/node.js
CHANGED
|
@@ -5413,6 +5413,8 @@ var $;
|
|
|
5413
5413
|
return this.absolute($node.path.resolve(this.base, path).replace(/\\/g, '/'));
|
|
5414
5414
|
}
|
|
5415
5415
|
watcher() {
|
|
5416
|
+
if (/\/\./.test(this.path()))
|
|
5417
|
+
return { destructor() { } };
|
|
5416
5418
|
const watcher = $node.chokidar.watch(this.path(), {
|
|
5417
5419
|
persistent: true,
|
|
5418
5420
|
ignored: /(^\.|___$)/,
|