issues
search
jriecken
/
dependency-graph
A simple dependency graph for Node.js
http://jriecken.github.io/dependency-graph/
MIT License
333
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Graph serialization and deserialization
#49
huypham50
opened
9 months ago
1
Explicitly support using any types as names
#48
houyonglu
opened
10 months ago
1
Ensure circular property is copied too
#47
andrew-healey
closed
12 months ago
1
Some node names cause errors+wrong results
#46
andrew-healey
closed
12 months ago
5
Clone doesn't copy the circular property
#45
jriecken
closed
12 months ago
0
Restore a persisted Graph
#44
pablitovicente
closed
2 years ago
2
Add entryNodes function
#43
amcdnl
closed
3 years ago
2
[feature] ability to get 'entry' nodes
#42
amcdnl
closed
3 years ago
0
Add methods for retrieving direct dependency information. Fixes #40
#41
jriecken
closed
3 years ago
0
How do you walk this graph?
#40
astanciu
closed
3 years ago
2
Feat/level of dependency for #27
#39
tintinthong
opened
4 years ago
2
Add transpose function
#38
tintinthong
opened
4 years ago
1
Ensure circular property is copied too
#37
tintinthong
closed
12 months ago
2
Rewrite the topological sort DFS to be more efficient
#36
jriecken
closed
4 years ago
0
Significant Performance Improvement
#35
willtennien
closed
4 years ago
1
Ensure all nodes are included in overallOrder when cycles are allowed.
#34
jriecken
closed
5 years ago
0
Graph broken with cyclic dependencies
#33
himanshisrivastava
closed
5 years ago
2
Migrate from jasmine-node to jasmine for testing
#32
simondel
closed
5 years ago
1
Sort by most dependend on?
#31
milesj
closed
4 years ago
4
Add a DepGraphCycleError with cyclePath property
#30
jhugman
closed
5 years ago
2
Add cycle nodes list to Dependency Cycle Found Error.
#29
jhugman
closed
5 years ago
1
Fixes typo for consistency: dependants → dependents.
#28
noahlange
closed
6 years ago
1
Level of dependency
#27
mechatroNick
opened
6 years ago
0
Types are wrong, causing a breaking change in 0.7.1
#26
rhys-vdw
closed
6 years ago
2
Expose CheckCycle API
#25
Niels-Be
opened
6 years ago
0
Document constructor in TypeScript typings
#24
tbranyen
closed
6 years ago
4
Custom Error Types
#23
MarkHerhold
closed
5 years ago
1
Overall order based on a single node
#22
gakimball
closed
6 years ago
1
Allows for circular dependencies
#21
tbranyen
closed
6 years ago
6
Add size and clone methods (clone only shallow-copies custom node data)
#20
jriecken
closed
7 years ago
0
error TS7006: Parameter 'T' implicitly has an 'any' type.
#19
lancon13
closed
7 years ago
2
Adding typescript types.
#18
vangorra
closed
7 years ago
4
Browser version?
#17
Rex90
closed
7 years ago
2
Would you accept a PR converting src code to Typescript?
#16
thasner
closed
7 years ago
1
awesome library
#15
pleerock
closed
8 years ago
1
API method to clone a graph instance
#14
tivac
closed
7 years ago
6
Add support for optional node data
#13
nponiros
closed
8 years ago
3
Extend the library to be able to add data to nodes
#12
nponiros
closed
8 years ago
1
Improve readability
#11
zolaemil
closed
8 years ago
1
Check all nodes for potential cycles when calculating overall order. Fixes #8
#10
jriecken
closed
9 years ago
0
fixes #8 although test runner doesn't believe me
#9
sandfox
closed
9 years ago
1
Doesn't always detect cycles
#8
sandfox
closed
9 years ago
3
"Dependency Cycle Found" does not give good information on what the loop is
#7
waddlesplash
closed
9 years ago
3
Add a way to remove a node and all dependant nodes from a DepGraph instance
#6
waddlesplash
closed
7 years ago
2
order function which takes a name and returns [dependenciesOf(name)..., name, dependsOf(name)...]
#5
vjpr
closed
9 years ago
2
print tree function / expose the DFS function
#4
vjpr
closed
9 years ago
2
`addNode` should check if node already exists and throw error
#3
vjpr
closed
9 years ago
3
Fixed removeNode leaving references in outgoingEdges and reference to…
#2
juhoha
closed
9 years ago
2
Remove underscore dependency
#1
myndzi
closed
9 years ago
1