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

Side by Side Diff: pkg/path/pubspec.yaml

Issue 11647003: Move path ("pathos") to pkg/. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Exclude "path" from apidoc. Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/path/lib/path.dart ('k') | pkg/path/test/path_posix_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 name: pathos
2 author: "Dart Team <misc@dartlang.org>"
3 homepage: http://www.dartlang.org
4 description: >
5 A string-based path manipulation library. All of the path operations you know
6 and love, with solid support on both Windows and POSIX (Linux and Mac OS X)
7 machines.
8
9 Currently only runs on the standalone VM, but will run in a browser as soon as
10 configurations-specific code is supported by Dart.
nweiz 2012/12/18 22:56:57 Nit: "configuration" Also, wouldn't it be relativ
Bob Nystrom 2012/12/18 23:57:36 Yeah, if we wanted path to not depend on dart io,
nweiz 2012/12/19 00:48:46 Not so; we have re-exporting. How do you envision
OLDNEW
« no previous file with comments | « pkg/path/lib/path.dart ('k') | pkg/path/test/path_posix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698