We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3841a1d commit 838019aCopy full SHA for 838019a
lib/syntax_tree.rb
@@ -21,7 +21,6 @@ module SyntaxTree
21
# CLI. Requiring those features takes time, so we autoload as many constants
22
# as possible in order to keep the CLI as fast as possible.
23
24
- autoload :DSL, "syntax_tree/dsl"
25
autoload :FieldVisitor, "syntax_tree/field_visitor"
26
autoload :Index, "syntax_tree/index"
27
autoload :JSONVisitor, "syntax_tree/json_visitor"
0 commit comments