- Add default export and test code to RSVP, including sample code from
the RSVP library.
- Use imported RSVP types in Ember and ember-testing-helpers definitions.
- Set minimum TS version in RSVP, Ember, and ember-testing-helpers.
- Fix ember-testing-helpers header.
- Make RSVP a two-type-parameter type; update Ember typedefs accordingly.
- Update authors, definitions link in RSVP header.
- Add definitions for `computed.filter` and `computed.filterBy` methods.
- Add definitions for `getProperties` on Ember base object.
- Fix the `computed.map` definition to actually include the callback
- Fix the `run` method’s callback type.
* Add GetterOptions for working with streams and identify operations
Identify operations need to buffer readStream in memory if you
need to write()/stream() afterwards
See: https://github.com/aheckmann/gm/blob/c6a6c5a/README.md#streams
* Apply some tslint recommendations
* Add tslint.json
* Fix linting errors
* Add tslint rule to skip unified-signatures check
* Ensure geometry is passed ResizeOption
The current iteration of recompose types have two issues:
1) Only a handful of HOCs infer required props from their children.
2) Even when an HOC does infer props from its children, it does not remove
requirements for props it injects.
This leads to the parent component rendering a wrapped commponent to not
realize that props an HOC is injecting have already been handled and
leads to a lot of typing issues.
This PR updates a lot of the types to infer injected types and remove /
partial them from the required props list that are passed to their
parent.
Due to a couple of typing issues in the TS language itself there are
some missing pieces, namely compose cannot currently be typed. This PR,
however, makes huge strides in correcting and inferring types in recompose.
* Adding missing race method to angular.IQService
https://docs.angularjs.org/api/ng/service/$q lists race(promises); as a valid method in AngularJS $q. Adding this type so it can be used accordingly.
* Fixing lint errors
* Fixing use of array
* merged definitions with my own. therefor added some types and made
changed the namespace back to a module.
* fixxed lint errors
* added CSSStyleDeclaration to some elements, so that they are directly styleable like in the original example
* removed commented out code
* commented why points is optional now
* Add captureMessage to raven own methods, fix return type (it should be eventId: string) for both captureMessage and captureException
* Add support for req and user (2.x)
* New definition for 'react-virtual-keyboard'
* fixes
* cleaning
* delete comments and blank line
* "noImplicitThis" have to be equal "true"
* new definition for 'virtual-keyboard'
* change files list in tsconfig.json
* Expected file 'virtual-keyboard-test.ts' to be named virtual-keyboard-tests.ts
* fix errors
* errors
* delete header
* Expected '// Type definitions for '
* header
* Error: At 3:60 : Expected one of
* header
* header
* header
* errors
* err
* err
* error
* global JQuery
* trailing whitespace