John Reilly
ae6459f44a
Merge pull request #17513 from leonard-thieu/jquery
...
[jquery] Update type definitions
2017-07-02 17:59:39 +01:00
Jason Wu
1bdaeb9cbf
Wrote it as an external module
2017-07-02 11:47:34 -05:00
Leonard Thieu
10f0a52b7f
[jquery] Remove Promise1.
...
Promise1 is not being used.
2017-07-02 11:13:40 -04:00
Tim
07257c41a0
Fix Leaflet bug #17685
2017-07-02 16:09:31 +01:00
Leonard Thieu
28dd8dcd3f
[jquery] Collapse JQuery declarations.
...
Base types were declared separately because JQuery was a class at one point. This used class-interface merging to avoid having to declare base type members.
2017-07-02 10:58:23 -04:00
Leonard Thieu
e5bce784ca
[jquery] Fix uncaught test errors.
2017-07-02 10:28:55 -04:00
Augustin Peyrard
370d4fca00
fix: in node.readline cursorTo allows only x coordinate
...
Like this we are easily able to move in the current line with
absolute x-axis coordinate.
2017-07-01 19:15:50 -07:00
Clark Stevenson
0ea94a0d2e
Quick bug fix
2017-07-01 21:03:36 +01:00
Clark Stevenson
c529e86caa
Pixi.js minor update to v4.5.3
2017-07-01 20:31:07 +01:00
mmkal
3d3e779a32
feat: use typescript type indexing to make find* functions more helpful.
...
This turns WhereOptions and FindOptions into generic types, which can then check that you are using the correct column names, in the find* functions (findOne, findAll etc.). In other places where there is no attributes type available, fall back to the old behaviour of allowing any field names (now with types named AnyWhereOptions and AnyFindOptions).
This allows typescript to catch more errors, e.g.
User.findOne({ where: { firstName: 'Bob' } });
vs.
User.findOne({ where: { first_name: 'Bob' } });
2017-07-01 14:15:26 -04:00
Jason Wu
e076754cc7
Added TypeScript version
2017-07-01 12:46:13 -05:00
Jason Wu
70ba063fd3
Added type definitions for draggabilly
2017-07-01 12:11:52 -05:00
Kyle Roach
93acafe448
[react-navigation] Added StackRouter
2017-07-01 07:52:35 -04:00
Ron Buckton
53f76e9bf6
Merge pull request #17672 from kimushu/accept-promiselike
...
Accept PromiseLike object as a return value of onFinally handler (@types/promise.prototype.finally)
2017-06-30 23:44:10 -07:00
Eloy Durán
f708f5ef62
Merge pull request #17673 from ed-bassett/patch-1
...
Fix react-native EasingStatic interface, elastic should be a function
2017-07-01 08:05:59 +02:00
Ed Bassett
acfeaa6869
Fix Easing interface, elastic should be a function
...
As described in the docs, `elastic` should take a value representing the bounciness of the easing function:
https://facebook.github.io/react-native/docs/easing.html
2017-07-01 15:25:52 +10:00
kimu_shu
fb96955d50
Add tslint.json and fix lint errors
2017-07-01 12:34:00 +09:00
kimu_shu
df59d9f5b9
Accept PromiseLike object
2017-07-01 12:23:19 +09:00
Mattoni
7d8db5784b
lint file
2017-06-30 14:58:30 -07:00
Eloy Durán
50b82ce053
Merge pull request #17622 from newyankeecodeshop/fix-style-type
...
[react-native] Support arrays in view style props.
2017-06-30 23:57:11 +02:00
Mattoni
ee24cde346
Update rc-slider definitions to 8.1
2017-06-30 14:52:22 -07:00
Andy
1773771f09
qiniu: asOfVersion must be greater than last published version ( #17667 )
2017-06-30 14:50:21 -07:00
Mattoni
8b1f037c8f
Update rc-slider definitions to 8.1
2017-06-30 14:46:31 -07:00
StickerFiend
9762353556
Added hex string option to Color constructor
...
Passing a string into Color worked prior to Typescript 2.4
Requires @clark-stevenson approval.
2017-06-30 14:20:56 -07:00
Túlio Braga
8114855a0c
Adding (new) optional parameters to the serializeUser and deserializeUser callback signature following the changes on passportjs lib
2017-06-30 18:13:07 -03:00
Max Battcher
7ba15010a5
Support Leaflet-draw explicit false options
...
This matches the documentation better where most of the Leaflet Draw documentation encourages to use explicit false options (rather than null), as seen in the type comments already in the typing file.
2017-06-30 15:15:41 -04:00
Arturs Vonda
0de24ae1b4
Add new options introduced in qs 2.5
2017-06-30 20:32:01 +03:00
Leonard Thieu
862cccebb3
Increase nProcesses from 4 to 8. ( #17656 )
2017-06-30 07:32:54 -07:00
e020873
8d56bf9bd9
[send] fix for typescript 2.4.1
2017-06-30 14:42:48 +02:00
Oscar Andersson
f3c1010715
Changed to [] for simple type
2017-06-30 09:50:08 +02:00
Oscar Andersson
3ad0ea6bdb
Updated type defenitions to use Array instead of []
2017-06-30 09:31:11 +02:00
Oscar Andersson
0636850adf
Updated test with Array instead of []
2017-06-30 08:26:34 +02:00
Oscar Andersson
765f072663
Change filename
2017-06-30 08:20:14 +02:00
Oscar Andersson
b1f0ccdf49
Change .tsconfig
2017-06-30 08:11:04 +02:00
Oscar Andersson
bed5624f67
Merge branch 'master' into react-tag-input
2017-06-30 08:05:06 +02:00
Kyle Roach
aef3396e69
[react-navigation] Added TabRouter
2017-06-30 00:40:56 -04:00
tsai phan
9a456fefcf
[react-navigation] strictNullChecks, and tests.
2017-06-30 12:28:18 +08:00
Paul van Brenk
00222e6b0a
Merge pull request #17535 from blakeembrey/knex-raw
...
[knex] Allow `Raw` for index creation
2017-06-29 14:25:49 -07:00
Paul van Brenk
c92a385a60
Merge pull request #17627 from jgainfort/fix/hls.js
...
Fix hls.js
2017-06-29 14:08:08 -07:00
Paul van Brenk
083b0eb313
Merge pull request #17556 from DefinitelyTyped/fix-ramda-for-ts-2.4
...
Fix Ramda for 2.4: evolve and functor map
2017-06-29 14:06:24 -07:00
Paul van Brenk
9d14bb9b33
Merge pull request #17539 from wagich/patch-1
...
Adds definitions for localization functionality to flatpickr
2017-06-29 14:05:02 -07:00
Paul van Brenk
e597432712
Merge pull request #17524 from aalenliang/master
...
change interface of i18next as v8.4.2
2017-06-29 14:03:51 -07:00
Paul van Brenk
a24da5987a
Merge pull request #17518 from clarenceh/master
...
Updated Table interface type definition for massive-js 3.0.0
2017-06-29 13:44:46 -07:00
Paul van Brenk
9eefecab71
Merge pull request #17463 from yairtawil/master
...
add types for 'wellknown'
2017-06-29 13:42:57 -07:00
John Gainfort Jr
90113bd6e3
...
2017-06-29 14:42:01 -06:00
John Gainfort Jr
a445702a46
i hate spacing
2017-06-29 14:41:35 -06:00
Paul van Brenk
09bb373d3d
Merge pull request #17508 from cortopy/electron-packager
...
Electron packager
2017-06-29 13:40:41 -07:00
John Gainfort Jr
35d2f4e1f1
another attempt at spacing
2017-06-29 14:40:16 -06:00
Paul van Brenk
d3d79d772d
Merge pull request #17503 from rzymek/lodash.toFinite
...
lodash - Add _.toFinite
2017-06-29 13:40:02 -07:00
Paul van Brenk
c5e9d1590e
Merge pull request #17496 from bancek/redux-form-improvements
...
redux-form: Add action types, fix reducer plugin, add StrictFormProps
2017-06-29 13:39:38 -07:00