Commit dfe3ea6e authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Separate private methods of EsprimaParser.

parent f7d3913b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ module JsDuck
      locate_comments
    end

    private

    # Merges consecutive line-comments and Establishes links between
    # comments, so we can easily use comment["next"] to get to the
    # next comment.