Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Unified Diff: pkg/source_span/README.md

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/source_span/LICENSE ('k') | pkg/source_span/lib/source_span.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/source_span/README.md
diff --git a/pkg/source_span/README.md b/pkg/source_span/README.md
deleted file mode 100644
index 4e2547e281f3a7fd96ec085504245332ef124451..0000000000000000000000000000000000000000
--- a/pkg/source_span/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-`source_span` is a library for tracking locations in source code. It's designed
-to provide a standard representation for source code locations and spans so that
-disparate packages can easily pass them among one another, and to make it easy
-to generate human-friendly messages associated with a given piece of code.
-
-The most commonly-used class is the package's namesake, `SourceSpan`. It
-represents a span of characters in some source file, and is often attached to an
-object that has been parsed to indicate where it was parsed from. It provides
-access to the text of the span via `SourceSpan.text` and can be used to produce
-human-friendly messages using `SourceSpan.message()`.
-
-When parsing code from a file, `SourceFile` is useful. Not only does it provide
-an efficient means of computing line and column numbers, `SourceFile.span()`
-returns special `FileSpan`s that are able to provide more context for their
-error messages.
« no previous file with comments | « pkg/source_span/LICENSE ('k') | pkg/source_span/lib/source_span.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698