Commit Graph

21876 Commits

Author SHA1 Message Date
Andy
ccae407543 Merge pull request #11384 from bryanjjohnson/i18next-xhr-backend
add i18next-xhr-backend definitions
2016-09-22 06:20:23 -07:00
Andy
039ccbafd2 Merge pull request #11269 from linck/master
Added router.stack[] definition to get all registred routes in express Router (express 4.x)
2016-09-22 06:17:20 -07:00
Andy
40d44dc913 Merge pull request #11329 from nohira/master
Add bulkDocs types
2016-09-22 06:15:40 -07:00
Bryan Johnson
f06cd8787e fixes from code review 2016-09-21 14:39:58 -06:00
Bryan Johnson
34aa4d39ee Fixes to the typings so that they are used better 2016-09-21 14:28:41 -06:00
Bryan Johnson
58992a5a55 add i18next-xhr-backend definitions 2016-09-21 14:01:26 -06:00
Andy
66484e9f11 Merge pull request #11383 from Flarna/node_httpversions
Correct types of httpVersionMinor and httpVersionMinor
2016-09-21 12:21:28 -07:00
Andy
b4a6d7b6ff Merge pull request #11373 from TonyPythoneer/fix-net-events
[node] Fix net events
2016-09-21 12:20:41 -07:00
TonyYang
c61446be23 Cancel type annotation on function 2016-09-22 02:45:06 +08:00
Gerhard Stöbich
0230e245a8 Correct types of http version
Correct type of httpVersionMajor and httpVersionMinor in IncomingMessage from string to number.
2016-09-21 20:42:32 +02:00
TonyYang
2698325c4b It should use boolean, not Boolean 2016-09-22 02:09:16 +08:00
TonyYang
df76aa9c43 It should use boolean, not Boolean 2016-09-22 02:08:52 +08:00
Andy
629a7d8ecc Merge pull request #11362 from cailenmusselman/patch-4
Add navigationContext to react-native Navigator
2016-09-21 11:04:16 -07:00
cailenmusselman
7b6177781a Update react-native.d.ts 2016-09-21 11:55:56 -06:00
TonyYang
f4bea67bce Add return-type for emit 2016-09-22 01:51:58 +08:00
Andy
8614cf0766 Merge pull request #11379 from christophercr/master
Add interfaces for Directive scope and Component bindings
2016-09-21 10:46:56 -07:00
Andy
6021a12890 Merge pull request #11336 from danderson00/azure-mobile-apps@3.0.0
Update azure-mobile-apps to 3.0.0
2016-09-21 10:44:17 -07:00
Andy
8e571d7b13 Merge pull request #11230 from ngraef/patch-2
[restangular]: add route-bound methods for scoped service
2016-09-21 10:43:30 -07:00
Andy
2f93c47285 Merge pull request #11381 from TonyPythoneer/patch-1
[validator] Correct APIs
2016-09-21 10:36:28 -07:00
TonyYang
e95232e216 Improve type naming 2016-09-22 01:09:17 +08:00
TonyYang
f13394626c Add tests for isAlpha and isAlphanumeric 2016-09-22 00:46:14 +08:00
TonyYang
cc720689eb Correct isAlpha and isAlphanumeric 2016-09-22 00:44:53 +08:00
TonyYang
2502bbdc11 Correct type for net.Socket and net.Server events 2016-09-22 00:37:30 +08:00
TonyYang
3f858dadfb Correct test for net.Socket and net.Server events 2016-09-22 00:37:10 +08:00
Christopher Cortes
f4f57de0b5 Replace tabs by whitespaces
Fix issues with tabs in IComponentBindings and IDirectiveScope
2016-09-21 16:38:30 +02:00
Andy
72d13c334f Merge pull request #11257 from derekfinlinson/master
Fix openQuickCreate signature
2016-09-21 07:33:42 -07:00
Christopher Cortes
f63a1b638f Fix wrong whitespacing in IComponentBindings
Removed wrong whitespaces.
2016-09-21 16:18:46 +02:00
Andy
e851a863d3 Merge pull request #11225 from rgvassar/ol3-attribution
Updated the ol.control.Attribution class with constructor and methods.
2016-09-21 07:10:06 -07:00
Christopher Cortes
a0cda86791 Add interfaces for Directive scope and Component bindings
Interfaces for scope property in Directive and bindings property in Component to avoid using simple Object (not descriptive enough) and the explicit type {[binding: string]: string} which is too verbose.
2016-09-21 16:08:45 +02:00
Andy
10d14c1be2 Merge pull request #11359 from Strate/knex_fix_migrator_config
[knex] Fix MigratorConfig according to docs.
2016-09-21 07:02:16 -07:00
Andy
d566e029c3 Merge pull request #11364 from robertop87/add-missing-sync-method-to-reveal
Add missing sync method to reveal
2016-09-21 07:00:36 -07:00
Christopher Cortes
4cf077991d Merge pull request #2 from DefinitelyTyped/master
Pull latest commits
2016-09-21 15:54:36 +02:00
Andy
8585cf3559 Merge pull request #11360 from cailenmusselman/patch-3
Update react-native.d.ts
2016-09-21 06:51:03 -07:00
TonyYang
9b72a0efa7 Add test for net.Server events 2016-09-21 17:41:16 +08:00
TonyYang
b7c965e817 Add test for net.Socket events 2016-09-21 17:30:04 +08:00
TonyYang
47929560ea Fix syntax 2016-09-21 17:20:12 +08:00
TonyYang
3dfb3e1353 Fix net events 2016-09-21 17:04:44 +08:00
TonyYang
2698720105 Merge pull request #5 from DefinitelyTyped/master
Update master
2016-09-21 15:55:04 +08:00
Horiuchi_H
70a693ec17 Merge pull request #11138 from horiuchi/nock-rewrite
update `nock` type definition
2016-09-21 16:37:56 +09:00
Horiuchi_H
925d1e66cd Merge pull request #11361 from simonxca/patch-mongoose
Add missing type parameter to mongoose.types.array
2016-09-21 13:08:49 +09:00
Luis Roberto
d307602635 Fix tabs 2016-09-20 19:00:54 -04:00
Luis Roberto
05032593b6 Added missing method sync() 2016-09-20 18:56:01 -04:00
Luis Roberto Perez Rios
4dca424461 Merge pull request #1 from DefinitelyTyped/master
Update local my own fork
2016-09-20 18:48:32 -04:00
cailenmusselman
bb7f9c8b2e Add navigationContext to react-native Navigator
react-native\Libraries\CustomComponents\Navigator\Navigator.js

