Skip to content
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

Remove get-func-name dependency #1416

Merged
merged 1 commit into from Oct 8, 2021

Conversation

koddsson
Copy link
Member

@koddsson koddsson commented Oct 8, 2021

get-func-name is essentially the same as Function.prototype.name with some polyfills for browsers that don't support Function.prototype.name. Projects that need that polyfill should include it in their project.

We can however remove the dependency since all modern environments support this property.

@koddsson koddsson requested a review from a team as a code owner October 8, 2021 13:11
@keithamus keithamus merged commit a8b8d79 into chaijs:main Oct 8, 2021
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.

None yet

2 participants