ScuttleBot

Blame History Raw 36 lines
1
"use strict";
2
var __defProp = Object.defineProperty;
3
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
var __getOwnPropNames = Object.getOwnPropertyNames;
5
var __hasOwnProp = Object.prototype.hasOwnProperty;
6
var __export = (target, all) => {
7
for (var name in all)
8
__defProp(target, name, { get: all[name], enumerable: true });
9
};
10
var __copyProps = (to, from, except, desc) => {
11
if (from && typeof from === "object" || typeof from === "function") {
12
for (let key of __getOwnPropNames(from))
13
if (!__hasOwnProp.call(to, key) && key !== except)
14
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
}
16
return to;
17
};
18
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
var log_exports = {};
20
__export(log_exports, {
21
logUnhandledError: () => logUnhandledError,
22
testDebug: () => testDebug
23
});
24
module.exports = __toCommonJS(log_exports);
25
var import_utilsBundle = require("playwright-core/lib/utilsBundle");
26
const errorDebug = (0, import_utilsBundle.debug)("pw:mcp:error");
27
function logUnhandledError(error) {
28
errorDebug(error);
29
}
30
const testDebug = (0, import_utilsBundle.debug)("pw:mcp:test");
31
// Annotate the CommonJS export names for ESM import in node:
32
0 && (module.exports = {
33
logUnhandledError,
34
testDebug
35
});
36

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button