* Added missing classes and functions
-Added SelectEvent and DrawEvent
-Updated GML format definitions
* Added missing return type to readFeatures function
* [express]: RequestHandler's 3rd argument fix
It is hot optional. Btw, express instance itself is a
request handler, which can be invoked without 3rd argument,
so, as for now it has call signature with only 2 arguments:
request and response.
Fixes#11164
* Move 2-args call signature to Application interface
As stated in sources, knex.fn contains only one function, `now()`, which returns `Raw`. As stated in documentation, `Raw` could be used as any value in query builder, so, this commit includes 2 changes:
1. Add `Raw` as one of case for type `Value`;
2. Introduce `FunctionHelper` interface (as in original source), which is returned by `knex.fn`.
https://github.com/tgriesser/knex/blob/master/src/functionhelper.jshttp://knexjs.org/#Schema-timestamp (see Example section)
* 'types-2.0' of https://github.com/DefinitelyTyped/DefinitelyTyped: (212 commits)
Adding typing for disposable-email-domains
Fix tests, rename things to `index.d.ts`, use `<reference types="xxx">`, and add `tsconfig.json`s.
Add d3-scale-chromatic definitions and tests.
Fix tabs
Added missing method sync()
adds type parameter to mongoose.types.array fixes#11291
Update react-native.d.ts
[knex] Fix MigratorConfig according to docs.
Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param
Remove unneeded fields from package.json
Add optional parameter to SuccessCallbackDelegate so openQuickCreate test will pass
Comment out openQuickCreate test. Not sure why it fails
Add null for optional parameters
Change type of newRecord to Page.LookupValue
Fix test for openQuickCreate to pass Travis build
Removed optional flag from parameters from .every() methods.
Adding typing for koa-logger
consistently indentations
removed randomColor (windows casesensitive problem)
added string unions for luminosity, hue, format Hue can also be a number
...
# Conflicts:
# pg-pool/index.d.ts
# pg-pool/tsconfig.json
* upstream/master:
Add Freq option type
Requested Revisions
Updated imap-simple from code review feedback.
Adding rrule definition
include link to mapbox gl examples
Typings for imap-simple.
modify tests
Switch Array<> to []
Fixes to get the tests working
Add mapbox-gl typings
* upstream/master: (309 commits)
parameterize angular/IChangesObject
add missing options property in schema type fixes#11399
Changed the stuff asked
Fixed problem with es6
Refactoring
Added electron-devtools-installer
adds faker version to definition file
adds faker.lorem.word() as documented here: https://github.com/Marak/faker.js/blob/master/Readme.md#api-methods
adding algoliasearch-client-js definitions
Update polymer array splice typings. (#11390)
Rename "refressh" in CreateDocumentParams
angularjs: Refine typings for directive and component definitions
fixes from code review
Fixes to the typings so that they are used better
add i18next-xhr-backend definitions
Cancel type annotation on function
Correct types of http version
It should use boolean, not Boolean
It should use boolean, not Boolean
Update react-native.d.ts
...