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

Fix call syntax after class expression syntax #1468

Merged
merged 1 commit into from
Aug 19, 2016

Commits on Aug 19, 2016

  1. Fix call syntax after class expression syntax

    Call syntax was being disallowed after a call expression.  Appears to be
    a mistake, perhaps copy and paste error.  Fix by simply remove line
    disallowing call syntax in class expression parsing.
    
    Fixes chakra-core#1465
    Ian Halliday committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    6f91c8b View commit details
    Browse the repository at this point in the history