| Index: pkg/fasta/lib/src/source/README.md
|
| diff --git a/pkg/fasta/lib/src/source/README.md b/pkg/fasta/lib/src/source/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7d63b9af2d821416fb0acced7128d15d3e9edc00
|
| --- /dev/null
|
| +++ b/pkg/fasta/lib/src/source/README.md
|
| @@ -0,0 +1,8 @@
|
| +<!--
|
| +Copyright (c) 2016, 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.
|
| +-->
|
| +# Source Builders
|
| +
|
| +Builders that can be shared between multiple implementations of source builders, such as [analyzer](../analyzer/README.md) and [kernel](../kernel/README.md).
|
|
|