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
The following code tries to access an invalid path property, and exit it.
/// index.js var _createClass=function(){function t(e,r){for(var n=0;n<r.length;n++){var t=r[n];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}();
babel index.js # TypeError: unknown: Cannot read property 'name' of undefined
The text was updated successfully, but these errors were encountered:
test: add reproducible issue test of #54
b67ab83
fix(#54): modify guard clause(only access real properties)
720b1d0
It is incomplete testing, has relapsed at #60
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The following code tries to access an invalid path property, and exit it.
babel index.js # TypeError: unknown: Cannot read property 'name' of undefined
The text was updated successfully, but these errors were encountered: