Commit Graph

46937 Commits

Author SHA1 Message Date
John Gainfort Jr
5be89c6c76 fixed typo 2018-06-21 16:02:23 -06:00
John Gainfort Jr
bd4df72a33 fixed lint errors 2018-06-21 15:16:40 -06:00
John Gainfort Jr
76dd419e81 Merge branch 'master' into hls.js_0.9 2018-06-21 14:27:57 -06:00
John Gainfort Jr
050d7705fa Updated for 0.10.0 2018-06-21 14:26:52 -06:00
Nathan Shively-Sanders
ad9e422689 Merge pull request #26731 from claasahl/master
new package: "starwars-names"
2018-06-21 11:30:01 -07:00
Nathan Shively-Sanders
a319e780bd Merge pull request #26700 from Retsam/equality-comparer
Knockout: remove the any from the typings for equalityComparer
2018-06-21 10:44:44 -07:00
Nathan Shively-Sanders
7cdf42478a Merge pull request #26707 from AlexJerabek/AlexJ-DisplayDialog
Office-js: Add Extended Reference Descriptions
2018-06-21 09:47:23 -07:00
Nathan Shively-Sanders
ca1583fc50 Merge pull request #26657 from saulogt/master
Extending intercom types and fixing response type
2018-06-21 09:47:00 -07:00
Nathan Shively-Sanders
55cefdb4b6 Merge pull request #26716 from devCola/ramda-add-type-inference-for-mapObjIndexed
[ramda] add type inference for mapObjIndexed
2018-06-21 09:45:57 -07:00
Alex Jerabek
6ce3bf3644 Adding closing table tags 2018-06-21 09:30:37 -07:00
Nathan Shively-Sanders
1f4ac4ec56 Merge pull request #26580 from albertorestifo/papaparse-node-stream
papaparse: Add NODE_STREAM_INPUT support
2018-06-21 09:11:25 -07:00
Nathan Shively-Sanders
6df5fb99dc Merge pull request #26577 from LinusU/p-try-2
p-try: upgrade typings for v2.0
2018-06-21 09:09:22 -07:00
Nathan Shively-Sanders
56a1e2f907 Merge pull request #26335 from ide/koa-router-middleware
[koa-router] Change type of returned middleware to match type that Koa expects
2018-06-21 08:18:56 -07:00
Eloy Durán
18fd3f98b4 Merge pull request #26715 from zephraph/fix-border-issue
[styled-system] Add type for border export
2018-06-21 15:05:24 +02:00
Linus Unnebäck
5d975a17db p-try: upgrade typings for v2.0 2018-06-21 14:47:02 +02:00
Alberto Restifo
1a590067d9 fix: Use typeof instead of int 2018-06-21 10:14:21 +02:00
Dev Hanmari
7eb54c2ab2 [ramda] add type inference for mapObjIndexed
fix lint errors...
2018-06-21 15:22:05 +09:00
Zephraph
39295bad9c Ensure border export function is represented 2018-06-20 23:27:34 -04:00
Saulo Tauil
39d98dbf3e fixing tslint 2018-06-20 20:24:57 -07:00
Saulo Tauil
a461a4c4e2 Turning IntercomError.errors a more clear array type 2018-06-20 20:20:16 -07:00
Saulo Tauil
00bb6a0a74 converting ApiResponse to class 2018-06-20 20:14:55 -07:00
Saulo Tauil
01d036688e Converting CompanyIdentifier to interface 2018-06-20 20:10:07 -07:00
James Ide
39d7e18f2a [koa-router] Change type of returned middleware to match type that Koa expects
Koa router has two types of middleware: the middleware it accepts for routes like `router.get(path, middleware)` and the middleware it creates, like `router.routes()`, that is passed to `koa.use(...)`. The former takes context objects with a `params` field while the latter doesn't. These are two different types of middleware and this commit changes the TypeScript declaration to reflect those two different types. This fixes a type error where `koa.use(router.routes())` fails to type check because the `Context` that Koa will pass in doesn't satisfy `IRouterContext` that `router.routes()` wanted.
2018-06-20 18:12:57 -07:00
Igor Oleinikov
ccb9d914fc Merge branch 'master' into equality-comparer 2018-06-20 16:12:26 -07:00
Nathan Shively-Sanders
0897921174 Merge pull request #26477 from garethflowers/master
[mocha] Report correct types in deprecation warnings
2018-06-20 16:04:07 -07:00
Nathan Shively-Sanders
d7da590a7b Merge pull request #25574 from dvorakroth/master
chart.js -- both X and Y axes can have time-related options
2018-06-20 16:03:25 -07:00
Alex Jerabek
0e77add1b6 Moving tables and extra infrormaion 2018-06-20 16:02:30 -07:00
Nathan Shively-Sanders
308b58021b Merge pull request #26470 from frabnt/master
[@types/chart.js] Fix type of 'pointStyle' chart setting
2018-06-20 15:58:54 -07:00
Nathan Shively-Sanders
9ccd985aaf Merge pull request #26701 from gemsotec/master
[@types/react-beautiful-dnd] switch CSS properties of DraggableProviderDraggableProps from null to undefined, to match type definitions in react 16.4
2018-06-20 15:40:24 -07:00
Nathan Shively-Sanders
82500df205 Merge pull request #26683 from aakasaka/master
[knockout] Delete KnockoutExtensionFunctions interface.
2018-06-20 15:36:58 -07:00
Nathan Shively-Sanders
0bb67cdb4c Merge pull request #26537 from waitingsong/ffi
chore(ffi): define interface Callback
2018-06-20 15:10:43 -07:00
Nathan Shively-Sanders
ee4e8441fd Merge pull request #26650 from AutoGravity/add_gramps_rest_helper_types
Added declaration files for @gramps/rest-helpers
2018-06-20 15:08:59 -07:00
Nathan Shively-Sanders
23080d7ece Merge pull request #26705 from sirreal/remove-sirreal-ownership
Remove my code ownership
2018-06-20 15:08:00 -07:00
Alex Jerabek
6b3c6b57a8 Fixing LoadOption link 2018-06-20 15:03:52 -07:00
Alex Jerabek
8194248a30 Cleaning up formatting 2018-06-20 14:54:14 -07:00
Nathan Shively-Sanders
da78a10d48 Merge pull request #26535 from GabrielGouv/mosca
Added type definitions for mosca
2018-06-20 14:49:35 -07:00
Nathan Shively-Sanders
290798c432 Merge pull request #26540 from izmhr/master
three: add .animate() function to WebGLRenderer (for WebVR)
2018-06-20 14:28:54 -07:00
Nathan Shively-Sanders
8d4355f257 Merge pull request #26551 from moimael/fix-koa-websocket-types
[koa-websocket] Support passing ws options to listen.
2018-06-20 14:28:16 -07:00
Alex Jerabek
acdd6329fc Merge remote-tracking branch 'upstream/master' into AlexJ-DisplayDialog 2018-06-20 14:23:34 -07:00
Alex Jerabek
ece170f63d Adding descriptions to Document.get/setSelectedDataAsync 2018-06-20 14:10:16 -07:00
Nathan Shively-Sanders
0622f5b2b2 Merge pull request #26664 from niikoo/chrome-updates
Refined and more proper WebView element types
2018-06-20 14:09:12 -07:00
Nathan Shively-Sanders
2b063b9f9a Merge pull request #26591 from AdamVig/chance-add-missing-dateoptions-params
Chance: Add missing properties to DateOptions
2018-06-20 14:08:00 -07:00
Nathan Shively-Sanders
df1494825a Merge pull request #26531 from clhuang/master
pngjs: Fix PNG.ColorType values
2018-06-20 14:05:26 -07:00
Nathan Shively-Sanders
f9c822840c Merge pull request #26544 from somdoron/master
Bigi: Return type of bigi.compareTo is wrong
2018-06-20 14:00:44 -07:00
Nathan Shively-Sanders
bc31640cfb Merge pull request #26538 from kaktus40/datGuiAddRemoveFolder
dat.gui : add removeFolder function
2018-06-20 13:54:17 -07:00
Nathan Shively-Sanders
896f3cc04d Merge pull request #26704 from alan-agius4/feature/webpack-comments
Webpack: Remove commented code, fix tsdocs, and add `all` to `ToJsonOptionsObject`
2018-06-20 13:44:59 -07:00
Nathan Shively-Sanders
594baf3517 Merge pull request #26589 from g-harel/webpack-configuration-stats-builtat
Add optional builtAt key to webpack.Configuration.stats
2018-06-20 13:44:01 -07:00
Nathan Shively-Sanders
675d3d04b3 Merge pull request #26587 from samijaber/react-autocomplete
@types/react-autocomplete: add Autocomplete.State
2018-06-20 13:43:16 -07:00
Nathan Shively-Sanders
148754c795 Merge pull request #26567 from AlexJerabek/AlexJ-LoadOption
Office-js: Adding LoadOption text
2018-06-20 13:42:35 -07:00
J Gabriel Gouveia
9aee81ff96 Fixed version number 2018-06-20 17:16:01 -03:00