blob: 7090c08b773f95d2c5311acb027100101bedded1 [file] [log] [blame] [edit]
// Copyright (c) 2024, 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.
/// Code asset support for hook invokers (e.g. building / bundling tools).
library;
export 'code_assets.dart' hide build, link;
export 'native_assets_cli_builder.dart'
hide EncodedAssetBuildOutputBuilder, EncodedAssetLinkOutputBuilder;
export 'src/code_assets/config.dart'
show CodeAssetBuildInputBuilder, CodeAssetBuildOutput, CodeAssetLinkOutput;
export 'src/code_assets/extension.dart';