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

Unified Diff: pkg/source_maps/README.md

Issue 814113004: Pull args, intl, logging, shelf, and source_maps out of the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also csslib. 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_maps/LICENSE ('k') | pkg/source_maps/lib/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/source_maps/README.md
diff --git a/pkg/source_maps/README.md b/pkg/source_maps/README.md
deleted file mode 100644
index 5c7f638f40c825b215ad3a010651579514370cb5..0000000000000000000000000000000000000000
--- a/pkg/source_maps/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
-Source Maps
-===========
-
-This project implements a Dart pub package to work with source maps. The
-implementation is based on the [source map version 3 spec][spec] which was
-originated from the [Closure Compiler][closure] and has been implemented in
-Chrome and Firefox.
-
-In this package we provide:
-
- * Data types defining file locations and spans: these are not part of the
- original source map specification. These data types are great for tracking
- source locations on source maps, but they can also be used by tools to
- reporting useful error messages that include on source locations.
- * A builder that creates a source map programatically and produces the encoded
- source map format.
- * A parser that reads the source map format and provides APIs to read the
- mapping information.
-
-Some upcoming features we are planning to add to this package are:
-
- * A printer that lets you generate code, but record source map information in
- the process.
- * A tool that can compose source maps together. This would be useful for
- instance, if you have 2 tools that produce source maps and you call one with
- the result of the other.
-
-[closure]: http://code.google.com/p/closure-compiler/wiki/SourceMaps
-[spec]: https://docs.google.com/a/google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit
« no previous file with comments | « pkg/source_maps/LICENSE ('k') | pkg/source_maps/lib/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698