Commit Graph

26 Commits

Author SHA1 Message Date
Raghav Katyal
13f8a3bb8f Fixing casing error 2016-08-01 16:34:46 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -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
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
vvakame
9027703c0b pass npm run all in new definition-tester 2016-02-10 00:16:03 +09:00
Will Johnston
0224e96881 fixing promises a plus test for compatibility with es6 promises 2016-01-15 12:25:22 -06:00
Igor Oleinikov
56068d3354 Merge pull request #3483 from Igorbek/promises-a-plus
Improved Promises A+ definitions (for TS 1.4)
2015-01-18 13:37:06 -08:00
Igor Oleinikov
ab9a0c7a9e Improved Promises A+ definitions (for TS 1.4) 2015-01-18 13:18:24 -08:00
Toshiya Nakakura
593d2fa36f update promises-a-plus/promises-a-plus-tests.ts 2014-12-01 14:18:31 +09:00
Igor Oleinikov
fb839ffeb9 Fixed reference of rx in promises-a-plus-tests.ts 2014-07-21 18:36:03 -07:00
basarat
c532d8da2b fix tests 2014-07-05 21:15:43 +10:00
Bart van der Schoor
1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
pkaul
98a0894dff Adjusting test after changing when.d.ts.
Note: In opposite to other Promise implementation such as" promise-es6" or"Q" the implementation "when.js" is AMD/CommonJS aware und therefore needs to be loaded as an module (e.g. using "requirejs").
2014-03-18 22:17:58 +01:00
Igor Oleinikov
c0faaf0ebc promises-a-plus: fixed Q import casing in tests 2014-03-10 21:43:25 +04:00
Igor Oleinikov
207d7d0fac promises-a-plus: updated tests of compatibility with implementation libraries 2014-03-10 21:26:58 +04:00
Igor Oleinikov
87cd95fd92 promises-a-plus: added initial defintions
rx.js: modified IPromise in Async module to match Promises/A+
2014-03-07 14:07:28 +04:00