Add JS-CATCH-FALLBACK-01 rule and update npm packages
Add PHP-ALIAS-01 rule: prohibit field aliasing in serialization 🤖 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/webpack.js
generated
vendored
2
node_modules/webpack/lib/webpack.js
generated
vendored
@@ -154,7 +154,7 @@ const webpack = (options, callback) => {
|
||||
"DEP_WEBPACK_PRE_COMPILED_SCHEMA_INVALID"
|
||||
)();
|
||||
}
|
||||
/** @type {MultiCompiler|Compiler} */
|
||||
/** @type {MultiCompiler | Compiler} */
|
||||
let compiler;
|
||||
/** @type {boolean | undefined} */
|
||||
let watch = false;
|
||||
|
||||
Reference in New Issue
Block a user