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

Unified Diff: packages/petitparser/lib/reflection.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « packages/petitparser/lib/petitparser.dart ('k') | packages/petitparser/lib/smalltalk.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/petitparser/lib/reflection.dart
diff --git a/petitparser/lib/reflection.dart b/packages/petitparser/lib/reflection.dart
similarity index 65%
rename from petitparser/lib/reflection.dart
rename to packages/petitparser/lib/reflection.dart
index b8646851fc237cfdadae905ece808853af357e50..91c63b07b70dd5ae891e5096bd98e2bd732c2c79 100644
--- a/petitparser/lib/reflection.dart
+++ b/packages/petitparser/lib/reflection.dart
@@ -1,7 +1,5 @@
-/**
- * This package contains tools to reflect on and transform parsers.
- */
-library reflection;
+/// This package contains tools to reflect on and transform parsers.
+library petitparser.reflection;
import 'dart:collection';
« no previous file with comments | « packages/petitparser/lib/petitparser.dart ('k') | packages/petitparser/lib/smalltalk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698