foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
70 stars 41 forks source link

refactor(flatten): move compilation logic into `Flattener` #143

Closed klkvr closed 3 months ago

klkvr commented 3 months ago

flattening requires specific compilation pipeline (AST-only, non-cached), it is an implementation detail which should be configured, run and tested on compilers level.