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

Unified Diff: lib/resource.dart

Issue 1387163002: Add Resource package. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Final tweaks. Created 4 years, 11 months 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 | « README.md ('k') | lib/src/io.dart » ('j') | lib/src/io.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/resource.dart
diff --git a/lib/resource.dart b/lib/resource.dart
index dbed97a36840c5cd3035a02baa26bb4a2b711bc3..b23d220637065e1ddbbcf0283b3c1f50c03a4ad1 100644
--- a/lib/resource.dart
+++ b/lib/resource.dart
@@ -1,12 +1,11 @@
-// Copyright (c) 2015, 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.
-
-/// A [Resource] is data that can be loaded into a Dart program.
-///
-/// This library provides an implementation of [Resource] and a
-/// [PackageResolver] that controls how package: URIs are converted to
-/// URIs that can be loaded.
-library resource;
-
-export "src/resource.dart" show Resource, PackageResolver;
+// Copyright (c) 2015, 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.
+
+/// A [Resource] is data that can be loaded into a Dart program.
+///
+/// A resource is identified by a URI.
+library resource;
+
+export "src/resource.dart" show Resource;
+export "src/loader.dart" show ResourceLoader;
« no previous file with comments | « README.md ('k') | lib/src/io.dart » ('j') | lib/src/io.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698