Gerhard Stöbich
2bb44da669
[node] introduce TypedArray ( #27387 )
2018-07-24 10:08:06 -07:00
segayuu
f4c5251199
Refactoring [@types/bluebird] ( #27410 )
...
* Define type Resolvable
* use type Extract
* fix ignore lint: max-line-length
* fix ignore lint error: no-unnecessary-generics
* enable strictNullChecks
* Apply review
* fix review
* fix review
2018-07-24 09:23:03 -07:00
J.C
4e4595695d
Add new definition for project wegame-api ( #27327 )
...
* add wegame-api definition
* no need these files for DefinitelyTyped project
* add missing files
* add strictFunctionTypes check
* not allowed by DefinitelyTyped
* modify header according to DefinitelyTyped's standard
* remove OpenContextData test as this extra file is not allowed by DefinitelyTyped.
* remove files now allowed by DefinitelyTyped
* add noEmit to tsconfig.json
* fixed test errors
* fix errors, passed tslint test.
2018-07-24 09:21:08 -07:00
Daniele Coppolino
2aa31db3b6
Make node and edge interfaces inherit from their options ( #27254 )
...
Node and Edge interfaces should inherit from NodeOptions and EdgeOptions. These Options are meant to be global, so properties such as "id", "from" and "to" should exist only on Node and Edge interfaces. Plus, in this way it's possible to use all properties defined on parent interface.
2018-07-24 09:19:29 -07:00
Max
e859a48538
stellar-sdk: added record and error data to CallBuilder stream callbacks ( #27513 )
2018-07-24 09:16:24 -07:00
Michal Zochowski
e037e4212e
Add type definitions for @webscopeio/react-textarea-autocomplete ( #27535 )
...
* Add types for @webscopeio/react-textarea-autocomplete
* Fixes for lint
2018-07-24 09:04:51 -07:00
MateuszSapielakGSI
478ef05b4f
OpenLayers - allow null in setStyle() ( #27485 )
...
* Update index.d.ts
allow null as per method description
* update setStyle for layers and add a test
2018-07-24 09:03:10 -07:00
Roland Groza
c081a1380d
feat(json-schema): add types for draft 07 ( #27493 )
...
* feat(json-schema): add types for draft 07
* fix(json-schema): add $comment property to JSONSchema7
2018-07-24 09:02:49 -07:00
Andy
a2a659c351
Lodash: Update to typescript@2.6 ( #27510 )
2018-07-23 16:12:20 -07:00
Sergei Butko
6ddd9ea45d
Add DrawerNavigationState ( #27512 )
2018-07-23 15:49:52 -07:00
Andy
470c00e395
registry-auth-token: Fix --strictNullChecks ( #27499 )
2018-07-23 15:49:23 -07:00
Sergei Butko
dcd9338caa
Add NavigationPushAction into NavigationStackAction type ( #27511 )
2018-07-23 12:23:18 -07:00
Olegs Jeremejevs
06fe69973a
bdfjs: Initial commit ( #27507 )
2018-07-23 12:21:30 -07:00
Mike North
a2e4f5b348
Ember.Application and Ember.EngineInstance.boot are public ( #27504 )
2018-07-23 12:18:16 -07:00
Olegs Jeremejevs
4230539c0e
electron-unhandled: Initial commit ( #27503 )
2018-07-23 12:17:32 -07:00
Futa Ogawa
ef3af58809
[@types/google-cloud__datastore] Fix optional constructor ( #27500 )
...
* google-cloud__storage / Fix optional constructor.
* google-cloud__datastore / Fix optional constructor.
2018-07-23 12:16:49 -07:00
Alex Jerabek
378f800625
Adding run overloads and eventproperties ( #27505 )
2018-07-23 12:06:33 -07:00
Olegs Jeremejevs
fa7a253072
webpack: Add missing properties in Stats and Compilation ( #27497 )
2018-07-23 20:04:40 +01:00
Kenneth Luján Rosas
572f8b02ec
[numeral]: add missing types for localeData ( #27467 )
2018-07-23 12:02:22 -07:00
Andy
39700ffbb8
webpack-merge: Remove unnecessary 'lodash' dependency ( #27451 )
2018-07-23 11:49:00 -07:00
Brian A. Danielak
e2c9b1be2f
Add additional videojs player options ( #27423 )
...
* Add additional videojs player options
And alphabetize options.
Source: http://docs.videojs.com/tutorial-options.html#videojs-specific-options
* Fix array type notation
Indicating array types using `Array<number>` notation is no longer OK in TypeScript; arrays have to be written as `number[]`
2018-07-23 11:42:36 -07:00
Pas
6206cb6907
Barebones typings for activedirectory2 ( #27418 )
...
* activedirectory2: minimal typings
* activedirectory2: WIP, before fix declare module
* activedirectory2: tslints fixed
* activedirectory2: header added, and minimal test file showing the only sane way to import it; and default tslint.json
2018-07-23 11:40:52 -07:00
pravdomil
09468a17a1
Allow pass ComponentClass state to StaticLifecycle ( #27417 )
...
* Update index.d.ts
* set default state to empty object
* use S instead ComponentState
* defaults to ComponentState
2018-07-23 11:40:00 -07:00
Ryokik
642a64efbf
Add type definition for react-native-navbar ( #27412 )
2018-07-23 11:39:06 -07:00
Tyler Johnson
f109e22895
Add typings for form-serialize ( #27403 )
...
* add form-serialize
* minor changes to more accurately describe form-serialize defaults
2018-07-23 11:37:05 -07:00
Alan Agius
1ba5f19d13
feat: add definitions for uglify-es ( #27394 )
...
* feat: add definitions for `uglify-es`
* uglify-es: turn in strictNullChecks
2018-07-23 11:36:41 -07:00
edwardsnare
d0f7094dec
Create superstruct definitions ( #27392 )
...
* Create superstruct definitions
* follow dts-gen module convention
* follow dts-gen module convention
2018-07-23 11:36:11 -07:00
Kling Attila
6b4aff1dda
Updated type definitions for handlebars#registerPartials ( #27388 )
...
* Updating types for #registerPartial
#registerPartial is a polymorphic function now it accepts a single object making the second param optional.
Excerpt from the implementation:
```js
registerPartial: function(name, partial) {
if (toString.call(name) === objectType) {
extend(this.partials, name);
} else {
if (typeof partial === 'undefined') {
throw new Exception(`Attempting to register a partial called "${name}" as undefined`);
}
this.partials[name] = partial;
}
},
```
* Updated Handelbars#registerPartials
Removed extra spaces
* Added function overload with typed arguments
Replaced polymorphic argument types for registerPartial function with overloaded function definition
2018-07-23 11:35:20 -07:00
Ben
9dd55baaf4
Added types for redux-saga-tester ( #27380 )
...
* added types for redux-saga-tester
* added type variable
* use object instead of AnyObject
* fix linting
* added docs from readme
2018-07-23 11:29:14 -07:00
Melvin Groenhoff
c1cddbee9b
Add types for task-graph-runner ( #27371 )
2018-07-23 11:27:11 -07:00
Jack Works
655e4406d0
Add document ready & linear-gradient ( #27367 )
...
* Add document-ready
* Add linear-gradient
2018-07-23 11:20:34 -07:00
Fabio Berta
ed33c9ae20
[react-map-gl] update to 3.3 ( #27366 )
...
* fix MapControls type
* add myself as author
* adapt to react-map-gl 3.3
* viewport props not required
* fix viewState callback signature
* static map accepts a className
2018-07-23 11:20:10 -07:00
Jack Works
8a487456f1
Add es-feature-detection ( #27365 )
...
* Add es-feature-detection
* Fix lint error on es-feature-detection
2018-07-23 11:19:19 -07:00
Klaus Meinhardt
11b7aa55c8
Add tingle.js ( #27361 )
2018-07-23 11:18:51 -07:00
Guus De Graeve
9d1ab49fcf
Add missing typing for labelPrefix & labelSuffix options for package console-stamp. ( #27360 )
...
* Add missing typing for labelPrefix & labelSuffix options for package console-stamp.
* fix spaces issue
2018-07-23 11:18:07 -07:00
max7z
7172ae40ac
[@types/koa-pug] Add pug.locals ( #27354 )
...
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
2018-07-23 11:16:50 -07:00
Orta
bd9fe23181
Adds jira-client ( #27349 )
2018-07-23 11:03:47 -07:00
Vincent D'amour
2728299982
Add renderMonthElement to react-dates ( #27345 )
2018-07-23 11:02:59 -07:00
Brad Carter
22181cad3d
Add uuid prop to window ( #27344 )
2018-07-23 11:01:55 -07:00
Alejandro Manuel Baronetti
4867e5ea71
Fixed issue introduced in redux-thunk 2.3.0 ( #27341 )
2018-07-23 11:00:45 -07:00
Tomasz Nguyen
17e7029f8d
Add types for chai-roughly ( #27335 )
...
* Add types for chai-roughly
* Fix lint errors
2018-07-23 10:59:39 -07:00
Laurent Gilly
fecb03bc20
Add zipkin javascript opentracing types ( #27330 )
...
* Added type definitions for zipkin-javascript-opentracing
* Added type definitions for zipkin-javascript-opentracing
* update import
2018-07-23 10:33:20 -07:00
Bjørn Madsen
250972049c
electron-devtools-installer: Allow arrays of extensionreferences ( #27326 )
...
* electron-devtools-installer: Allow arrays of extensionreferences
* Undo reformatting
2018-07-23 10:32:16 -07:00
Jungwoo An
77ee2ed0dc
Updated type definitions for next-redux-wrapper@2.x ( #27321 )
2018-07-23 10:31:37 -07:00
Krzysztof Bogdan
e84f8afeef
three.js Add depthPacking field to MeshDepthMaterial ( #27318 )
...
* Add depthPacking field to MeshDepthMaterial
* Update three-core.d.ts
fix whitepsace
2018-07-23 10:31:15 -07:00
James Newell
2cb067183a
added type definitions for storybook-addon-jsx ( #27315 )
2018-07-23 10:30:58 -07:00
Vitor Luiz Cavalcanti
f0ebc0b628
Add type definitions for object.getownpropertydescriptors ( #27313 )
2018-07-23 10:30:33 -07:00
Konstantin Simon Maria Möllers
222a3c9892
Add typings for webpagetest ( #27309 )
...
* [webpagetest] Creating initial definitions
* [webpagetest] Write `data` typings for `getLocations`
* [webpagetest] Write `data` typings for `getTestStatus`
* [webpagetest] Write `data` typings for `getTestResults`
* [webpagetest] Test `scriptToString`
* [webpagetest] Fix callback typings
* [webpagetest] Declare namespace with return types
* [webpagetest] Change project URL
2018-07-23 10:30:10 -07:00
btxtiger
2bb93e2cc3
[cookie-session] Make props optional for usability with sharedSession ( #27288 ) ( #27304 )
2018-07-23 10:29:03 -07:00
Federico Bond
dc3934f82a
bitcore-lib: Improve and expand type definitions ( #27301 )
2018-07-23 10:28:13 -07:00