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:
7
node_modules/playwright/lib/utilsBundle.js
generated
vendored
7
node_modules/playwright/lib/utilsBundle.js
generated
vendored
@@ -22,6 +22,7 @@ __export(utilsBundle_exports, {
|
||||
enquirer: () => enquirer,
|
||||
getEastAsianWidth: () => getEastAsianWidth,
|
||||
json5: () => json5,
|
||||
parseMarkdown: () => parseMarkdown,
|
||||
sourceMapSupport: () => sourceMapSupport,
|
||||
stoppable: () => stoppable
|
||||
});
|
||||
@@ -32,12 +33,18 @@ const stoppable = require("./utilsBundleImpl").stoppable;
|
||||
const enquirer = require("./utilsBundleImpl").enquirer;
|
||||
const chokidar = require("./utilsBundleImpl").chokidar;
|
||||
const getEastAsianWidth = require("./utilsBundleImpl").getEastAsianWidth;
|
||||
const { unified } = require("./utilsBundleImpl").unified;
|
||||
const remarkParse = require("./utilsBundleImpl").remarkParse;
|
||||
function parseMarkdown(content) {
|
||||
return unified().use(remarkParse).parse(content);
|
||||
}
|
||||
// Annotate the CommonJS export names for ESM import in node:
|
||||
0 && (module.exports = {
|
||||
chokidar,
|
||||
enquirer,
|
||||
getEastAsianWidth,
|
||||
json5,
|
||||
parseMarkdown,
|
||||
sourceMapSupport,
|
||||
stoppable
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user