HE Shi-Jun
91ae3e1c0e
Add types for requestidlecallback API ( #27568 )
...
* add requestidlecallback
* satisfy linter, use tabs
* all tabs!
2018-07-25 09:08:03 -07:00
Scott
cbf3ed6074
AES encrypt also allows word arrays ( #27569 )
...
the following code will execute fine, but typescript doesn't recognize it as valid
var input = CryptoJS.lib.WordArray.create(new Uint8Array(5));
var encrypted = CryptoJS.AES.encrypt(input, secretKeyString, {
iv: CryptoJS.enc.Hex.parse('00000000000000000000000000000000'),
mode: CryptoJS.mode.CBC,
padding: CryptoJS.pad.Pkcs7
});
2018-07-25 09:07:20 -07:00
Leonid Logvinov
74bb1da61c
Add types for ganache-core ( #27572 )
2018-07-25 09:06:43 -07:00
Melvin Groenhoff
2a3696f7b4
Add types for @babel/{core,generator,parser,template,traverse} ( #27433 )
2018-07-25 09:03:53 -07:00
Jurand Niemczycki
0d17329314
espruino: added type for wifi module for access point ( #27544 )
...
* espruino added type for wifi module for access point
* espruino added myself to definitions
* changed tabsize to 4
2018-07-25 09:02:36 -07:00
Rick-Kirkham
7c8f1488d5
small correction in remark about dialog ( #27550 )
2018-07-24 17:59:47 -07:00
meta72
3f1257ab05
adds missing types and overloads for simple-mock v0.8.0; ( #27533 )
...
adds missing tests for simple-mock;
2018-07-24 11:50:42 -07:00
Jorge Gonzalez
3d328af508
Add types for which-pm@1.0 ( #27543 )
...
* Add types for which-pm@1.0
* Move reference types to which-pm-tests.ts
2018-07-24 11:24:45 -07:00
Derek Finlinson
e92e94dc44
Change Xrm.Utility.lookupObjects to return array ( #27539 )
2018-07-24 10:38:26 -07:00
Ali Ijaz Sheikh
045d74baf3
[console-log-level] initial types ( #27506 )
...
* [console-log-level] initial types
* [squash] address review feedback
* [squash] export more types in namespace
2018-07-24 10:19:59 -07:00
Andy
1dc66757c0
gestalt: Use type aliases for number unions ( #27508 )
2018-07-24 10:18:14 -07:00
Alex Jerabek
4cd4a689b3
Adding missing hosts table to Bindings ( #27516 )
2018-07-24 10:16:07 -07:00
Troy Zarger
171ff2c377
Added customers.ICustomerListOptions to accurately implement stripe-node ( #27517 )
2018-07-24 10:15:22 -07:00
Florian Keller
211986a530
fix: bro-fs options and return types ( #27521 )
2018-07-24 10:14:37 -07:00
Cerberuser
45828fbb51
Cytoscape: type guards, stylesheet fix, mapping/filtering functions fix ( #27523 )
2018-07-24 10:13:48 -07:00
Fabio Berta
570b8c88b9
[viewport-mercator-project] initial types ( #27532 )
...
* add initial types for viewport-mercator-project
* fix lint errors
* improvements
* narrow down input type
2018-07-24 10:10:36 -07:00
sapphire
5a48b794f9
twit update Params ( #27540 )
2018-07-24 10:08:35 -07:00
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