Closed hex13 closed 8 years ago
AST analysis of fluent interface (chaining) must be rewritten from scratch. Too much assumptions about node types, too chaotic.
It doesn't analyse correctly code like that:
angular.directive('DirectiveSomething', function () {
}).directive('DirectiveSomethingElse', function () {
});
and it's getting lost in tree.
done.
AST analysis of fluent interface (chaining) must be rewritten from scratch. Too much assumptions about node types, too chaotic.
It doesn't analyse correctly code like that:
angular.directive('DirectiveSomething', function () {
}).directive('DirectiveSomethingElse', function () {
});
and it's getting lost in tree.