Commit Graph

12 Commits

Author SHA1 Message Date
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
matb
f43a366a92 Add missing ; to swig.d.ts
Swig.d.ts was missing a ; in line 31. This leads to warnings in this file.
2015-12-02 22:21:24 +01:00
CodeAnimal
0e05ddf68e Update header info
Add Carlos Ballesteros Velasco <https://github.com/soywiz> back into
"Definitions by" header line.
2014-09-25 01:40:38 +01:00
CodeAnimal
cf18b507b1 Add return type to static parseFile function. 2014-09-17 11:01:49 +01:00
CodeAnimal
b8afdd76d7 Fix build errors
Fixed the Travis CI build errors stated.
2014-09-17 10:57:43 +01:00
CodeAnimal
11e519fc6e Change TYPES to now be an enum
TYPES used to be an interface in the swig module. It has now been moved
to a new module, swig.lexer, and set as an enum type.
2014-09-17 10:18:44 +01:00
CodeAnimal
8143c162e7 Update Swig to latest version
The swig definitions have been totally rewritten to the latest version
as of time of commit.

See: http://paularmstrong.github.io/swig/docs/api/ for how the API
should work.
2014-09-17 01:00:47 +01:00
Basarat Ali Syed
85bc00eebb Merge pull request #2566 from damianog/patch-11
Update swig.d.ts
2014-07-28 16:38:57 +10:00
damianog
312632f1a4 Update swig.d.ts 2014-07-27 08:58:58 +02:00
Basarat Ali Syed
a9960f7620 add api doc link 2014-07-27 11:19:19 +10:00
damianog
f8cfab1788 Update swig.d.ts
Added function renderFile
2014-07-26 14:33:29 +02:00
Bart van der Schoor
09f3d7a8dc imported 25 definitions from typescript-node-definitions
first batch: the easy pickings

- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT headers (scraped creators from git history)
- added tests
- some modifications
- added CONTRIBUTORS.md for the substantial defs (>50 LOC)
2014-04-22 22:09:35 +02:00