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

Scope variables, functions, methods, properties, objects, constants #270

Merged
merged 11 commits into from
Sep 27, 2016

Commits on Sep 22, 2016

  1. Minor changes

    sheetalkamat committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    805eaa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c934d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Configuration menu
    Copy the full SHA
    74d7b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c8c9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ea0312 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34b2509 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    c7d3c02 View commit details
    Browse the repository at this point in the history
  2. constructor and new keyword do start the constructor/new signature in…

    …dependent of presence of (
    
    Fixes #171
    sheetalkamat committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    41478e6 View commit details
    Browse the repository at this point in the history
  3. Use expression as one of the rule in class body to pick up assignment…

    …s to field declaration that are not on the same line
    
    Fixes #221
    sheetalkamat committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    9e3d7a2 View commit details
    Browse the repository at this point in the history
  4. Indexer is something that has identifier(parameter) followed by [ wit…

    …h or without type annotation
    
    Fixes #197
    sheetalkamat committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    25e792b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Configuration menu
    Copy the full SHA
    b8bd8cd View commit details
    Browse the repository at this point in the history