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

Fixing #442: Impossible to define static 'length' function on class #12065

Merged
merged 17 commits into from Jan 17, 2017
Merged

Fixing #442: Impossible to define static 'length' function on class #12065

merged 17 commits into from Jan 17, 2017

Commits on Oct 16, 2016

  1. Fix for issue #442

    about-code committed Oct 16, 2016
    Copy the full SHA
    fc5b2e5 View commit details
    Browse the repository at this point in the history
  2. Fix for issue #442

    about-code committed Oct 16, 2016
    Copy the full SHA
    8a37a16 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9122f62 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Copy the full SHA
    45e8a5b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Copy the full SHA
    8fa07d6 View commit details
    Browse the repository at this point in the history
  2. Accept baseline tests. Fixing diagnosticMessages.json (merge result…

    … not included in prior commit).
    about-code committed Nov 5, 2016
    Copy the full SHA
    189dbdd View commit details
    Browse the repository at this point in the history
  3. Fixing wrong line number in tests/baselines/reference/variableDeclara…

    …tionInStrictMode1.errors.txt
    
    after rebuilding and testing compiler.
    about-code committed Nov 5, 2016
    Copy the full SHA
    d58b5c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Allowing static arguments() and static caller() for target "es6".

    Disallow non-function properties `static arguments` and `static caller`, though.
    about-code committed Nov 6, 2016
    Copy the full SHA
    d9a46e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Copy the full SHA
    b623f37 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    02ee7c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Copy the full SHA
    ff828fd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    544d0a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Copy the full SHA
    244db70 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d78247a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. Copy the full SHA
    66263b3 View commit details
    Browse the repository at this point in the history
  2. Removing es6 method/property distinction.

    Adding tests with default export and anonymous class expressions.
    about-code committed Jan 14, 2017
    Copy the full SHA
    4718efd View commit details
    Browse the repository at this point in the history
  3. Removing es6 method/property distinction.

    Adding tests with default export and anonymous class expressions.
    about-code committed Jan 14, 2017
    Copy the full SHA
    9b217e3 View commit details
    Browse the repository at this point in the history