Chromium Code Reviews| Index: pkg/path/pubspec.yaml |
| diff --git a/pkg/path/pubspec.yaml b/pkg/path/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d246b6ebe6dacbc4b4c96ee6cb85889b3180d391 |
| --- /dev/null |
| +++ b/pkg/path/pubspec.yaml |
| @@ -0,0 +1,10 @@ |
| +name: pathos |
| +author: "Dart Team <misc@dartlang.org>" |
| +homepage: http://www.dartlang.org |
| +description: > |
| + A string-based path manipulation library. All of the path operations you know |
| + and love, with solid support on both Windows and POSIX (Linux and Mac OS X) |
| + machines. |
| + |
| + Currently only runs on the standalone VM, but will run in a browser as soon as |
| + 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
|