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

nolyfill for Function.prototype.name is incorrect #104

Closed
jdalton opened this issue Oct 16, 2024 · 1 comment
Closed

nolyfill for Function.prototype.name is incorrect #104

jdalton opened this issue Oct 16, 2024 · 1 comment

Comments

@jdalton
Copy link

jdalton commented Oct 16, 2024

The Function.prototype.name is incorrect:
https://github.com/SukkaW/nolyfill/blob/v1.0.30/packages/data/es-shim-like/src/function.prototype.name.ts

The Function.prototype.name package gets the name of the function. The current nolyfill will return the '' of the Function.prototype.name.

@SukkaW
Copy link
Owner

SukkaW commented Oct 22, 2024

Fixed by #106 and the bugfix was included in version 1.0.40, closing~

@SukkaW SukkaW closed this as completed Oct 22, 2024
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

No branches or pull requests

2 participants