instance method
expanded_packages_and_directories
Ruby on Rails 2.1.0
Since v1.0.3 Last seen in v2.2.3 PrivateSignature
expanded_packages_and_directories()
No documentation comment.
Source
# File lib/importmap/map.rb, line 125
def expanded_packages_and_directories
@packages.dup.tap { |expanded| expand_directories_into expanded }
end
Defined in lib/importmap/map.rb line 125
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Map