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: nodegit/nodegit.github.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jvilk/nodegit.github.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 8, 2016

  1. Adding code to generate TypeScript declarations.

    Currently, the declarations are not correct due to the incompleteness of the documented types.
    
    I will need to fix up some documented types, and add hacks that remove certain annotations.
    John Vilk committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    3826813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3daad4 View commit details
    Browse the repository at this point in the history
  3. [TS Decls] Fixing enums, preventing bad things from entering declarat…

    …ions.
    
    There are now only a few issues left to deal with.
    John Vilk committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    acb7b6b View commit details
    Browse the repository at this point in the history
  4. Typings now compile in TypeScript!

    John Vilk committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    d0bc904 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Properly mark optional parameters to functions.

    John Vilk committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    f687656 View commit details
    Browse the repository at this point in the history
  2. [TS Decl] Correctly handle optional parameters in the middle of the p…

    …arameter list by generating variants.
    
    Handles complexities like Git.Commit.create.
    John Vilk committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    5d0e1c2 View commit details
    Browse the repository at this point in the history
Loading