class Sprockets::Asset

def links

Experimental RBS support (using type sampling data from the type_fusion project).

def links: () -> Set

This signature was generated using 18 samples from 2 applications.

Returns Set of String asset URIs.

All linked assets should be compiled anytime this asset is.

Public: Get all externally linked asset filenames from asset.
def links
  metadata[:links] || Set.new
end