module Bootsnap::CompileCache::JSON

def precompile(path)

def precompile(path)
  Bootsnap::CompileCache::Native.precompile(
    cache_dir,
    path.to_s,
    self,
  )
end