Commit Graph

33 Commits

Author SHA1 Message Date
Ryan Cavanaugh
612c172c52 Use correct test list 2016-05-10 12:28:03 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Matthieu Maitre
f53bb14ade Add definitions for hasSearch()/hasQuery(); 2016-03-25 23:50:22 -07:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
alexander-matsievsky
a44bf5bad7 URI.js
* expose `urijs/src/URITemplate`
* expand `equals(url: string): boolean;` to `equals(url: string | URI): boolean;`
2016-01-25 16:47:49 +03:00
Michael Tiller
5eb598f270 Added another alias module
I found I had to add this to get Typescript and webpack to both be happy with this.  The other names are ok for the Typescript compiler, but when you go to load underlying code, webpack gets confused because the name doesn't match the `npm` name.
2015-11-03 16:29:57 -05:00
Blake Doss
d9693db3e4 Added duplicateQueryParameters method from docs. 2015-10-03 11:22:58 -04:00
Blake Doss
68c8bc9afd Fixed incorrect return type for segment method. 2015-09-25 15:02:21 -04:00
Dmitry Pavlov
abecee27fb missing allowed parameters for methods 2015-06-30 15:09:24 +03:00
Brian Surowiec
6c7eba43d4 Rename files to match project name 2015-05-25 15:30:19 -04:00
Brian Surowiec
ab3cc6e0e0 Add html element constructors 2015-05-25 15:08:09 -04:00
Brian Surowiec
e15a4e3df3 Add setQuery and setSearch methods 2015-05-25 15:08:09 -04:00
Brian Surowiec
74eeac855c Add support for URI() 2015-05-25 15:08:08 -04:00
Brian Surowiec
4c960b46b3 Move to uri namespace 2015-05-25 15:07:58 -04:00
vvakame
95d860879f remove unused .tscparams 2015-03-15 23:36:05 +09:00
Hongweng
e71995b4fd fragmentPrefix(string) returns URI 2015-03-09 18:04:58 +09:00
Joel Wetzel
d2f90e7f2c Update URI.d.ts
uri.search(true) does return an object, but Typescript believes there is a difference between an Object and any.  Thus, if your querystring includes ?myParam=myValue, you should be able to access the value using uri.search(true).myParam.  However, the compiler threw the error "The property 'myParam' does not exist on on value of type 'Object'".  Changing the return type to any fixes this.
2015-02-09 09:07:49 -08:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Bartvds
d436daf4c2 added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 02:59:02 +01:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Rodney J Thomas
8228324fb5 Fixed URI constructor
Added additional constructor to URI.
2013-02-09 03:59:40 -06:00
Rodney J Thomas
481875fb37 Add two Typings
Added Google feed api and URI.js typings.
2013-02-07 21:45:59 -06:00