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:
2
node_modules/webpack/lib/util/propertyName.js
generated
vendored
2
node_modules/webpack/lib/util/propertyName.js
generated
vendored
@@ -5,7 +5,7 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
const SAFE_IDENTIFIER = /^[_a-zA-Z$][_a-zA-Z$0-9]*$/;
|
||||
const SAFE_IDENTIFIER = /^[_a-z$][_a-z$0-9]*$/i;
|
||||
const RESERVED_IDENTIFIER = new Set([
|
||||
"break",
|
||||
"case",
|
||||
|
||||
Reference in New Issue
Block a user