+29
−17
lib/jsduck/evaluator.rb
0 → 100644
+32
−0
+47
−1
Loading
Moved AST node evaluation to separate class which functions just like the Serializer class, but instead of returning string attempts to turn the AST into a ruby object.