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

Type checking for template expressions #681

Merged
merged 55 commits into from
Apr 15, 2019

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    e98740d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b1549 View commit details
    Browse the repository at this point in the history
  3. [wip] template diagnostics

    ktsn committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    dc9d8c1 View commit details
    Browse the repository at this point in the history
  4. Use vue-eslint-parser

    ktsn committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    912b134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a68726e View commit details
    Browse the repository at this point in the history
  6. format codes

    ktsn committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    a66b78c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a10d492 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6865c30 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. check v-for expression

    ktsn committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    34a58dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b852e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de2e859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6a38a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    b90f96a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f02005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deaa8a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68b8200 View commit details
    Browse the repository at this point in the history
  5. Handle v-on statement properly

    ktsn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    6fc1e52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60562ef View commit details
    Browse the repository at this point in the history
  7. Refactoring transformTemplate

    ktsn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    3138243 View commit details
    Browse the repository at this point in the history
  8. Remove unused @types/estree

    ktsn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    7696040 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7a805b View commit details
    Browse the repository at this point in the history
  10. Bump Vue typings for testing

    ktsn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    a8ef51e View commit details
    Browse the repository at this point in the history
  11. Remove unused packages

    ktsn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    0c97e75 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    1642733 View commit details
    Browse the repository at this point in the history
  2. Simplify v-on transformation

    ktsn committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    ce43c75 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

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

Commits on Aug 4, 2018

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

Commits on Dec 10, 2018

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

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    f2f3236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca4ad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d6d62f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. check array literal expression

    ktsn committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0fd53f0 View commit details
    Browse the repository at this point in the history
  2. bump vue-eslint-parser

    ktsn committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0542c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653bf3d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Configuration menu
    Copy the full SHA
    aabba0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31d88bf View commit details
    Browse the repository at this point in the history
  3. check directive expression

    ktsn committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    bec63eb View commit details
    Browse the repository at this point in the history
  4. add test case of directive check

    ktsn committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    71fd337 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

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

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    b8be711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889d1ce View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    39c807b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ddc84 View commit details
    Browse the repository at this point in the history
  3. Small cleanup

    octref committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    e26d5d9 View commit details
    Browse the repository at this point in the history
  4. 💄

    octref committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    79dc034 View commit details
    Browse the repository at this point in the history
  5. Fix some failing tests

    octref committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    ef7978a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    c143dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0713d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff560a View commit details
    Browse the repository at this point in the history
  4. Simplify special attribute check

    ktsn committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    f428765 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2923e08 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    ktsn committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    96797c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de998c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Update comment

    ktsn committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    532074a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4a5cc View commit details
    Browse the repository at this point in the history