Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JamesHenry/typescript-estree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: JamesHenry/typescript-estree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.0.0
Choose a head ref
  • 11 commits
  • 47 files changed
  • 2 contributors

Commits on Jan 4, 2019

  1. refactor: improve typing (#83)

    armano2 authored and JamesHenry committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    315a979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89d814f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f93a9bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b5dfb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18408b5 View commit details
    Browse the repository at this point in the history
  6. BREAKING: add missing TSTypeAssertion node (#79)

    BREAKING CHANGE: This changes the AST - node `TSTypeAssertionExpression` got renamed to `TSTypeAssertion`
    armano2 authored and JamesHenry committed Jan 4, 2019
    2 Configuration menu
    Copy the full SHA
    c1a75eb View commit details
    Browse the repository at this point in the history
  7. fix: commit message for add missing TSTypeAssertion node (#79)

    BREAKING CHANGE: This changes the AST - node `TSTypeAssertionExpression` got renamed to
    `TSTypeAssertion`
    JamesHenry committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    6097361 View commit details
    Browse the repository at this point in the history
  8. test: add FixturesTester (#67)

    armano2 authored and JamesHenry committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    15b2021 View commit details
    Browse the repository at this point in the history
  9. fix: parsing comments in jsx (#82)

    armano2 authored and JamesHenry committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    af73af2 View commit details
    Browse the repository at this point in the history
  10. feat: align call and construct signature declarations (#74)

    BREAKING CHANGE: This changes the AST
    armano2 authored and JamesHenry committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    3ec7fce View commit details
    Browse the repository at this point in the history
  11. feat: add missing TSNamespaceExportDeclaration node (#87)

    BREAKING CHANGE: This changes the AST
    armano2 authored and JamesHenry committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    45d0d31 View commit details
    Browse the repository at this point in the history
Loading