-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bruno #4
base: readme
Are you sure you want to change the base?
Bruno #4
Conversation
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
dependencies, documentation
Description
Added multiple JSON files containing character encoding mappings for CP936, CP950, EUC-JP, and other encodings.
Introduced TypeScript declaration files for utilities like
Reflect.apply
,Function.prototype.apply
, andObject.getOwnPropertyDescriptor
.Added documentation files, including a README for the
http-errors
module and changelogs forserve-static
and other packages.Implemented a new JavaScript module (
depd
) for deprecation handling, including utilities for logging and stack trace manipulation.Changes walkthrough 📝
7 files
cp936.json
Added CP936 character encoding table for iconv-lite.
node_modules/iconv-lite/encodings/tables/cp936.json
actualApply.d.ts
Added TypeScript declaration for Reflect.apply.
node_modules/call-bind-apply-helpers/actualApply.d.ts
Reflect.apply
.cp950.json
Added Unicode character mapping table for cp950 encoding.
node_modules/iconv-lite/encodings/tables/cp950.json
mappings.
index.js
Added depd module for deprecation warnings and handling.
node_modules/depd/index.js
managing namespaces.
gOPD.d.ts
Added TypeScript declaration for gOPD utility.
node_modules/gopd/gOPD.d.ts
Object.getOwnPropertyDescriptor
.eucjp.json
Add EUC-JP encoding tables for character mapping.
node_modules/iconv-lite/encodings/tables/eucjp.json
equivalents.
functionApply.d.ts
Add TypeScript declaration for Function.prototype.apply.
node_modules/call-bind-apply-helpers/functionApply.d.ts
Function.prototype.apply
.apply
method in helperfunctions.
2 files
README.md
Added documentation for the http-errors module.
node_modules/http-errors/README.md
http-errors
module.examples.
status codes.
HISTORY.md
Add changelog for serve-static package versions.
node_modules/serve-static/HISTORY.md
serve-static
package.features.
101 files