Commit Graph
32373 Commits
Author SHA1 Message Date
Neek SandhuandGitHub ed7bf7126e Fulfill compliance with tslint.json 2017-07-17 23:03:38 -07:00
Neek SandhuandGitHub 1c3089e2a8 Update index.d.ts
Add support for css pre-processors like `sass`, `less` etc.
2017-07-17 23:02:35 -07:00
Neek SandhuandGitHub 868ee465ad Create tslint.json 2017-07-17 17:03:36 -07:00
Neek SandhuandGitHub ead0824c87 Add DefinitelyTyped headers 2017-07-14 19:15:34 -07:00
Neek SandhuandGitHub 4eb2295312 Add types for css-modules
Enables users to `import styles from '../main.css'` in your TypeScript files.
From there on, assuming user is using `webpack` with `css-loader`, they can also do `styles.toString()` or `classNames(styles.productLabel...` without any squiggly lines, instead works with intellisense beautifully (both of ops have `string` as return type)
2017-07-11 22:17:11 -07:00
Ryan CavanaughandGitHub ad0486f9aa Merge pull request #17639 from kant2002/snapsvg
Make SnapSVG accessible from WebPack
2017-07-11 16:53:50 -07:00
Ryan CavanaughandGitHub 1fe041da56 Merge pull request #17951 from poislagarde/patch-2
[raven] Add missing requestHandler
2017-07-11 10:57:52 -07:00
Ryan CavanaughandGitHub 10e4501b13 Merge pull request #17940 from arjenvanderende/master
[csv-stringify] Add formatter options for boolean, date and object types
2017-07-11 10:57:40 -07:00
Ryan CavanaughandGitHub 1c89728cfd Merge pull request #17931 from Swiod/patch-3
[@types/openlayers] Missing function ol.style.Style#clone
2017-07-11 10:57:20 -07:00
Ryan CavanaughandGitHub debbcf6150 Merge pull request #17930 from joscha/patch-2
react-infinite-scroller: fix default export
2017-07-11 10:57:09 -07:00
Ryan CavanaughandGitHub a89a27bb5b Merge pull request #17649 from mobicorp/superagent-retry-cert-ca-key-pfx-ok
Updated Superagent with `retry`, `cert`, `ca`, `key`, `pfx`, and `ok`
2017-07-11 10:56:54 -07:00
Ryan CavanaughandGitHub 3de42c0f39 Merge pull request #17793 from akdor1154/assertFail
loosen assert.fail typings and change assert.throws and .doesNotThrow to overload syntax
2017-07-11 10:56:02 -07:00
Pablo Ois LagardeandGitHub c4ba3f9e65 [raven] Add missing requestHandler 2017-07-11 14:34:53 -03:00
John ReillyandGitHub 737e62220e Merge pull request #17950 from leonard-thieu/jquery
[jquery] Allow proxied event handlers to be passed to event-related methods
2017-07-11 18:06:38 +01:00
Leonard Thieu fafbbf6cef [jquery] Re-add type parameter to hover(). 2017-07-11 12:23:35 -04:00
Leonard Thieu 0341b2b289 [jquery] Remove type parameter from hover(). 2017-07-11 12:21:36 -04:00
Leonard Thieu 73fe002d3a Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into jquery 2017-07-11 12:03:53 -04:00
Leonard Thieu 8850caf6fb [angular] Update @types/jquery v3 merging tests. 2017-07-11 11:59:58 -04:00
Leonard Thieu c0be2168e3 [jquery] Fix event handler types.
The type of `this` for event handlers can now be specified using the new type `EventHandlerBase`. Event-related methods have been updated to accept `EventHandlerBase`.

