blob: 27f9badf2b79642cf8476c279abbaf9bb18364b4 [file] [log] [blame]
// Copyright (c) 2018, 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.
/// This is deprecated, please use
/// `package:analyzer/src/dart/analysis/byte_store.dart` instead.
@deprecated
library front_end.byte_store;
export 'package:analyzer/src/dart/analysis/byte_store.dart'
show MemoryByteStore;