993a917ff4
This is a re-submission of adding code_transformers with a fix for resolving the sdk directory. The resolution was failing when executing tests with the --use-sdk flag. BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org//172633006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32908 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
414 B
YAML
15 lines
414 B
YAML
name: code_transformers
|
|
version: 0.0.1-dev
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
description: Collection of utilities related to creating barback transformers.
|
|
homepage: http://www.dartlang.org
|
|
dependencies:
|
|
analyzer: ">=0.12.0 <0.13.0"
|
|
barback: ">=0.11.0 <0.12.0"
|
|
path: ">=0.9.0 <2.0.0"
|
|
source_maps: ">=0.9.0 <0.10.0"
|
|
dev_dependencies:
|
|
unittest: ">=0.9.0 <0.10.0"
|
|
environment:
|
|
sdk: ">=1.0.0 <2.0.0"
|