* Methods cause trouble, since esprima parses them as a key/value pair, where * the location of the value starts at the method body. For example * { bar(x:number,...y:Array ):number {} } * is parsed as * { bar: function(x: number, ...y:Array ): number {} } * except that the locati
(traverse, node, path, state)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected