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

Unified Diff: pkg/utf/lib/src/constants.dart

Issue 418433003: pkg/utf: fixed layout, added todos, updated docs and homepage pubspec links (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/utf/lib/list_range.dart ('k') | pkg/utf/lib/src/list_range.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/utf/lib/src/constants.dart
diff --git a/pkg/utf/lib/constants.dart b/pkg/utf/lib/src/constants.dart
similarity index 97%
rename from pkg/utf/lib/constants.dart
rename to pkg/utf/lib/src/constants.dart
index 11d0cc2b2457b9203b583560da57b80cf0896de0..3dfea3951fb469b26ccd5f7e3bcf3aaa40fb10cc 100644
--- a/pkg/utf/lib/constants.dart
+++ b/pkg/utf/lib/src/constants.dart
@@ -2,7 +2,7 @@
// 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.
-part of utf;
+library utf.constants;
/**
* Invalid codepoints or encodings may be substituted with the value U+fffd.
« no previous file with comments | « pkg/utf/lib/list_range.dart ('k') | pkg/utf/lib/src/list_range.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698