Commit Graph
10 Commits
Author SHA1 Message Date
Christian BeilschmidtandMasahiro Wakame 6d5af489f8 Fixed dagre-d3 and extended dagre (#9143)
* added the `options` field to dagre's `setEdge`

* added a test as well
* changed some style issues according to linter (var -> let)

* exported `dagre-d3` so it is possible to import it with SystemJS

* Atom's TypeScript package now accepts the import
* changed some style issues according to linter (var -> let)

* changed `let` to `const` whenever it is possible.

* changed `let` to `const` whenever it is possible.

* `const` is possible here as well because the object reference does not change.
2016-05-06 01:49:08 +09: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
sumbad 0a5087916b Add declare module "dagre" 2015-12-30 08:07:15 +03:00
David Lipowicz 04d87e516d Added new lines to the end of the files. 2015-06-25 17:20:58 -07:00
David Lipowicz f00a559ddc Adding in a few missing definitions for Dagre. 2015-06-17 15:20:38 -07:00
Mark Wong Siang Kai 9acb366bae Updated dagre.d.ts to support fluent-chaining 2015-03-20 13:26:15 -07:00
Qinfeng Chen ae3b8438c9 fixed test file 2015-01-15 17:08:32 -05:00
Qinfeng Chen 374f2ae3ae add dagre type definition file 2015-01-15 16:33:33 -05:00