not entirely sure what you mean. please explain perhaps with an example.
etch compiler will already target generated ephemeral files to one
directory while user editable files go to another.
Richard Bolkey (JIRA) wrote:
Would be useful for an extra what option that splits apart generating
interfaces and their supporting classes
-------------------------------------------------------------------------------------------------------------
Key: ETCH-60
URL: https://issues.apache.org/jira/browse/ETCH-60
Project: Etch
Issue Type: Improvement
Components: compiler
Affects Versions: 1.0.1, 1.0.0, 1.0.2
Reporter: Richard Bolkey
Priority: Minor
A what option on the compiler that could tell languages that support interfaces
to only generate the interface files or only the implementation files would be
helpful for separating those files into different packages or creating mocks
from the interfaces.