pub fn configure_pcx_from_compile_output(
pcx: &mut ParsingContext<'_>,
config: &Config,
output: &ProjectCompileOutput,
target_paths: Option<&[PathBuf]>,
) -> Result<()>
Expand description
Configures a [ParsingContext
] from a [Project
] and [SolcVersionedInput
].
- Configures include paths, remappings.
- Source files are added if
add_source_file
is set