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:
18
node_modules/acorn/CHANGELOG.md
generated
vendored
18
node_modules/acorn/CHANGELOG.md
generated
vendored
@@ -1,3 +1,21 @@
|
||||
## 8.16.0 (2026-02-19)
|
||||
|
||||
### New features
|
||||
|
||||
The `sourceType` option can now be set to `"commonjs"` to have the parser treat the top level scope as a function scope.
|
||||
|
||||
Add support for Unicode 17.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
Don't recognize `await using` as contextual keywords when followed directly by a backslash.
|
||||
|
||||
Fix an issue where the parser would allow `return` statements in `static` blocks when `allowReturnOutsideFunction` was enabled.
|
||||
|
||||
Properly reject `using` declarations that appear directly in `switch` or `for` head scopes.
|
||||
|
||||
Fix some corner case issues in the recognition of `using` syntax.
|
||||
|
||||
## 8.15.0 (2025-06-08)
|
||||
|
||||
### New features
|
||||
|
||||
Reference in New Issue
Block a user