getItInjectorGenerator function
Builder
getItInjectorGenerator(
- BuilderOptions options
Uses AST parsing only (no analyzer resolution) to avoid crash when resolving part directives in transitive deps (bundle_reader.dart:427). Output path is derived from the input: setup.dart → setup.config.dart.
Implementation
Builder getItInjectorGenerator(BuilderOptions options) {
Settings.fromJson(options.config); // validate config
return _ConfigBuilder();
}