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

[JavaScript] Add support for class fields #1292

Merged
merged 4 commits into from
Dec 1, 2017

Commits on Nov 8, 2017

  1. Refactored methods in class bodies. Rescoped static keyword to storag…

    …e.modifier. Static keyword is no longer recognized in object literals.
    thom committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    0c27a91 View commit details
    Browse the repository at this point in the history
  2. Added public fields.

    thom committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    f995137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6010ff5 View commit details
    Browse the repository at this point in the history
  4. Implemented private fields.

    thom committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    9e839d9 View commit details
    Browse the repository at this point in the history