在本页中:
module-recorded-dependencies

1.11 API for Reading Compilation Dependencies

 (require compiler/depend) package: base
The compiler/depend module provides a function to inspect and traverse the dependency information generated by raco make, raco setup, or compiler/cm.

添加于package base的6.90.0.13版本。

函数

(module-recorded-dependencies module-file)

  (listof (and path? (complete-path? path?)))
  module-file : path?
Given a module-file for a file that has been compiled with raco make, raco setup, or compiler/cm, returns a list of dependencies for module-file by reading and traversing dependency-information files left behind by compilation.