var Navigator = React.createClass({
  ...
  componentWillMount: function() {
    // TODO(t7489503): Don't need this once ES6 Class landed.
    this.__defineGetter__('navigationContext', this._getNavigationContext);

    this._subRouteFocus = [];
    ...
    ... 
}

react-native\Libraries\CustomComponents\Navigator\Navigation\NavigationContext.js

class NavigationContext {
   ...
}
2016-09-20 16:21:55 -06:00
Simon
fe7621f5da adds type parameter to mongoose.types.array fixes #11291 2016-09-20 17:54:19 -04:00
cailenmusselman
e2e9d69663 Update react-native.d.ts 2016-09-20 15:45:16 -06:00
Artur Eshenbrener
b03987eb8c [knex] Fix MigratorConfig according to docs.
As described in http://knexjs.org/#Migrations-API,
there is no `database` config parameter and there is
`disableTransaction` parameter
2016-09-21 00:21:54 +03:00
Andy
fbe2a7d056 Merge pull request #11342 from janslow/feature/node-events-update
Node.JS EventEmitter accepts symbols as event names
2016-09-20 13:59:00 -07:00
Andy
22d5655e58 Merge pull request #10985 from alechill/master
Updated redux devtools dock monitor and log monitor
2016-09-20 13:49:54 -07:00
Derek Finlinson
9f940ae3a8 Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param 2016-09-20 14:31:04 -06:00