Update npm packages (73 packages including @jqhtml 2.3.36)
Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
9
node_modules/playwright/lib/util.js
generated
vendored
9
node_modules/playwright/lib/util.js
generated
vendored
@@ -29,7 +29,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
||||
var util_exports = {};
|
||||
__export(util_exports, {
|
||||
addSuffixToFilePath: () => addSuffixToFilePath,
|
||||
ansiRegex: () => ansiRegex,
|
||||
ansiRegex: () => import_utils2.ansiRegex,
|
||||
createFileFiltersFromArguments: () => createFileFiltersFromArguments,
|
||||
createFileMatcher: () => createFileMatcher,
|
||||
createFileMatcherFromArguments: () => createFileMatcherFromArguments,
|
||||
@@ -55,7 +55,7 @@ __export(util_exports, {
|
||||
resolveReporterOutputPath: () => resolveReporterOutputPath,
|
||||
sanitizeFilePathBeforeExtension: () => sanitizeFilePathBeforeExtension,
|
||||
serializeError: () => serializeError,
|
||||
stripAnsiEscapes: () => stripAnsiEscapes,
|
||||
stripAnsiEscapes: () => import_utils2.stripAnsiEscapes,
|
||||
trimLongString: () => trimLongString,
|
||||
windowsFilesystemFriendlyLength: () => windowsFilesystemFriendlyLength
|
||||
});
|
||||
@@ -66,6 +66,7 @@ var import_url = __toESM(require("url"));
|
||||
var import_util = __toESM(require("util"));
|
||||
var import_utils = require("playwright-core/lib/utils");
|
||||
var import_utilsBundle = require("playwright-core/lib/utilsBundle");
|
||||
var import_utils2 = require("playwright-core/lib/utils");
|
||||
const PLAYWRIGHT_TEST_PATH = import_path.default.join(__dirname, "..");
|
||||
const PLAYWRIGHT_CORE_PATH = import_path.default.dirname(require.resolve("playwright-core/package.json"));
|
||||
function filterStackTrace(e) {
|
||||
@@ -364,10 +365,6 @@ async function removeDirAndLogToConsole(dir) {
|
||||
} catch {
|
||||
}
|
||||
}
|
||||
const ansiRegex = new RegExp("([\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)|(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~])))", "g");
|
||||
function stripAnsiEscapes(str) {
|
||||
return str.replace(ansiRegex, "");
|
||||
}
|
||||
// Annotate the CommonJS export names for ESM import in node:
|
||||
0 && (module.exports = {
|
||||
addSuffixToFilePath,
|
||||
|
||||
Reference in New Issue
Block a user