blob: c2a6553f243fdb8d030b3c6f5094c123464a5d8c [file] [log] [blame]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/build_config.dart' show BuildConfig;
export 'src/build_target.dart'
show BuildTarget, TargetBuilderConfig, GlobalBuilderConfig;
export 'src/builder_definition.dart'
show
BuilderDefinition,
AutoApply,
BuildTo,
PostProcessBuilderDefinition,
TargetBuilderConfigDefaults;
export 'src/common.dart' show runInBuildConfigZone;
export 'src/input_set.dart' show InputSet;
export 'src/key_normalization.dart'
show normalizeBuilderKeyUsage, normalizeTargetKeyUsage;