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版本。
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.