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

Codefix for implementing interfaces #11547

Merged
merged 101 commits into from
Dec 30, 2016
Merged

Codefix for implementing interfaces #11547

merged 101 commits into from
Dec 30, 2016

Commits on Oct 11, 2016

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

Commits on Oct 12, 2016

  1. Merge branch 'pvb/codeaction/api' into interfaceFixes

    Paul van Brenk committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    7a5cb5f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Merge branch 'master' into interfaceFixes

    Paul van Brenk committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    bf3e487 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Configuration menu
    Copy the full SHA
    6b4f6b5 View commit details
    Browse the repository at this point in the history
  2. Refactor classDeclarations

    aozgaa committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    151f940 View commit details
    Browse the repository at this point in the history
  3. Refactor Loop

    aozgaa committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    d1cea73 View commit details
    Browse the repository at this point in the history
  4. Rename Tests

    aozgaa committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    c2feab6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. temp

    aozgaa committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    f74872d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2abf906 View commit details
    Browse the repository at this point in the history
  3. Covnert to Doc Comment

    aozgaa committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    132b746 View commit details
    Browse the repository at this point in the history
  4. more temp

    aozgaa committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    ecc029f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a66b0ae View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Move codeFixProvider.ts

    aozgaa committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    5d9a4e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac9ffa View commit details
    Browse the repository at this point in the history
  3. Simplify getCodeFixChanges

    aozgaa committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    d24236b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Rename Most Tests

    aozgaa committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    7758e6d View commit details
    Browse the repository at this point in the history
  2. Rename and Add a Test

    aozgaa committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    7272833 View commit details
    Browse the repository at this point in the history
  3. Add Failing Tests

    aozgaa committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    834245c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Add removeAbstractModifier Fix

    Still need to add localization strings
    aozgaa committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    c89b97b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16dc834 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

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

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    bc21346 View commit details
    Browse the repository at this point in the history
  2. Remove unused tests

    aozgaa committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    99ae5d9 View commit details
    Browse the repository at this point in the history
  3. Fix linting errors

    aozgaa committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    aa6ecd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3240000 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Recognize modifiers

    aozgaa committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    0380f3f View commit details
    Browse the repository at this point in the history
  2. Remove unused

    aozgaa committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    1b60a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5279fd View commit details
    Browse the repository at this point in the history
  4. fix references to codefixes?

    aozgaa committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    04968ab View commit details
    Browse the repository at this point in the history
  5. fix jakefile1

    aozgaa committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    d02eb6c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. broken

    aozgaa committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    3b0b696 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    36c5bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8486d View commit details
    Browse the repository at this point in the history
  3. Add straggling Test

    aozgaa committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    b7b30aa View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Test Fixes

    * remove abstract modifier on insertion
    * use semi-colon to delimit object types
    * remove bad type param
    aozgaa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    71d1744 View commit details
    Browse the repository at this point in the history
  2. Expose More TypeChecker

    * getUnionType
    * getIntersectionType
    * getTypeFromTypeReference
    aozgaa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    8c35185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc1bb0e View commit details
    Browse the repository at this point in the history
  4. rename tests

    aozgaa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    0ce53f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b26ba83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11cea6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7141a2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55bf3e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4441380 View commit details
    Browse the repository at this point in the history
  10. Edit error handling tests

    aozgaa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    1ec234a View commit details
    Browse the repository at this point in the history
  11. Fix Type Param method Tests

    aozgaa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    6bd35fb View commit details
    Browse the repository at this point in the history
  12. fix linter errors

    aozgaa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    4973852 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. cleanup

    aozgaa committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    1d6ef6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d842a6f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Get one fix per interface

    aozgaa committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    b1e97b3 View commit details
    Browse the repository at this point in the history
  2. Update tests

    aozgaa committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    c650c33 View commit details
    Browse the repository at this point in the history
  3. Simplify Testing

    aozgaa committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    0591e1b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Add a test

    aozgaa committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    263734f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b202ab View commit details
    Browse the repository at this point in the history
  3. Remove Inner Loop

    aozgaa committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    357ed7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6fc320 View commit details
    Browse the repository at this point in the history
  5. Spell out names fully

    aozgaa committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    efd16c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bba96da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfe50d1 View commit details
    Browse the repository at this point in the history
  8. remove generated file from PR

    aozgaa committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ad3035d View commit details
    Browse the repository at this point in the history
  9. Fix typo and capitalization

    aozgaa committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    d8b359f View commit details
    Browse the repository at this point in the history
  10. Fix handling of default class

    aozgaa committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    6400d53 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Use getTypeOfSymbolAtLocation

    aozgaa committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    c010a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    395d736 View commit details
    Browse the repository at this point in the history
  3. Handle class expressions

    aozgaa committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    d7d4bf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a94d955 View commit details
    Browse the repository at this point in the history
  5. remove fix

    * fixRemoveAbstractModifierInNonAbstractClass.ts
    aozgaa committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    43afb80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ed8d18 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into interfaceFixes

    * additionally consolidated codeFix testing
    aozgaa committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    389959a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Merge branch 'master' into interfaceFixes

    * resolved conflicts with 4/ interface for codefixes
    Arthur Ozga committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    69118cd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Merge branch 'master' into interfaceFixes

    Arthur Ozga committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    4af0e2a View commit details
    Browse the repository at this point in the history
  2. use getStart()

    Arthur Ozga committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    680af0f View commit details
    Browse the repository at this point in the history
  3. Use array instead of map

    Arthur Ozga committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    16b146f View commit details
    Browse the repository at this point in the history
  4. Add args to diagnostic message

    Arthur Ozga committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    f37640a View commit details
    Browse the repository at this point in the history
  5. move helpers under codefix dir

    Arthur Ozga committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    5d6a714 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. FIx typo in method stub.

    Arthur Ozga committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    bf48564 View commit details
    Browse the repository at this point in the history
  2. stubbing extra completions

    Arthur Ozga committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    ba80ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Merge branch 'master' into interfaceFixes

    Arthur Ozga committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    8134d64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'interfaceFixes' of https://github.com/Microsoft/TypeScript

     into interfaceFixes
    Arthur Ozga committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    0c1772b View commit details
    Browse the repository at this point in the history
  3. implement getters/setters as property

    Arthur Ozga committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    f0c7713 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Add Support for multiple signatures

    Arthur Ozga committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    c511aea View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. handle well-known computed property/method names

    Arthur Ozga committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    5cd0ea3 View commit details
    Browse the repository at this point in the history
  2. add test for computed literals

    Arthur Ozga committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c22e47d View commit details
    Browse the repository at this point in the history
  3. Expose indexSignaturePrinting

    Arthur Ozga committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c1a41b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. add missing index signature support

    Arthur Ozga committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    2f51b36 View commit details
    Browse the repository at this point in the history
  2. make index signature fix work with generics

    Arthur Ozga committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    97b3d7a View commit details
    Browse the repository at this point in the history
  3. Add tests and fix rest parameters

    Arthur Ozga committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    819a654 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Arthur Ozga committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    5e48e33 View commit details
    Browse the repository at this point in the history
  5. Simplify rest parameter handling

    Arthur Ozga committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    1338b94 View commit details
    Browse the repository at this point in the history
  6. Simplify index signature generation

    Arthur Ozga committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    b9ae36c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into interfaceFixes

    Arthur Ozga committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    d724517 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Synthetic signature uses existing parameter names

    Arthur Ozga committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    469745b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into interfaceFixes

    Arthur Ozga committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    1ba6c86 View commit details
    Browse the repository at this point in the history
  3. Consolidate Tests

    Arthur Ozga committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    ad01110 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    3cfac08 View commit details
    Browse the repository at this point in the history
  2. refactor fix

    Arthur Ozga committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    4673812 View commit details
    Browse the repository at this point in the history
  3. add tests

    Arthur Ozga committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    4b02099 View commit details
    Browse the repository at this point in the history
  4. simplify and inline methods

    Arthur Ozga committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    8be8819 View commit details
    Browse the repository at this point in the history
  5. implicit any for synthesized signature

    Arthur Ozga committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    d75d548 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into interfaceFixes

    Arthur Ozga committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    4af3937 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    Arthur Ozga committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    97f18c9 View commit details
    Browse the repository at this point in the history
  8. Rename Tests

    Arthur Ozga committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    3fc94bb View commit details
    Browse the repository at this point in the history