Sha256: 167b4b8b0c41a267a80541232c197e454e35cddb465759df28d869524433e3ef

Contents?: true

Size: 979 Bytes

Versions: 19

Compression:

Stored size: 979 Bytes

Contents

# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `html_tokenizer` gem.
# Please instead update this file by running `dev typecheck update`.

# typed: true

module HtmlTokenizer
end

class HtmlTokenizer::Parser
  def initialize; end

  def append_placeholder(_); end
  def attribute_name; end
  def attribute_quoted?; end
  def attribute_value; end
  def cdata_text; end
  def closing_tag?; end
  def column_number; end
  def comment_text; end
  def context; end
  def document; end
  def document_length; end
  def errors; end
  def errors_count; end
  def line_number; end
  def parse(_); end
  def quote_character; end
  def rawtext_text; end
  def self_closing_tag?; end
  def tag_name; end
end

class HtmlTokenizer::ParserError < ::RuntimeError
  def initialize(message, position, line, column); end

  def column; end
  def line; end
  def position; end
end

class HtmlTokenizer::Tokenizer
  def initialize; end

  def tokenize(_); end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
packwerk-2.3.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-2.2.2 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-2.2.1 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-2.2.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-2.1.1 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-2.1.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-2.0.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.4.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.3.2 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.3.1 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.3.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.2.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.1.3 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.1.2 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.1.1 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.1.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.0.2 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.0.1 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi
packwerk-1.0.0 sorbet/rbi/gems/html_tokenizer@0.0.7.rbi