Sha256: 6b01d05a7f7deb616c072f6f8781792d4a277d7628756ae43ee6db9f11cb351a

Contents?: true

Size: 126 Bytes

Versions: 3

Compression:

Stored size: 126 Bytes

Contents

# typed: true
# frozen_string_literal: true

module Packwerk
  class Node
    Location = Struct.new(:line, :column)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
packwerk-2.3.0 lib/packwerk/node.rb
packwerk-2.2.2 lib/packwerk/node.rb
packwerk-2.2.1 lib/packwerk/node.rb