/** * Module responsible for providing the functionality handling the input args & flags and translating them into the * compiler-specific configuration and the required CLI arguments. * @since 0.10.3 */ export * from "./target"; export * from "./input-file";