Files
sdk/pkg/code_transformers/pubspec.yaml
T
blois@google.com b9c11164ca Updating code_transformer's ResolverTransform to allow filtering on Dart entry points in apply.
This is to allow Angular's transformers to continue to filter the assets considered entry points based on whether they contain a main() rather than just the asset ID.

BUG=
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34985 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-11 17:44:21 +00:00

15 lines
411 B
YAML

name: code_transformers
version: 0.1.3
author: "Dart Team <misc@dartlang.org>"
description: Collection of utilities related to creating barback transformers.
homepage: http://www.dartlang.org
dependencies:
analyzer: ">=0.13.0 <0.14.0"
barback: ">=0.11.0 <0.14.0"
path: ">=0.9.0 <2.0.0"
source_maps: ">=0.9.0 <0.10.0"
dev_dependencies:
unittest: ">=0.10.1 <0.11.0"
environment:
sdk: ">=1.0.0 <2.0.0"