Skip to content

Commit

Permalink
Replace the old parser with the new parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Dec 11, 2023
1 parent e8aea90 commit 7f18613
Show file tree
Hide file tree
Showing 26 changed files with 1,041 additions and 3,897 deletions.
2 changes: 1 addition & 1 deletion lib/graphql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RequiredImplementationMissingError < Error

class << self
def default_parser
@default_parser ||= GraphQL::Language::RecursiveDescentParser
@default_parser ||= GraphQL::Language::Parser
end

attr_writer :default_parser
Expand Down
1 change: 0 additions & 1 deletion lib/graphql/language.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
require "graphql/language/nodes"
require "graphql/language/cache"
require "graphql/language/parser"
require "graphql/language/recursive_descent_parser"
require "graphql/language/static_visitor"
require "graphql/language/token"
require "graphql/language/visitor"
Expand Down
Loading

0 comments on commit 7f18613

Please sign in to comment.