Get all dependency from one js file. e.g. */ fn = "js/abc.js": { "SYNO.AAA": { "depend" : [ "SYNO.Parent" ] }, "SYNO.BBB" : { "depend" : [ "SYNO.Father" ] } } input --> fn["js/abc.js"] output --> ["SYNO.Parent", "SYNO.Father"] */
($fnList)
source not stored for this graph (policy: none)