+19
−34
+5
−0
lib/jsduck/format/subproperties.rb
0 → 100644
+60
−0
Loading
The Format::Class is now much-much cleaner. To avoid passing the Relations object explicitly around, add an accessor to Format::Doc - so we can just pass an instance of the formatter around and TypeParser can get the relations object from the formatter, which it gets passed anyway and which already includes the relations.