Open
Description
According to the Erlang docs, Using the deterministic options will:
Omit the options and source tuples in the list returned by Module:module_info(compile)
Currently, the Surface compiler uses module_info/1
to retrieve the related source file in order to generate JS hooks. Instead, we could add/retrieve this information directly to/from the beam chunks as an custom attribute so we're able to use deterministic
.
Metadata
Metadata
Assignees
Labels
No labels