Commit Graph

9909 Commits

Author SHA1 Message Date
Ian Riley
b18b5eea13 bug(tests): Passes npm test
Fixes minor bugs that caused npm test to fail.
2015-06-08 11:34:09 -07:00
Ian Riley
5bec620cbb chore(test): Tests protobuf.d.ts
Applies runtime assertions to ensure that returned values adhere to their qualified type.
2015-06-08 11:34:08 -07:00
Ian Riley
d51c740ff4 feat(protobufjs): Furthering support for ProtoBufJs
Adds more definitions for the ProtoBufJs module.
2015-06-08 11:34:08 -07:00
Ian Riley
0631d06dbb feat(collection): New basic collection types.
Adds four basic collection types for better type enforcement on collections.
Assortment: <key: number || string>, <value: any>
Collection: <key: number || string>, <value: T>
Dictionary: <key: string>, <value: any>
Thesaurus: <key: string>, <value: T>
2015-06-08 11:34:08 -07:00
Horiuchi_H
8ebc099072 Merge pull request #4514 from luzianz/node-calendar
initial commit
2015-06-08 17:45:54 +09:00
Masahiro Wakame
2a5858c165 Merge pull request #4570 from TeamworkGuy2/master
Added lokijs type definition
2015-06-08 01:43:37 +09:00
Masahiro Wakame
0039c27f18 Merge pull request #4494 from daptiv/90296-fte-rounding
Add in _.mapValues definitions for use in chains
2015-06-08 01:42:48 +09:00
Masahiro Wakame
eaa892f7e7 Merge pull request #4568 from angular/angular2
angular2: Fix typings for decorators
2015-06-08 01:40:00 +09:00
Masahiro Wakame
03eaa0000c Merge pull request #4565 from TrevorDev/master
added rivets definition and test
2015-06-08 01:37:14 +09:00
Masahiro Wakame
1db3808ae3 Merge pull request #4562 from kkolstad/lodash-typed-remove
lodash: add generic _.remove
2015-06-08 01:33:53 +09:00
Masahiro Wakame
47f165e41a Merge pull request #4543 from robertbaker/Numbro
Added Numbro typedefs (taken from NumeralJS and renamed). Numbro is a…
2015-06-08 01:32:29 +09:00
Masahiro Wakame
dbf51fe545 Merge pull request #4561 from lucyhe/master
Add addResources to i18next and also export i18n in i18next-client module.
2015-06-08 01:30:58 +09:00
Masahiro Wakame
2cc1b52823 Merge pull request #4533 from DevExpress/master
Update to 14.2.7 version
2015-06-08 01:27:56 +09:00
Masahiro Wakame
a118f7c3ba Merge pull request #4552 from ryan10132/add-heap
Created type definitions and tests for heap: https://www.npmjs.com/package/heap
2015-06-08 01:26:01 +09:00
Masahiro Wakame
9fd1f5f3b0 Merge pull request #4547 from bls/master
Add tls.createSecureContext to node.js typing
2015-06-08 00:30:14 +09:00
Masahiro Wakame
71e98c06e1 Merge pull request #4545 from samherrmann/add-parent-property-to-angular-ui-router-state-object
Add parent property to angular-ui-router stateConfig object
2015-06-08 00:29:13 +09:00
Masahiro Wakame
40e44070eb Merge pull request #4539 from Outlivier/gmaps-comments
google.maps.d.ts : Some comments + Icon interface
2015-06-07 23:29:29 +09:00
Masahiro Wakame
ebacc982aa Merge pull request #4531 from jtlan/fixD3
[d3] Fix some errors in the d3 definitions
2015-06-07 23:20:51 +09:00
Masahiro Wakame
e7ae51631f Merge pull request #4536 from themauveavenger/xlsx_defintions
added definitions and tests for project xlsx https://github.com/Sheet…
2015-06-07 23:17:54 +09:00
Masahiro Wakame
3c73ad9656 Merge pull request #4534 from Eikc/master
Corrected an issue that didn't allow me to use an extended PageableCo…
2015-06-07 23:06:48 +09:00
Masahiro Wakame
03befe797f Merge pull request #4528 from dpogue/angular-merge
Add `angular.merge` function
2015-06-07 23:05:45 +09:00
Masahiro Wakame
9b775e57ae Merge pull request #4524 from tomtheisen/patch-2
Update select2 events
2015-06-07 23:05:13 +09:00
Masahiro Wakame
e5d5b89d33 Merge pull request #4522 from sobit/patch-2
add optional() method to Validator interface
2015-06-07 22:34:07 +09:00
Masahiro Wakame
24324595e4 Merge pull request #4520 from jpsfs/master
[jasmine-jquery] Add missing matchers and comments.
2015-06-07 22:21:09 +09:00
Masahiro Wakame
3a656e8fc3 Merge pull request #4519 from ccapndave/rx-pairs
rx: added missing 'pairs' definition
2015-06-07 22:20:33 +09:00
Masahiro Wakame
2e58b31a1d Merge pull request #4516 from nikeee/patch-1
Add UNSTARTED to PlayerState
2015-06-07 22:17:41 +09:00
Masahiro Wakame
d7e649fc32 Merge pull request #4479 from robertbaker/patch-1
Fixed MDPalette definition.
2015-06-07 22:16:41 +09:00
Masahiro Wakame
060d1a8941 Merge pull request #4510 from forumone/underscore-mapObject
Add _.mapObject
2015-06-07 22:16:22 +09:00
Masahiro Wakame
42b79e6e8c Merge pull request #4493 from caitp/fs-extra-opts
Allow optional fs-extra#mkdirs options object
2015-06-07 22:15:09 +09:00
Masahiro Wakame
f0476ac296 Merge pull request #4503 from FalloutPL/patch-1
Missing id for Client interface
2015-06-07 22:10:38 +09:00
TeamworkGuy2
03d632c3ab Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2015-06-06 17:48:08 +00:00
TeamworkGuy2
fbee121824 Created lokijs definition file with initial test file.
Successful compilation via Node.JS "tsc --noImplicitAny --module commonjs lokijs/lokijs-tests.ts".
2015-06-06 17:45:00 +00:00
Alex Eagle
9d6d25287e angular2: Fix typings for decorators 2015-06-05 22:13:58 -07:00
Trevor Baron
8ad4c108a2 fix copy paste error 2015-06-05 20:41:14 -04:00
unknown
a46c72a1fb added rivets definition and test 2015-06-05 20:37:42 -04:00
Basarat Ali Syed
8c7444882a Merge pull request #4563 from angular/angular2
Update angular2.d.ts for alpha.26
2015-06-06 10:14:14 +10:00
Alex Eagle
40b0c26618 Update angular2.d.ts for alpha.26 2015-06-05 16:05:26 -07:00
Kenneth Kolstad
ed5be30e62 lodash: add generic _.remove 2015-06-05 15:48:45 -07:00
Lucy He
f3797dc850 Move function so typings are alphabetical. 2015-06-05 18:10:15 -04:00
Lucy He
279425d25f Add typing for addResources. Export i18next-client module. 2015-06-05 18:04:26 -04:00
Igor Kriklivets
48df6f8dd4 Path to jQuery.d.ts changed 2015-06-05 18:57:28 +03:00
Igor Kriklivets
85d9af51b4 Update to 15.1.3 2015-06-05 18:54:04 +03:00
Basarat Ali Syed
8b7cc13f6d Merge pull request #4515 from borisyankov/defs/react-modern-test
React : test for modernComponent
2015-06-05 07:35:06 +10:00
Ryan McNamara
4e5a848013 Created type definitions and tests for heap: https://www.npmjs.com/package/heap 2015-06-04 13:42:34 -07:00
Luzian Zagadinow
42cb5d2749 move @param documentation from Error classes at their class level to the constructor where they belong. 2015-06-04 15:07:31 -04:00
Luzian Zagadinow
e118e97028 formatting: correct whitespace inconsistencies 2015-06-04 14:29:53 -04:00
Luzian Zagadinow
034379ca89 change return type of monthrange to a tuple 2015-06-04 14:18:34 -04:00
bls
0d8680a11b Add tls.createSecureContext to node.js typing. 2015-06-04 17:46:55 +10:00
Luzian Zagadinow
7c4b699df0 specify return type of setlocal() 2015-06-04 01:49:16 -04:00
Luzian Zagadinow
cc6e98cc6b add tests to reflect new definitions 2015-06-04 01:46:31 -04:00