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

Typings for horizon #684

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Typings for horizon #684

wants to merge 12 commits into from

Commits on Aug 12, 2016

  1. added horizon typing

    **Typings URL:** https://github.com/beenotung/typed-horizon
    
    **Questions (for new typings):**
    
    * [x] Does the README explain the purpose of the typings and have a link
    to the JavaScript project?
    * [ ] Do the typings follow the source structure (e.g. `index.js` <->
    `index.d.ts`)?
    no, the typing is in a single file
    * [x] Are they external or global modules according the source (e.g. see
    README sources)?
    they are global modules
    beenotung committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    e5f131a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. Configuration menu
    Copy the full SHA
    cd6617b View commit details
    Browse the repository at this point in the history
  2. updated horizon.json

    changed to global typing;
    
    refer to raw file directly:
    eliminate the need to maintain a 'release branch' (reduce duplicated
    storage);
    beenotung committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    4b039c8 View commit details
    Browse the repository at this point in the history
  3. added declare module

    beenotung committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    44a3f6f View commit details
    Browse the repository at this point in the history
  4. changed horizon from global into npm

    in order to import npm:rxjs
    (instead of typings:rx-lite previously)
    beenotung committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    c1db718 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06bd72d View commit details
    Browse the repository at this point in the history
  6. change back to global

    beenotung committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    c578195 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42d596f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. updated query annotation

    beenotung committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    afd04d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500a618 View commit details
    Browse the repository at this point in the history
  3. removed param values

    beenotung committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    cf9ab64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f4efbc View commit details
    Browse the repository at this point in the history