We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Function.prototype.name
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.
The text was updated successfully, but these errors were encountered:
fix(#104): proper function.prototype.name implementation
function.prototype.name
9fac3fb
fix(#104): proper function.prototype.name implementation (#106)
3453876
Fixed by #106 and the bugfix was included in version 1.0.40, closing~
Sorry, something went wrong.
No branches or pull requests
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 theFunction.prototype.name
.The text was updated successfully, but these errors were encountered: