build_script_generate library

Constants

scriptLocation → const String

Functions

findBuilderApplications({PackageGraph? packageGraph, Map<String, BuildConfig>? buildConfigOverrides}) Future<Iterable<Expression>>
Finds expressions to create all the BuilderApplication instances that should be applied packages in the build.
generateAndRun(List<String> args, {List<String>? experiments, Logger? logger, Future<String> generateBuildScript() = generateBuildScript, void handleUncaughtError(Object error, StackTrace stackTrace) = _defaultHandleUncaughtError}) Future<int>
Generates the build script, precompiles it if needed, and runs it.
generateBuildScript() Future<String>