Denis Malinochkin and Andy
a593fd2d60
refactor(node): Remove duplicate line for the «addListener» method ( #23449 )
2018-02-06 08:47:31 -08:00
Andy and GitHub
86ad142f21
Convert even more import * to import = ( #23461 )
2018-02-06 08:38:38 -08:00
Eloy Durán
4baa6ab4c6
[relay] Improve typing of componentRef and refactor slightly.
2018-02-06 17:25:16 +01:00
Eloy Durán
eee0c90fa6
[relay] Fix lint issues.
2018-02-06 17:12:30 +01:00
Eloy Durán
cda26c85c2
[relay] Expose componentRef prop of containers.
2018-02-06 15:59:17 +01:00
Eloy Durán
26b18f911e
[relay] Make sure optional props remain optional.
2018-02-06 15:59:17 +01:00
Eloy Durán
4a5279010a
[relay] ConcreteFragment should have been FragmentReference.
2018-02-06 15:59:16 +01:00
Eloy Durán
e1dd20d21c
[relay] Update tests for emitted TS artifacts.
2018-02-06 15:59:16 +01:00
Eloy Durán
14f4b6d24e
[relay] Use const enum for unique fragment types.
2018-02-06 15:59:16 +01:00
Eloy Durán
0351b87eca
[relay] Add types used in compiler artifacts and improve tests.
2018-02-06 15:59:16 +01:00
Eloy Durán
2fcce313b6
[react-relay] Remove relay prop from containers.
2018-02-06 15:59:16 +01:00
Eloy Durán
c41956752f
[relay] Cleanup of where types are defined and scope tests.
2018-02-06 15:59:16 +01:00
Eloy Durán
be38f831c2
[relay] Use React.ComponentType.
2018-02-06 15:59:16 +01:00
Eloy Durán
83839f3122
[react-relay] Split tests into modern, compat, and classic files.
2018-02-06 15:59:15 +01:00
Andy and GitHub
e5c1512ab6
cheerio: Convert import * to import = ( #23448 )
2018-02-05 18:34:56 -08:00
Andy and GitHub
2a9d2f8d59
Convert more "import *" to "import =" ( #23446 )
2018-02-05 18:27:31 -08:00
Andy and GitHub
4b2d0110d5
Fix many "import *" that should be "import =" ( #23443 )
2018-02-05 15:35:41 -08:00
Andy and GitHub
b890bf4556
Fix node tests to be compatible with --esModuleInterop ( #23437 )
2018-02-05 13:08:34 -08:00
Andy and GitHub
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Kyle Roach
8aba723555
react-native-material-ui - Add positionContainer on ActionButton style
2018-02-05 06:36:20 -04:00
Zev Spitz and Sheetal Nandi
8058968995
[New package] activex-shell, activex-shdocvw -- Shell Controls + Internet Controls ( #23360 )
...
* initial commit
* activex-shell
* Raised Typescript version
2018-02-02 14:16:27 -08:00
Andrew M and Sheetal Nandi
ead975c8ad
[react-widgets] update typings ( #23234 )
2018-02-02 14:15:34 -08:00
Wesley Wigham and Sheetal Nandi
422003f3c5
Use import require when call or construct signatures are needed to improve compat with esModuleInterop ( #23355 )
...
* Use import require when call or construct signatures are needed to improve compat with esModuleInterop
* Add moment-timezoe fix
2018-02-02 14:09:06 -08:00
gentoo90 and Sheetal Nandi
68a0b4e27f
jquery.colorpicker fixes ( #23320 )
...
* add 'disabled' option
* allow multiple parameters in method calls
2018-02-02 14:05:21 -08:00
Simon Colmer and Sheetal Nandi
c62adce5d1
Move IR definitions into root of Johnny Five since they were deprecated. ( #23236 )
...
* Update J5 to deprecate IR methods that now live in their own exports
* Add Credits
2018-02-02 14:04:47 -08:00
Sergio Álvarez and Sheetal Nandi
3f53615e9e
[@types/expo] Improve Facebook's Response type definition ( #23343 )
...
* Merge union into a unique value definition
* Fix lint error: prefer interface over type literal
* Update the tests to cover the destructuring use case
2018-02-02 13:58:33 -08:00
AlekhineDev and Sheetal Nandi
95c52dcefe
Added a missing 'draggable' boolean property to Props. ( #23347 )
2018-02-02 13:57:27 -08:00
Mark Bell and Sheetal Nandi
d5b9413803
The async parameter of Bloodhound.search is now optional ( #23365 )
...
The search function assigns a noop call inside the function body if the async parameter is omitted (bloodhound.js line 137), so it's safe to make this optional in the type signature.
2018-02-02 13:56:49 -08:00
Naoto Yokoyama and Sheetal Nandi
2ab14041f4
express-session: fix Store#get callback parameter type ( #23240 )
...
The type of the second parameter of Store#get should be SessionData,
not Session. It's bit confusing because parameter name "session" is
used for both Session and SessionData on their documentation.
2018-02-02 13:56:24 -08:00
FishOrBear and Sheetal Nandi
38ebf1ed54
<threejs> add 'ShapeBufferGeometry' ( #23272 )
...
* add 'Texture' attribute: 'center','rotation'
* add 'ShapeBufferGeometry'
2018-02-02 13:46:24 -08:00
am and Sheetal Nandi
2b6e3afa04
meta, application, refactoring ( #23358 )
...
* util.typeOf -> meta.typeOf
* x -> exception
* [application] add common things
* [events] add propagateEvents methods
2018-02-02 13:40:52 -08:00
Jakub Korzeniowski and Sheetal Nandi
a23c27a2dc
Corrected the typings for R.partition ( #23376 )
2018-02-02 13:39:52 -08:00
Eloy Durán and GitHub
481d494f5c
Merge pull request #23369 from DerJacques/patch-2
...
[React Native] Update AnimatedValue type
2018-02-02 16:33:25 -05:00
Andy and GitHub
8886afce4b
new-relic-browser: Remove redundant jsdoc ( #23368 )
2018-02-02 09:29:55 -08:00
Manuel Thomsen and GitHub
2abac61fd0
[React Native] Update AnimatedValue type
2018-02-02 17:06:58 +01:00
Sebastian Müller and Ryan Cavanaugh
b1ce7a3525
Removing types/yfiles to resolve #23310 ( #23364 )
...
* Preparing removal of types/yfiles - adding notice in index.d.ts
* Removing types/yfiles to resolve #23310
* Fixed version number to use semver versioning
2.1 -> 2.1.0
2018-02-02 07:58:15 -08:00
York Yao and Mohamed Hegazy
04dca3a081
add types of upng-js ( #23357 )
...
* add types of upng-js
* Update index.d.ts
* Update upng-js-tests.ts
* Update index.d.ts
* Update index.d.ts
2018-02-01 19:06:22 -08:00
Henry Ing-Simmons and Mohamed Hegazy
faf57355e1
Adding typings for redux-little-router ( #23345 )
...
* Adding typings for redux-little-router
* Fixing config and typings
* Fixing linting and updating Typescript Version
* Set strict function types to true
* Change dependency from @types/redux to redux
2018-02-01 14:31:25 -08:00
Tanguy Krotoff and Andy
f79f55b826
Fix express.static() with esModuleInterop ( #23335 )
2018-02-01 14:10:52 -08:00
Andy and Sheetal Nandi
b09e18c654
ed2curve: Use package.json for tweetnacl dependency ( #23352 )
2018-02-01 14:00:01 -08:00
BbangJin and Sheetal Nandi
b0525e80a5
Add jsonWebTokenOptions type on passport-jwt StrategyOptions type. ( #23309 )
...
* feat: add jsonWebTokenOptions on passport-jwt StrategyOptions.
* feat: add contributor name on passport-jwt types.
* fix: jsonWebTokenOptions types from jsonwebtoken VerifyOptions.
2018-02-01 13:58:39 -08:00
Lindsey and Sheetal Nandi
ebd430ff84
[meow] Upgrade types for version 4 ( #23350 )
...
* [meow] Upgrade types for version 4
* Use ES6 import style
2018-02-01 11:13:19 -08:00
benstevens48 and Sheetal Nandi
de83607005
allow modern import syntax for stemmer ( #23229 )
2018-02-01 11:12:13 -08:00
Georgii Dolzhykov and Sheetal Nandi
2cbe4e25c8
Rename confusing identifiers in tests (interface TResult -> AbcObject, var any -> anything) ( #23307 )
2018-02-01 11:09:56 -08:00
Brent Douglas and Sheetal Nandi
fc02b40ffc
Add types for @material group at tag v0.26.0 ( #23179 )
2018-02-01 10:50:12 -08:00
Georgii Dolzhykov and Sheetal Nandi
1f0e148136
lodash: remove _.flip from function/delay.d.ts ( #23338 )
2018-02-01 09:24:03 -08:00
Anderson Friaça and Sheetal Nandi
c76ba8e8c6
Types for jQuery Tags Input Plugin ( #23337 )
...
* Types for jquery-tags-input
* Adjustments in types
2018-02-01 09:23:40 -08:00
Zanaxhir and Sheetal Nandi
ba138fc494
[@types/react-dates] add daySize to DateRangePickerShape ( #23336 )
2018-02-01 09:23:18 -08:00
Zev Spitz and Sheetal Nandi
e7b468e36a
activex-diskquota -- ActiveX Disk Quota Type Library ( #23334 )
...
* Initial commit
* Removed interface-name from tslint.json
* Cleared tslint.json
2018-02-01 09:21:51 -08:00
Zev Spitz and Sheetal Nandi
51cb39e97c
Fax COM library, and Windows Script Host objects ( #23333 )
...
* Initial commit
* no-const-enum
* dts fixes
* Windows Script Host objects
* Remove interface-name rule
* Cleared tslint.json rules
2018-02-01 09:19:20 -08:00