Bundlex.Project.Preprocessor behaviour (Bundlex v0.5.1) View Source
Behaviour for preprocessing Bundlex projects.
Precompiling may involve either generating additional resources or altering the project itself.
Currently, preprocessing native configuration (preprocess_native_config/3
)
and parsed natives (preprocess_native/1
) is supported.
Link to this section Summary
Link to this section Types
Specs
t() :: module()
Link to this section Callbacks
Specs
preprocess_native(native :: Bundlex.Native.t()) :: Bundlex.Native.t()
Specs
preprocess_native_config( name :: atom(), app :: atom(), config :: Bundlex.Project.native_config_t() ) :: Bundlex.Project.native_config_t()