Chromium Code Reviews| Index: pkg/code_transformers/lib/assets.dart |
| diff --git a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart b/pkg/code_transformers/lib/assets.dart |
| similarity index 67% |
| copy from tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart |
| copy to pkg/code_transformers/lib/assets.dart |
| index 16da6e3295bca2daa89abcf7104d7a492f7cd846..2f942ee15e7bae73c45a9cc57372ae04c93bb9b7 100644 |
| --- a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart |
| +++ b/pkg/code_transformers/lib/assets.dart |
| @@ -2,8 +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. |
| -library spaces; |
| +/// Tools for working with Barback assets. |
| +library code_transformers.assets; |
| -part "part space/part space.dart"; |
| - |
| -foo() => bar(); |
| +export 'src/assets.dart'; |
|
Siggi Cherem (dart-lang)
2014/03/18 19:06:25
why not just put the code here?
blois
2014/03/18 19:41:25
Done. No specific reason- was just following a pat
|