Sha256: 6fc91363e4474bbcc3e1571ab5b785d3b89de30483e76f0833c9b1944b4fbc1d

Contents?: true

Size: 683 Bytes

Versions: 8

Compression:

Stored size: 683 Bytes

Contents

module TypeProf end

require_relative "typeprof/version"
require_relative "typeprof/config"
require_relative "typeprof/insns-def"
require_relative "typeprof/utils"
require_relative "typeprof/type"
require_relative "typeprof/container-type"
require_relative "typeprof/method"
require_relative "typeprof/block"
require_relative "typeprof/iseq"
require_relative "typeprof/arguments"
require_relative "typeprof/analyzer"
require_relative "typeprof/import"
require_relative "typeprof/export"
require_relative "typeprof/builtin"
require_relative "typeprof/cli"
require_relative "typeprof/code-range"

require_relative "typeprof/lsp" if RUBY_VERSION >= "3" and RUBY_ENGINE != "truffleruby"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typeprof-0.21.11 lib/typeprof.rb
typeprof-0.21.10 lib/typeprof.rb
typeprof-0.21.9 lib/typeprof.rb
typeprof-0.21.8 lib/typeprof.rb
typeprof-0.21.7 lib/typeprof.rb
typeprof-0.21.6 lib/typeprof.rb
typeprof-0.21.5 lib/typeprof.rb
typeprof-0.21.4 lib/typeprof.rb