1.9 KiB
Executable File
1.9 KiB
Executable File
The input file for the aspect test
my_aspect_impl
my_aspect_impl(ctx)
PARAMETERS
| Name | Description | Default Value |
|---|---|---|
| ctx | - |
none |
my_aspect
my_aspect(name, first, second)
This is my aspect. It does stuff.
ASPECT ATTRIBUTES
| Name | Type |
|---|---|
| deps | String |
| attr_aspect | String |
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| first | - | Label | required | |
| second | - | Dictionary: String -> String | required |
other_aspect
other_aspect(name, third)
This is another aspect.
ASPECT ATTRIBUTES
| Name | Type |
|---|---|
| * | String |
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| third | - | Integer | required |