glmdgrielson and GitHub
91fcfae67f
Made paths property optional
...
I'm making a lot of seemingly duplicate commits here, aren't I?
2018-02-05 09:30:33 -05:00
glmdgrielson and GitHub
b29ebabcb8
Made paths property optional
...
Granted, I can't imagine any reason you wouldn't have it, but you don't have to!
2018-02-05 09:29:26 -05:00
glmdgrielson and GitHub
8c8d986e3b
Update require.resolve.paths type
...
I've also changed the version in the header, as this bit wasn't added until 8.9.x. I hope that's okay.
2018-02-05 09:16:15 -05:00
glmdgrielson and GitHub
b86955ac31
Update require.resolve.paths type
...
I'm not too familiar with the strict null checks, sorry.
2018-02-05 09:13:51 -05:00
glmdgrielson and GitHub
aa6b62b81f
A bit of backporting
...
It was added in 8.9 after all...
2018-02-04 18:46:17 -05:00
glmdgrielson and GitHub
e38672cd3e
Updated require.resolve
...
The official `require.resolve` docs say that it now accepts a second argument, an object with a paths property is an array which I think is comprised of strings.
2018-02-04 18:13:44 -05: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
Kai Ruhnau and Sheetal Nandi
d6cddb2fb3
[d3-shape] padAngle for arcs is optional ( #23294 )
2018-02-01 09:13:38 -08:00
Dmitriy Serdtsev and Sheetal Nandi
df1b55d514
[react-infinite] fix TS2497 ( #23285 )
...
* Corrected exports in react-infinite d.ts
* Added test for react-infinite
2018-02-01 09:12:52 -08:00
Alexander and Sheetal Nandi
58c71e014c
[cleave.js] Add missing type for htmlRef prop ( #23244 )
...
* Add missing prop type htmlRef for cleave.js
* bump version of type definitions for cleave.js after type adding
2018-02-01 09:12:09 -08:00
ZheyangSong and Sheetal Nandi
7d60dd66ed
Fix Ill-defined Definitions of Class/Interface ( #23222 )
...
* Fix Ill-defined Definitions of Class/Interface
+ The Label was ill-defined and didn't reflect the latest implementation
+ NOTE: this will cause breaking changes for any project that consumes the Label.
+ The `Label` is redefined as the concrete class so that *<Label />* can be used in JSX
+ The `LabelProps` is redefined as what old interface `Label` was.
* PR Updates
+ remove undocumented static methods.
* + Update recharts-tests.tsx
* + Remove unused type `parseViewBoxArgs`
2018-02-01 09:10:09 -08:00
Tomas Carnecky and Sheetal Nandi
aff3a0476b
Type definitions for catalog (2.x) ( #23276 )
...
* Type definitions for catalog
* Add catalog tests
* catalog: add responsiveSizes to Config
* catalog: remove empty rules block from tslint.json
* catalog: add responsive prop to ReactSpecimen
2018-02-01 09:05:59 -08:00
Andrew Crites and Sheetal Nandi
fcc0c74677
Blessed Program class types ( #23327 )
...
* blessed: add program export
* blessed: Adding types for Program.
Attempted to include all functions for the Program class. I excluded the psuedo-private functions starting with _.
Most functions write to a writeable stream and call the write() function internally which returns a boolean.
* blessed: Adding types test and program properties
2018-02-01 09:02:55 -08:00
Eloy Durán and GitHub
bd2e7ac7d1
Merge pull request #23325 from npirotte/react-relay/improve-props
...
react-relay - improve props and relay variables typing
2018-02-01 11:48:16 -05:00
Nathan Shively-Sanders and GitHub
715d56ce22
Merge pull request #23331 from DefinitelyTyped/shelljs-test-string-literals
...
shelljs.test uses string literals for option param
2018-02-01 08:12:59 -08:00
Nathan Shively-Sanders
e6b57c0497
Create a TestOptions type for test's options
2018-02-01 08:04:55 -08:00
Nicolas Pirotte
2a776fbffe
(react-relay) Adds default type for RelayProp
2018-02-01 16:10:35 +01:00
Matt R. Wilson and Sheetal Nandi
a436740d5d
[@types/request-promise-native] Add transform2xxOnly option. ( #23328 )
2018-01-31 17:29:03 -08:00
Nathan Shively-Sanders
db1ca04de3
shelljs.test uses string literals for option param
...
Previously it was just string, which makes it hard to know which options
are available.
2018-01-31 15:31:48 -08:00
Hugues Stefanski and Sheetal Nandi
3c357a1ccf
Add types for [d3-fetch]( https://github.com/d3/d3-fetch ) ( #23324 )
...
* Updated d3-geo to reflect version 1.9.0: added fitWidth and fitHeight methods
* Fix asterisk position
* Missing space
* Added spacing between methods
* Added tests for d3-geo `fitHeight` and `fitWidth`
* Backbone for d3-fetch
* Completed fetch API
* Strong typings of parsing methods
* Partial d3-fetch tests
* Completed tests for d3-fetch
* Reste library to es6 in d3-fetch
* Fix linting errors
* tentative fix TS 2.1
* Specific types for d3-fetch
* Fix test on d3-fetch
* Removed generic used only once for json function in d3-fetch
* Fix d3-fetch test
2018-01-31 14:45:59 -08:00
Georgii Dolzhykov and Sheetal Nandi
50ae629d0c
AngularJS: rename confusing identifiers in tests ( #23314 )
2018-01-31 14:44:50 -08:00