mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:20:38 +00:00
Re-add accidentally deleted doc comment.
R=nweiz@google.com Review URL: https://codereview.chromium.org//183663008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33182 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
a8cc9f7b19
commit
45d2c5edc7
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ class TransformerId {
|
|||
|
||||
/// The configuration to pass to the transformer.
|
||||
///
|
||||
/// This will be an empty map if no configuration was provided.
|
||||
/// Any pub-specific configuration (i.e. keys starting with "$") will have
|
||||
/// been stripped out of this and handled separately. This will be an empty
|
||||
/// map if no configuration was provided.
|
||||
final Map configuration;
|
||||
|
||||
/// The primary input inclusions.
|
||||
|
|
Loading…
Reference in a new issue