Skip to content
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: ternjs/tern
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.0
Choose a base ref
...
head repository: ternjs/tern
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.0
Choose a head ref
  • 14 commits
  • 15 files changed
  • 3 contributors

Commits on Mar 2, 2015

  1. Bump version number post-0.9

    marijnh committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    42991f6 View commit details
    Browse the repository at this point in the history
  2. Add missing test file

    marijnh committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    99985d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Parse stripped fragment when analyzing a partial file

    The old code accidentally parsed the whole fragment given.
    marijnh committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    0be1880 View commit details
    Browse the repository at this point in the history
  2. Recognize disabled computed functions by originNode rather than name

    It is a lot more reliable.
    
    Closes #501
    marijnh committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    eda5561 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

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

Commits on Mar 12, 2015

  1. Configuration menu
    Copy the full SHA
    a24e63c View commit details
    Browse the repository at this point in the history
  2. [doc_comment plugin] Adjust regexp that parses parameter names to ign…

    …ore default values
    
    Issue #446
    marijnh committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    6c6ddc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. Always glob in the root of the project

    `glob.sync` defaults its search to the current working directory. When used from the Sublime Text 3 plugin, the current working directory becomes the path of the first opened file. This is incorrect, the `loadEagerly` property is intended to load files relative to the root (or `.tern-project` file).
    Slava authored and marijnh committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    792c43a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Adjust to Acorn 1.0

    marijnh committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    104626c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a7166 View commit details
    Browse the repository at this point in the history
  3. Allow a few types to be added to AVal.forward

    To help with type guessing.
    
    Issue #508
    marijnh committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    c5db7a7 View commit details
    Browse the repository at this point in the history
  4. Remove bad design in def file type parser

    Combine the computed type parser and the static type parser
    so that these actually parse the same language. Also removes
    the need for guessing that kind of return type we are getting
    ahead of time.
    
    Issue #486
    marijnh committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    0958506 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a238a68 View commit details
    Browse the repository at this point in the history
  6. Mark release 0.10.0

    marijnh committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    826058a View commit details
    Browse the repository at this point in the history
Loading