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

Completion list show correct entry for function expression and class expression #3643

Merged
merged 25 commits into from
Jul 10, 2015

Commits on Jun 26, 2015

  1. Configuration menu
    Copy the full SHA
    aab2100 View commit details
    Browse the repository at this point in the history
  2. Add test for completion in function expression

    Yui T committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    9c9e298 View commit details
    Browse the repository at this point in the history
  3. Add test for completion in class expression

    Yui T committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    34489fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5467e1d View commit details
    Browse the repository at this point in the history
  5. Add todo comment to use getDeclaredName

    Yui T committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    45182b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Configuration menu
    Copy the full SHA
    553085f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    389e446 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Configuration menu
    Copy the full SHA
    744f640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514d054 View commit details
    Browse the repository at this point in the history
  3. Fix rename for class expression

    Yui T committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    605ab0b View commit details
    Browse the repository at this point in the history
  4. Clean up stripQuote and add comments

    Yui T committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    7747ad4 View commit details
    Browse the repository at this point in the history
  5. Update verification function to be able to test that the only symbol …

    …with certain kind, document, and text is the completion list
    Yui T committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    3079607 View commit details
    Browse the repository at this point in the history
  6. Address code review

    Yui T committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    2e0c390 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. Address code review

    Yui T committed Jul 2, 2015
    1 Configuration menu
    Copy the full SHA
    06c9876 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Fix comments

    Yui T committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    6da98ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into completionListWithLocalName

    Conflicts:
    	src/compiler/checker.ts
    Yui T committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    7c52aaa View commit details
    Browse the repository at this point in the history
  3. Address code review

    Yui T committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    b01e4d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Address code review, handle type parameter in completion list inside …

    …class expression
    Yui T committed Jul 7, 2015
    3 Configuration menu
    Copy the full SHA
    f4cd1ac View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Yui T committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    0148915 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into completionListWithLocalName

    Conflicts:
    	tests/cases/fourslash/renameLocationsForClassExpression01.ts
    Yui T committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    872fdcf View commit details
    Browse the repository at this point in the history
  4. Use symbol.getName for classExpression and functionExpression since i…

    …t now correctly represent declared-name.
    Yui T committed Jul 7, 2015
    1 Configuration menu
    Copy the full SHA
    b5b1b7b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Address code review

    Yui T committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    d0b8002 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. Configuration menu
    Copy the full SHA
    41bedd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d1ee9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Microsoft/TypeScript into…

    … completionListWithLocalName
    Yui T committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    f16f9d1 View commit details
    Browse the repository at this point in the history