macroBuilder function

Builder macroBuilder(
  1. BuilderOptions options
)

Factory function for creating a MacroBuilder instance.

This function is the entry point used by the build system to instantiate the builder with the provided options.

The build_runner will call this function when setting up the build, passing in the configuration options from build.yaml.

Implementation

Builder macroBuilder(BuilderOptions options) => MacroBuilder(options);