Files
sdk/client/util/utilslib.dart
T
dgrove@google.com 641f078329 Move utils/{uri, utf8} to lib/{uri, utf8} .
Fixes issue 1562 .
Review URL: http://codereview.chromium.org//9325085

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@4010 260f80e4-7a28-3924-810f-c04153c831b5
2012-02-07 22:31:10 +00:00

14 lines
443 B
Dart

// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// 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('utilslib');
#import('../observable/observable.dart');
#import('../../lib/uri/uri.dart', prefix: 'uri');
#source('CollectionUtils.dart');
#source('DateUtils.dart');
#source('StringUtils.dart');
#source('Uri.dart');