Commit Graph

3236 Commits

Author SHA1 Message Date
John Vilk
f1c040b378 [Node] Removing incorrect typing for buffer.INSPECT_MAX_BYTES.
From http://nodejs.org/api/buffer.html#buffer_buffer_inspect_max_bytes:

"...this is a property on the buffer module returned by require('buffer'), not on the Buffer global, or a buffer instance."

The Node typings do not have a notion of a buffer module, and introducing one would be more work than might be useful. It contains a reference to `Buffer` and `SlowBuffer`, which are currently defined as variables in the typings. I believe I would need
 to redefine these in the module definition.

If anyone has any ideas for how to efficiently restructure this, let me know.
2013-12-12 14:41:23 -05:00
Basarat Ali Syed
40296ff5e1 Update promptly.d.ts 2013-12-12 15:56:13 +11:00
Basarat Ali Syed
dd476daddd add node def reference 2013-12-12 10:06:42 +11:00
Basarat Ali Syed
087bbaa195 Merge pull request #1427 from danrspencer/master
Added definition file for Promptly
2013-12-11 04:19:01 -08:00
Basarat Ali Syed
04aea4be15 Merge pull request #1426 from michelsalib/karma-jasmine
Add karma-jasmine extra definitions (closes #1415)
2013-12-11 04:18:10 -08:00
Dan Spencer
2661fd4a9a Added definition file for Promptly 2013-12-11 12:15:34 +00:00
Michel Salib
1e8f04b8f8 Add karma-jasmine extra definitions 2013-12-11 12:02:46 +01:00
Masahiro Wakame
4df0598c8d Merge pull request #1421 from Igorbek/master
rx.js: added definition for experimental functions
2013-12-10 18:50:26 -08:00
Masahiro Wakame
4ac672836e Merge pull request #1420 from stanthomas/master
TS 0.9.5 support: add definition for rest arguments in jQuery.on() to su...
2013-12-10 18:45:22 -08:00
Masahiro Wakame
ba98843480 Merge pull request #1418 from RomanoLindano/master
Angular scenario typings.
2013-12-10 18:30:51 -08:00
Masahiro Wakame
52b37e40fa Merge pull request #1417 from csrakowski/iScroll-5
Added iScroll 5 typings
2013-12-10 18:27:54 -08:00
Masahiro Wakame
7efe26a709 Merge pull request #1416 from nvivo/backbone_collections
Added missing overloads to add/reset
2013-12-10 18:25:32 -08:00
Masahiro Wakame
5ea1a8ef2e Merge pull request #1414 from gandjustas/master
Added SP.Publishing and SP.DocumentManagement; Checked for TS 0.9.5
2013-12-10 18:24:16 -08:00
Masahiro Wakame
5794e98cb1 Merge pull request #1413 from loyd/websocket
Add undocumented but useful fields to WebSocket-Node
2013-12-10 18:23:06 -08:00
Masahiro Wakame
0b8937df23 Merge pull request #1401 from loyd/fix-#1321
Rename Timer to NodeTimer
2013-12-10 18:20:31 -08:00
Masahiro Wakame
54d7691eaa Merge pull request #1412 from lcorneliussen/patch-1
_.chain(T[]).keys() should be a Chain<string> not Chain<T>
2013-12-10 18:17:38 -08:00
Igor Oleinikov
4dea8bf7d2 rx.js: added TS compiler parameters to experimental definitions 2013-12-11 02:01:37 +04:00
Igor Oleinikov
d47d1f0994 rx.js: added definition for experimental functions 2013-12-11 01:14:30 +04:00
Christiaan Rakowski
fe87c6bbae changes iScroll to IScroll in lite.d.ts 2013-12-10 20:33:09 +01:00
Stan Thomas
e01f25822c TS 0.9.5 support: add definition for rest arguments in jQuery.on() to support optional parameters passed via jQuery.trigger(). 2013-12-10 17:17:15 +00:00
Romano Lindano
0f6f7db51c Angular scenario typings. 2013-12-10 14:56:31 +01:00
Natan Vivo
44161fb6f7 Added missing overloads, backbone collections convert raw objects into models on add/reset. 2013-12-10 11:19:06 -02:00
Christiaan Rakowski
62c6f39a5a added some new options, needs verification 2013-12-10 14:10:19 +01:00
Christiaan Rakowski
93240145a8 changed iScroll to IScroll, removed old events from options and added the .on method 2013-12-10 11:14:44 +01:00
Christiaan Rakowski
c94dcde791 straight up copy 2013-12-10 10:52:42 +01:00
gandjustas
4ca422a18c Added SP.Publishing and SP.DocumentManagement; Checked for TS 0.9.5 2013-12-09 23:34:57 +04:00
Paul Loyd
effe8b1c71 Add undocumented but useful fields to WebSocket-Node 2013-12-09 19:05:49 +04:00
Paul Loyd
858341fc3f Rename Timer to NodeTimer 2013-12-09 19:04:01 +04:00
Masahiro Wakame
4cc9beb405 Merge pull request #1411 from michelsalib/patch-3
Add some missing fields to ng.ui.state
2013-12-09 06:19:54 -08:00
Lars Corneliussen
cf2ab21031 _.chain(T[]).keys() should be a Chain<string> not Chain<T> 2013-12-09 14:56:57 +01:00
Michel Salib
dcc0906c4a StateService also exposes current params 2013-12-09 12:16:37 +01:00
Michel Salib
3454ad17a9 Angular UI states have a name attribute
This is not documenting, but a name attribute is exposed, and is very useful.
2013-12-09 12:06:58 +01:00
Masahiro Wakame
94579b4c6f Merge pull request #1400 from michelsalib/master
Add Angular UI Router definitions
2013-12-08 05:27:17 -08:00
Paul Loyd
20065c967a Rename Timer to NodeTimer 2013-12-08 12:44:52 +04:00
Michel Salib
3657670756 Add Angular UI Router definitions
- Move angular-ui definitions to its own folder
- Add self to readme
- Add some tests for angular-ui-router
2013-12-07 16:57:11 +01:00
Masahiro Wakame
cf19bdd55c Merge pull request #1404 from mohamedmansour/patch-1
Fix bug where waitsFor has an optional failureMessage
2013-12-07 06:24:46 -08:00
Masahiro Wakame
427a6c78f8 Merge pull request #1403 from nestalk/master
Fixes for TS0.9.5: D3, jqueryUI, simplePagination, FullCalendar
2013-12-07 06:24:16 -08:00
Mohamed Mansour
9e9042b5c9 Fix bug where waitsFor has an optional failureMessage
It should be defined as optional for failureMessage according to the specifications.
2013-12-06 20:04:46 -08:00
Masahiro Wakame
f28a53a9be Merge pull request #1398 from michalkutil/master
Moment: Added definitions for Week
2013-12-06 15:10:29 -08:00
Masahiro Wakame
7be1c3974f Merge pull request #1395 from mikehhawley/patch-1
Fix fs interface
2013-12-06 15:07:58 -08:00
Masahiro Wakame
d75ef9e5c6 Merge pull request #1397 from Igorbek/patch-1
Update README.md
2013-12-06 15:06:04 -08:00
Neil Stalker
d2c9aac1de Fixes for TS0.9.5 2013-12-06 22:36:06 +00:00
Michal Kutil
10227c6540 Moment: Added definitions for Week 2013-12-06 16:41:59 +01:00
Igorbek
8a6f35c30c Update README.md
Added self to the contributor list (author of ix.js, knockout.rx typings)
2013-12-06 07:20:00 -08:00
Masahiro Wakame
a1bada0ac6 Merge pull request #1393 from MagicMau/highcharts-fix
fixed typo in HighchartsChartOptions and fixed parameter in HighchartsCh...
2013-12-06 06:50:26 -08:00
Mike H. Hawley
8f9ac50d4b Fix fs interface 2013-12-06 17:42:57 +03:00
Maurits Elbers
a2017ed616 fixed typo in HighchartsChartOptions and fixed parameter in HighchartsChartObject 2013-12-06 14:39:36 +01:00
Masahiro Wakame
e55d67e741 Merge pull request #1391 from butlersoftware/computed-polymorphism-fix
Fixed KnockoutComputed polymorphism
2013-12-06 03:49:14 -08:00
Thomas Butler
b26095e9fa Fixed KnockoutComputed polymorphism
Changed KnockoutComputed to inherit KnockoutObservable to enable
polymorphic/covariant reference conversion (see included unit test for
example).
2013-12-06 06:10:12 -05:00
Masahiro Wakame
c4c51cfb72 Merge pull request #1388 from vvakame/add-simple-cw-node
Added simple-cw-node.d.ts and tests
2013-12-05 23:41:49 -08:00