Skip to content

Conversation

iMyth
Copy link
Contributor

@iMyth iMyth commented Mar 21, 2019

No description provided.

@iMyth
Copy link
Contributor Author

iMyth commented Mar 21, 2019

#318

src/component.ts Outdated
'prototype': true,
'arguments': true,
'callee': true,
'caller': true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the quotes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, quotes are removed, thank you for your kind advice!

src/component.ts Outdated
@@ -117,7 +124,7 @@ function forwardStaticMembers (
// We have to use getOwnPropertyNames since Babel registers methods as non-enumerable
Object.getOwnPropertyNames(Original).forEach(key => {
// `prototype` should not be overwritten
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update this comment 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thank you 🙂

Copy link
Member

@ktsn ktsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ktsn ktsn merged commit d024dcc into vuejs:master Mar 25, 2019
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.

3 participants