Commit Graph

29 Commits

Author SHA1 Message Date
Ryan Cavanaugh
a4f5ae3098 Merge commit 'upstream/master~250' into merge_7_25 2016-07-26 18:03:56 -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
Mohamed Hegazy
cadb4a9693 Merge pull request #7093 from cherrydev/patch-2
added missing static functions
2016-06-26 19:31:37 -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
5859f63fd3 Keep fixing... 2016-05-05 12:38:52 -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
337587de8c Rename external modules to index.d.ts 2016-04-27 21:30:22 -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
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
David Fahlander
8ad9423c15 Added Definitions line 4 2016-03-09 02:33:59 +01:00
David Fahlander
415aedb408 Fixed wrong header comment. 2016-03-09 02:14:38 +01:00
David Fahlander
4016ab0a21 Fix after compiling with tsd 2016-03-09 02:11:06 +01:00
David Fahlander
2f23ff4c61 Updated to v1.3.1. 2016-03-09 02:02:28 +01:00
Prannay Budhraja
ee1e270d1d revert dexie export back to module definition 2016-02-11 14:18:57 -08:00
Prannay Budhraja
9d92676adb Update dexie.d.ts to version 1.2
From dexie.js source repo commit 92372b017810704bd7f812e7b0b86df866e8d222
--
Allow dexie to be referenced in typescript projects.
e.g.

```
import * as Dexie from 'dexie';
```

Dexie will now be properly typed without having to reference Dexie.d.ts in DefinitelyTyped or through src/Dexie.d.ts (which isn't exposed in npm anyways)
2016-02-10 17:45:05 -08:00
cherrydev
030953bec9 Update dexie.d.ts
Cat walked across the keyboard.  Just not my day…
2015-12-10 14:49:05 -08:00
cherrydev
8561b6b2de Update dexie.d.ts
Fix embarrassing typo
2015-12-10 14:43:38 -08:00
cherrydev
fe3f2f35a8 added missing static functions
Function definition for Dexie.delete at Dexie.js:3246
Function definition for Dexie.exists at Dexie.js:3259

Other static definitions are still missing.
2015-12-07 12:45:56 -08:00
cherrydev
44c617ff73 Update dexie.d.ts ; Add semicolons to quell errors
Some TS editors are complaining about a few missing semicolons.
2015-11-27 16:33:58 -08:00
homoroselaps
87852dedd8 possible type spelling mistake
There is no type called "Number" defined
2015-11-03 12:53:07 +01:00
Darryl Pogue
fb9460cccc Use lowercase dexie in the test as well. 2015-06-30 11:00:16 -07:00
Darryl Pogue
c8023e0074 Use lowercase "dexie" to match node module name 2015-06-30 10:16:52 -07:00
David Fahlander
8acdd6fc7d Fixed errors from npm test 2015-04-23 22:52:51 +02:00
David Fahlander
5850b78734 Added dexie.d.ts 2015-04-23 22:25:49 +02:00