blob: b44bb6ef4e4fe366c79327a9a81ff32b4183c058 [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.
library front_end.byte_store;
export '../byte_store/byte_store.dart'
show ByteStore, MemoryByteStore, MemoryCachingByteStore, NullByteStore;
export '../byte_store/file_byte_store.dart'
show EvictingFileByteStore, FileByteStore;