Still.Compiler.Incremental.OutputToInputFileRegistry (Still v0.8.0) View Source

Keeps track of which input file generates each output file. It's used to identify which file needs to be compiled when there's a request from the browser.

Link to this section Summary

Functions

Returns a list of the registered input files for the given output.

Compiles the input files for the given output file.

Registers an input and output pair.

Link to this section Functions

Specs

lookup(binary()) :: [{pid(), binary()}]

Returns a list of the registered input files for the given output.

Specs

recompile(binary()) :: any()

Compiles the input files for the given output file.

Link to this function

register(input_file, output_file)

View Source

Specs

register(binary(), binary()) :: any()

Registers an input and output pair.