Event handlers with non-default TData can now be unbound.
2017-07-11 11:59:58 -04:00
Leonard Thieu 263ecda463 [jquery] Improve declaration of proxy().
Return a specific function type instead of Function.
Add support for passing null/undefined for context.
2017-07-11 11:20:18 -04:00
Leonard Thieu af079db266 [jquery] Split @since. 2017-07-11 11:20:17 -04:00
Leonard Thieu c7393ce546 [jquery] Fix tests. 2017-07-11 11:20:16 -04:00
Leonard Thieu 1c6c4aaf5b [jquery] scrollLeft() and scrollTop() can also return undefined.
scrollLeft() and scrollTop() will return undefined when used on an empty set.
2017-07-11 11:20:15 -04:00
Leonard Thieu f5fd92f7b3 [jquery] Formatting.
Move JQueryStatic above JQuery for consistency.
2017-07-11 11:20:14 -04:00
Leonard Thieu 0367bd2cfc [jquery] Formatting.
Move EventStatic above Event.
2017-07-11 11:19:57 -04:00
Arjen van der Ende 646d56fd35 [csv-stringify] Allow .write to write array with optional encoding and callback 2017-07-11 16:15:23 +02:00
Eloy DuránandGitHub 7dc59981f5 Merge pull request #17914 from iRoachie/rn-collapsible
Adding typings for react-native-collapsible
2017-07-11 15:50:41 +02:00
Eloy DuránandGitHub 6eaacd8b35 Merge pull request #17918 from iRoachie/rnmds
Added definitions for react-native-material-design-searchbar
2017-07-11 15:49:52 +02:00
Arjen van der Ende 9045ee35eb [csv-stringify] Bump version number in header 2017-07-11 15:09:09 +02:00
Arjen van der Ende 8455dafd74 [csv-stringify] Add formatter options for boolean, date and object types 2017-07-11 15:02:17 +02:00
Joscha Feth 32cdd18aee lints 2017-07-11 21:23:39 +10:00
Joscha Feth 2d97577f3d use namespace 2017-07-11 21:19:49 +10:00
Joscha Feth 61885be51e Create tslint.json 2017-07-11 21:19:49 +10:00
Joscha Feth 21f4820e63 Update react-infinite-scroller-tests.tsx 2017-07-11 21:19:49 +10:00
Joscha Feth 4745f0a850 Update export 2017-07-11 21:19:49 +10:00
Eloy DuránandGitHub b190b8fc78 Merge pull request #17911 from iRoachie/ImageBackground
[rn] Adds ImageBackground Component
2017-07-11 13:18:21 +02:00
Kyle Roach 8b6a36dbcf [rn] Adds ImageBackground 2017-07-11 07:12:54 -04:00
Eloy DuránandGitHub cc4e04372d Merge pull request #17926 from kohkimakimoto/add-types-for-sectionlist
[react-native] Add type `renderSectionFooter` for SectionList
2017-07-11 12:54:54 +02:00
Jarrad Whitaker c238232c3e change throws and doesNotThrow to use overload syntax 2017-07-11 18:47:05 +10:00
Jarrad Whitaker d0c01b30a6 loosen assert.fail 2017-07-11 18:47:05 +10:00
SwiodandGitHub ec4f2fa498 Missing function ol.style.Style#clone 2017-07-11 10:10:57 +02:00
Kohki Makimoto de518ab030 [react-native] Add type renderSectionFooter for SectionList 2017-07-11 13:55:01 +09:00
Ryan CavanaughandGitHub e545c1e19a Merge pull request #17612 from mbilsing/master
Fixes CodeMirror's show-hint module to use the Editor object instead of the Doc object in most parameters
2017-07-10 16:09:02 -07:00
Ryan CavanaughandGitHub 81f4a41840 Merge pull request #17586 from evil-shrike/select2
[select2] JQuery plugin definition was extracted into interface + $.select2.amd
2017-07-10 15:28:28 -07:00
Ryan CavanaughandGitHub ce3228c91a Merge pull request #17921 from onigoetz/react
Improve react typings for HTML attributes, fix related tests/typings in other libraries
2017-07-10 15:21:37 -07:00
Ron BucktonandGitHub 4672500935 Merge pull request #17765 from stevehipwell/restify-v5
Update Restify to v5
2017-07-10 15:03:20 -07:00
Nathan Shively-SandersandGitHub 47da4ae711 Merge pull request #17862 from Flur/master
Added OBJLoader, MTLLoader, DDSLoader few fixes in core
2017-07-10 13:57:28 -07:00
Stéphane Goetz a24aee6125 Improve react typings for HTML attributes, fix tests in other libraries 2017-07-10 22:43:07 +02:00
Ryan CavanaughandGitHub a656937358 Merge pull request #17845 from screendriver/react-dates
[react-dates] added DayPickerRangeControllerShape#hideKeyboardShortcutsPanel
2017-07-10 13:36:43 -07:00
Ryan CavanaughandGitHub 25b68c5aa3 Merge pull request #17837 from stonio/patch-6
[jquery] Add example to create plugin
2017-07-10 13:36:14 -07:00