Skip to content

chore: drop object-assign#416

Open
hyperz111 wants to merge 2 commits into
expressjs:masterfrom
hyperz111:drop-object-assign
Open

chore: drop object-assign#416
hyperz111 wants to merge 2 commits into
expressjs:masterfrom
hyperz111:drop-object-assign

Conversation

@hyperz111
Copy link
Copy Markdown

We ONLY use object-assign to override the default options. Because We can't use Object.assign (native) for environment supports reason, I replace it with manual loop and override.

@jonchurch
Copy link
Copy Markdown
Member

Why?

@hyperz111
Copy link
Copy Markdown
Author

Why?

Because instead of relying on it, I feel like we can inline it with simple logic. So we can reduce the dependency of this package.

Maybe you can considering this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants