lib/packwerk/constant_discovery.rb in packwerk-1.1.3 vs lib/packwerk/constant_discovery.rb in packwerk-1.2.0
- old
+ new
@@ -1,7 +1,9 @@
# typed: true
# frozen_string_literal: true
+require "constant_resolver"
+
module Packwerk
# Get information about (partially qualified) constants without loading the application code.
# Information gathered: Fully qualified name, path to file containing the definition, package,
# and visibility (public/private to the package).
#