Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Support for Typescript 2.1 #312

Closed
wants to merge 17 commits into from
Closed

Support for Typescript 2.1 #312

wants to merge 17 commits into from

Commits on Nov 18, 2016

  1. bump typescript version to 2.1.1

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    db55376 View commit details
    Browse the repository at this point in the history
  2. update node flags check in AstUtils

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    9385bba View commit details
    Browse the repository at this point in the history
  3. accept JsxOpeningLikeElement

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    1f074df View commit details
    Browse the repository at this point in the history
  4. skip OmittedExpressions in prefer-const

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    2631d34 View commit details
    Browse the repository at this point in the history
  5. accept NewExpression alongside with CallExpression

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    a59423d View commit details
    Browse the repository at this point in the history
  6. correct validateUnaryExpression signature

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    825e3be View commit details
    Browse the repository at this point in the history
  7. ES6 => ES2015

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    f5fe682 View commit details
    Browse the repository at this point in the history
  8. visit ts.moduleBlock

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    702cfbf View commit details
    Browse the repository at this point in the history
  9. skip omitted expressions

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    1a2fddb View commit details
    Browse the repository at this point in the history
  10. skip string literal in JSX elements

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    77a43f5 View commit details
    Browse the repository at this point in the history
  11. don’t check left and right operands on *unary* operator

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    ead143e View commit details
    Browse the repository at this point in the history
  12. make test-data compilable

    Anton Verinov committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    3ddc1b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Configuration menu
    Copy the full SHA
    1d9a5ce View commit details
    Browse the repository at this point in the history
  2. fix AstUtils.isExported

    In rev. 9385bba , I’ve assumed that `Export` flag was moved to `ModifiedFlags`. In fact, it was renamed to `ExportContext`
    zemlanin committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    f4f53a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61c0b94 View commit details
    Browse the repository at this point in the history
  4. update line positions

    zemlanin committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    e610ec3 View commit details
    Browse the repository at this point in the history
  5. fix lint

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