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

fixes #1001: ES6 classes support #1061

Closed
wants to merge 1 commit into from

Conversation

ikarienator
Copy link
Contributor

Adding class support.

Closes #1001.

@ikarienator ikarienator force-pushed the GH-1001 branch 2 times, most recently from 48ff6a7 to 78d8d90 Compare February 17, 2015 07:10
@ariya
Copy link
Contributor

ariya commented Feb 17, 2015

Need more coverage :-)

@ikarienator ikarienator force-pushed the GH-1001 branch 2 times, most recently from e73eb1f to a65e67e Compare February 18, 2015 18:03
return property;
}

function parseClass(isExpr) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This isExpr invites a Boolean trap.

@nzakas nzakas mentioned this pull request Feb 19, 2015
22 tasks
@ikarienator ikarienator force-pushed the GH-1001 branch 2 times, most recently from 1c741b2 to 6218718 Compare February 19, 2015 19:30
@ariya
Copy link
Contributor

ariya commented Feb 20, 2015

👍

@ariya ariya closed this in 167c689 Feb 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ES6 feature: Classes: tracking Issue
2 participants