pub(crate) fn create_config(
input: Input,
_: Options,
_: &RenderOptions,
using_internal_features: Arc<AtomicBool>,
) -> Config
Expand description
Parse, resolve, and typecheck the given crate.
pub(crate) fn create_config(
input: Input,
_: Options,
_: &RenderOptions,
using_internal_features: Arc<AtomicBool>,
) -> Config
Parse, resolve, and typecheck the given crate.