Files
sdk/pkg/code_transformers/lib/resolver.dart
T
blois@google.com d57c0b055b Adding some asset-related utilities to code_transformers
Including dart entry point checks and URI->asset resolution.

BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org//196943024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34055 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 19:54:51 +00:00

12 lines
438 B
Dart

// Copyright (c) 2014, 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.
/// Tools for working with resolved ASTs from Barback transformers.
library code_transformers.resolver;
export 'src/dart_sdk.dart';
export 'src/entry_point.dart';
export 'src/resolver.dart';
export 'src/resolvers.dart';