class Opal::AST::Builder

def n(type, children, location)

def n(type, children, location)
  ::Opal::AST::Node.new(type, children, location: location)
end