1781d2cb42
- switches polymer to use a messages type - autogenerates an HTML page from the message list. - use these messages on polymer transformers - moves build_logger to code_Transformers, so we can also use this in other packages. Still pending to do more, for example, find a permanent location and URI scheme for messages so we can show them on the command-line, improve the UI to tak advantage of clustering, etc. But I think it's good enough to get it in and iterate afterwards R=jakemac@google.com, kathyw@google.com Review URL: https://codereview.chromium.org//513023002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39884 260f80e4-7a28-3924-810f-c04153c831b5
16 lines
447 B
YAML
16 lines
447 B
YAML
name: code_transformers
|
|
version: 0.2.3-dev
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
description: Collection of utilities related to creating barback transformers.
|
|
homepage: http://www.dartlang.org
|
|
dependencies:
|
|
analyzer: ">=0.15.6 <0.23.0"
|
|
barback: ">=0.14.2 <0.16.0"
|
|
path: ">=0.9.0 <2.0.0"
|
|
source_maps: ">=0.9.4 <0.11.0"
|
|
source_span: ">=1.0.0 <2.0.0"
|
|
dev_dependencies:
|
|
unittest: ">=0.10.1 <0.11.0"
|
|
environment:
|
|
sdk: ">=1.0.0 <2.0.0"
|