Sha256: 5edad9344e7044b405573976fedb422a4895789d7483a3eb4bde1a72f719b30e

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

# typed: strict

# We keep these shims in here because our client libraries might not have
# ast/parser in their bundle.
module AST; end
class AST::Node; end
module Parser; end
module Parser::AST; end
class Parser::AST::Node < AST::Node; end

class Prism::Translation::Parser::Compiler < Prism::Compiler
  Result = type_member { { fixed: Parser::AST::Node } }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
prism-0.27.0 rbi/prism/translation/parser/compiler.rbi
prism-0.26.0 rbi/prism/translation/parser/compiler.rbi
prism-0.25.0 rbi/prism/translation/parser/compiler.rbi