lib/rbs/parser_aux.rb in rbs-1.7.0.beta.1 vs lib/rbs/parser_aux.rb in rbs-1.7.0.beta.2
- old
+ new
@@ -18,7 +18,14 @@
Buffer.new(content: source, name: "a.rbs")
when Buffer
source
end
end
+
+ SyntaxError = ParsingError
+ SemanticsError = ParsingError
+ LexerError = ParsingError
+
+ class LocatedValue
+ end
end
end