PHP 7.4.33
Preview: RecrawlWarning.js Size: 1.16 KB
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/metro-file-map/src/watchers/RecrawlWarning.js
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true,
});
exports.default = void 0;
class RecrawlWarning {
  static RECRAWL_WARNINGS = [];
  static REGEXP =
    /Recrawled this watch (\d+) times?, most recently because:\n([^:]+)/;
  constructor(root, count) {
    this.root = root;
    this.count = count;
  }
  static findByRoot(root) {
    for (let i = 0; i < this.RECRAWL_WARNINGS.length; i++) {
      const warning = this.RECRAWL_WARNINGS[i];
      if (warning.root === root) {
        return warning;
      }
    }
    return undefined;
  }
  static isRecrawlWarningDupe(warningMessage) {
    if (typeof warningMessage !== "string") {
      return false;
    }
    const match = warningMessage.match(this.REGEXP);
    if (!match) {
      return false;
    }
    const count = Number(match[1]);
    const root = match[2];
    const warning = this.findByRoot(root);
    if (warning) {
      if (warning.count >= count) {
        return true;
      } else {
        warning.count = count;
        return false;
      }
    } else {
      this.RECRAWL_WARNINGS.push(new RecrawlWarning(root, count));
      return false;
    }
  }
}
exports.default = RecrawlWarning;

Directory Contents

Dirs: 0 × Files: 12
Name Size Perms Modified Actions
2.17 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
2.04 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
1.11 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
2.38 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
8.43 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
11.65 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
3.02 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
3.77 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
1.16 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
1.73 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
8.73 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
9.21 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).