* chore(highland): add Alvis Tang as an author
* fix(highland): correct the definition of push
A push function should have a type of
```ts
(err: Error | null, x?: R | Highland.Nil) => void
```
such that it can accept
```ts
push(null, _nil);
```
to signal the end of the stream.
* fix(highland): add the missing defintion of uniq and uniqBy
See http://highlandjs.org/#uniq
* fix(highland): correct the definition of each
As a special case, `done` is allowed to attach to the stream after `each`.
See http://highlandjs.org/#each
* fix(highland): correct the definition of merge
The merge function should not take any argument. Also the return of a merged
stream should be the union type of the origins.
See http://highlandjs.org/#merge
* fix(highland): add the missing definition of toPromise.
See http://highlandjs.org/#toPromise
* base (master) branch where all common changes start
* base (master) branch where all common changes start
* updated readme
* updated readme
* initial commit for cytoscape js
* update version
* added return types of void
* container can be jQuery
* container is not a jQuery but a get() works
* added style properties
* added style properties
* allow remove on CollectionElements
* added docs and algorithms
* added layout typings
* added layout intellisence and optional
* added missing elements from the api, may be broken
* incorporate CSS
* Remove OS restrictions
Previously, OS was restricted to only `linux`. However cytoscape.js does not appear to have any os restrictions defined in it's [`package.json`](https://github.com/cytoscape/cytoscape.js/blob/master/package.json).
* updated to match cytoscape 3.x
* updated version
* missing setter fro style
* target may not be present and type must be a string
That type can only be one of the specified event types.
* updated versions
* updated for IDE
* updated version to 0.0.1
* There is no known operating-system restriction.
* not an angular project
* type for cytoscapejs
* fixing types half way
* fix all travis errors and added some tests
* use HTMLElement instead of any for container
* add strictFunctionTypes
* Update RSVP to 4.0, to implement PromiseLike<T>.
- RSVP Promises can now be used with `async` and `await`.
- RSVP types now match what is in RSVP 4.0.
* Update ember-testing-helpers for fixed RSVP.
* Ember.js: correctly represent most of the framework.
- Capture the actual behavior of most of the framework, including computed
properties, custom getters and setters and the custom Object model more
generally, prototype extension via `.extend`, and the mixin pattern.
- Support the new modules API alongside the global API.
- Add extensive tests.
- Update inline documentation.
- Use the new, async/await compatible RSVP definitions.
* Ember/RSVP: drop .prettierrc files.
* Drop types/rsvp/assert.ts -- stick to just rsvp-test.ts.
* Fix ember-testing-helpers-tests on top of module itself.
* Fix RSVP import in ember-testing-helpers.
* Fix 'typeRoots', set ember-testing-helpers to use TS 2.4.
* Fix missing 'types' compiler option.
* Fix errors caught by dtslint.
* A few more tslint tweaks.
* Fix account link in ember-testing-helpers authorship.
* Disable strictFunctionTypes for Ember, RSVP.
* fix array.reduce signature conflict in ts@next
* Minor fixes/adjustments to ESTree
- Add `type: string` to base interface to allow only strings for `type` in any descendants.
- Change `UnaryExpression::prefix` to `true` (since it can never be false and is just a backwards compatibility artefact).
- Add absent / `null` as a valid `RegexpLiteral::value` (it's used by compliant parsers/tools when RegExp can't be natively represented).
- Make `Literal::raw` optional to allow creating nodes without one.
- Add missing `type` and location properties to `Comment` node.
* Update index.d.ts
* paho-mqtt: fix type of payload constructor param & member payloadBytes of class Message
* paho-mqtt: fix type of Message.qos & add `export = Paho.MQTT` to module 'paho-mqtt' & add some other test cases
* Add File fields related to Multer S3 and fix metadata parameter type
* Update index.d.ts
* Add File fields related to Multer S3 and fix metadata parameter type
* Add File fields related to Multer S3 and fix metadata parameter type
* Add File fields related to Multer S3 and fix metadata parameter type
* Add typings for jest-diff
* Add typings for jest-get-type
* Add typings for jest-matcher-utils
* Enable noImplicitThis option for jest-diff
* Enable noImplicitThis option for jest-get-type
* Enable noImplicitThis option for jest-matcher-utils
* Point jest-diff project URL to GitHub
* Point jest-get=type project URL to GitHub
* Point jest-matcher-utils project URL to GitHub
* Uncomment EXPECTED_BG, RECEIVED_BG variables
Although these variables have been removed on master of the
jest-matcher-utils repo, there has yet to be a release.
Add a TODO to indicate that a future update to these definitions will
be necessary.
* Added types based on https://core.telegram.org/bots/api
* Fixed dtslint errors
* Updated tests
* Syntax update
Switched to newer syntax for function declarations in interfaces.
* Minor Version updates:
* [d3-drag] Added `touchable(...)` support
* [d3-drag] Bumped minor version to 1.2
* [d3-zoom] Added `touchable(...)` support
* [d3-zoom] Bumped minor version to 1.6
* d3
* Bump minor version to 4.11
* Update index.d.ts
Fix mqtt type references.
* Make the tests compatible with noImplicitAny: true.
* Update version.
* Add package.json for mqtt type dependency.
* Remove mqtt in favour of original package definitions.
* Update notNeededPackages.
* Add private flag to package.json.
* Trigger travis
* Update subscribe options.
* Fix subscribe callback.