Junyoung Choi
f161e0e4e1
Fix wrong variable name
...
One of case must use point
2017-09-07 03:06:23 +09:00
Junyoung Choi
3dd0a90cb7
Fix rollback Node
...
Position is not supposed to be extensible, but Node is.
Testing cases for this are also added.
2017-09-07 02:59:33 +09:00
Junyoung Choi
798233d7a5
Accept Position with extra properties
...
Delete `Node` interface because we are needed to check the properties about position only.
2017-09-07 02:12:27 +09:00
Junyoung Choi
0f323cae55
Use never because it always throw an error
...
https://basarat.gitbooks.io/typescript/docs/types/never.html
2017-09-07 02:04:06 +09:00
Junyoung Choi
65698d1e24
Update comment
2017-09-07 01:01:53 +09:00
Junyoung Choi
ec9ef2c302
Add failure scenario
...
Original properties must be kept!
2017-09-07 00:57:19 +09:00
Junyoung Choi
34b2133e83
Exploit generics to assert typings of custom data
2017-09-07 00:41:24 +09:00
Junyoung Choi
61cf931b24
Add more option for position arguments
...
It also can be Node.
So, I've extracted type for this argument as StringifiablePosition, which is `Point | Position | Node`.
2017-09-06 23:13:55 +09:00
Junyoung Choi
08c0fcffbd
Add more type of argument for position
...
It can take both Position and Point
2017-09-06 21:54:08 +09:00
Junyoung Choi
7eb5ba8714
Fix typings for vfile by the guide of the author
2017-09-06 21:54:00 +09:00
Junyoung Choi
122500f99f
Add VFile
2017-09-06 20:52:34 +09:00
Eloy Durán
38894f063d
Merge pull request #19522 from huhuanming/react-natvie-maskview
...
Add MaskedView
2017-09-02 18:55:09 +02:00
huhuanming
d0c49ce6e5
Add MaskedView
2017-09-02 23:48:32 +08:00
Mine Starks
10f72f108f
Merge pull request #19239 from APIs-guru/master
...
[graphql-js] Add individual validation rules and "getDirectiveValues"
2017-09-01 10:10:48 -07:00
Andy
f016f71882
Remove global dependency ( #19509 )
2017-09-01 08:35:16 -07:00
Andy
d74806eb3d
Add lint disables for no-unnecessary-generics ( #19508 )
2017-09-01 08:34:37 -07:00
Andy
cb2dbfbb50
Add ignores for new lint rules ( #19504 )
2017-09-01 07:47:52 -07:00
Daniel Rosenwasser
2de60d4e1a
Merge pull request #19476 from BendingBender/http-error-never
...
[http-errors] don't return never from HttpError constructor
2017-08-31 13:27:54 -07:00
Andy
60a99976ea
Add no-any-union disables to get tests passing again ( #19485 )
2017-08-31 08:08:04 -07:00
Andy
0537c1fb27
Add "private": true to every package.json ( #19483 )
2017-08-31 08:02:56 -07:00
Alan Agius
a7d0be726e
feat(fs-extra): update CopyFilter signature to include dest ( #19361 )
...
* feat(fs-extra): update `CopyFilter` signature to include `dest`
* merge conflicts
fs-extra: re-add missing dash
2017-08-31 07:04:38 -07:00
user
68b6849bf5
[http-errors] don't return never from HttpError constructor
2017-08-31 10:39:10 +02:00
Danlock
5bb93e3433
Deferrable option mistakenly refers to the interface and not it's contents ( #18677 )
2017-08-30 17:24:43 -07:00
Taisiias
5e4cf3ca78
[smtp-server] Derived SMTPServer from NodeJS.EventEmitter. ( #19368 )
...
* [smtp-server] Derived SMTPServer from NodeJS.EventEmitter.
* Importing EventEmitter from 'events'.
2017-08-30 17:23:20 -07:00
Sean Tan
29ef7964f1
[pouchdb-core] PouchDB.Core.GetMeta should always contain _rev ( #19414 )
2017-08-30 17:22:58 -07:00
Frank Tan
6cdcdd65e7
[recompose] Add generic onlyUpdateForKeys ( #19440 )
...
Adds an overload for `onlyUpdateForKeys` that allows a generic parameter for the component props type. This allows us to use `keyof` to provide type checking on the property names.
2017-08-30 17:22:13 -07:00
Christopher Blum
15f04003bf
stripe-v3: Add missing focus method ( #19450 )
2017-08-30 17:21:59 -07:00
Sam Baxter
7a352888ad
selenium-webdriver: Add typing for headless option to chrome driver ( #19463 )
...
* selenium-webdriver: Add typing for headless option to chrome driver
* selenium-webdriver: Add test for chrome headless option
2017-08-30 17:21:46 -07:00
Kyle Roach
869ff500c6
Definitions for react-native-material-kit ( #19464 )
2017-08-30 17:08:55 -07:00
Gyula Szalai
7769c99d01
Type definitions for the server-destroy npm package ( #19452 )
...
* Typings for server-destroy npm package
* Fix indentation of server-destroy typings
* Fix tsconfig of server-destroy typings
2017-08-30 17:07:58 -07:00
Kyle Roach
aa3a5687b7
Definitions for react-native-doc-viewer ( #19467 )
2017-08-30 17:06:00 -07:00
Khell
3741554e0e
[koa-pino-logger] Initial version ( #19448 )
2017-08-30 17:05:27 -07:00
Miloslav Nenadál
5ef67e1623
[kurento-utils]: Add types ( #19416 )
...
* [kurento-utils]: Add types
* [kurento-utils]: Set noImplicitAny to `true`
2017-08-30 17:04:46 -07:00
bizen241
ac52d79dde
[unist]: add types ( #19472 )
2017-08-30 17:02:59 -07:00
Kovács Vince
0f62f0016e
Add type definitions for semver-compare ( #19451 )
...
* Initial type definitions for semver-compare
* Fix definitions
* Fix tslint errors
2017-08-30 17:01:32 -07:00
Dibyo Majumdar
f2111f6347
Add typings for xxhashjs ( #19431 )
2017-08-30 16:56:47 -07:00
Miloslav Nenadál
1939d342ec
[shell-escape]: Add types ( #19449 )
2017-08-30 16:56:11 -07:00
Mine Starks
ed8dad43c5
Merge pull request #18626 from stevehipwell/update-restify
...
Update Restify server interface
2017-08-30 12:47:20 -07:00
Mine Starks
c908aa1b06
Merge pull request #18538 from AJamesPhillips/ramda-curry-intersection
...
[Ramda] Curry intersection
2017-08-30 11:26:01 -07:00
Mine Starks
dbdab87fa3
Merge pull request #18503 from rosek86/add-node-geocoder
...
Add node-geocoder definition.
2017-08-30 11:20:04 -07:00
Mine Starks
50e385dcbf
Merge pull request #19283 from totpero/master
...
added jquery.filtertable and waitMe
2017-08-30 11:02:54 -07:00
Mine Starks
4cbdfce74c
Merge pull request #19445 from DefinitelyTyped/minestarks-patch-1
...
advise against `T | any` in Common Mistakes
2017-08-30 10:35:59 -07:00
Mine Starks
810a6aef29
remove colon
2017-08-30 10:35:46 -07:00
Mine Starks
4f227fbd88
Merge pull request #19379 from crispybee/master
...
Add typings for read-chunk
2017-08-30 10:18:14 -07:00
Mine Starks
1247b6f2af
Merge pull request #19388 from Delagen/master
...
[yandex-maps] initial version
2017-08-30 10:16:35 -07:00
Mine Starks
bb11fb590b
Merge pull request #19270 from peter-scott/master
...
ESPrima - Update to version 4.0
2017-08-30 10:12:06 -07:00
TotPeRo
a22726a890
Update tsconfig.json
2017-08-30 18:53:23 +03:00
TotPeRo
31da31557e
Update tsconfig.json
2017-08-30 18:53:01 +03:00
Andy
44daccc31e
react-virtualized-select: Fix compile errors ( #19194 )
...
* react-virtualized-select: Fix compile errors
* Simpler fix
2017-08-30 08:16:02 -07:00
Andy
a828ea02ac
Normalize tsconfig.jsons ( #19447 )
2017-08-30 08:15:31 -07:00