Skip to content

Commit af72340

Browse files
authored
Add missing argument documentation (dart-archive#191)
1 parent b650794 commit af72340

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dart/build_rules/codegen/_codegen_binary.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ def dart_codegen_binary(
154154
default_content: Optional. A map from generated file extension to string
155155
contents for that file. If the builders fail to output a file this value
156156
will be output instead.
157+
run_from_source: Whether the binary will run from source or generated
158+
kernel files. Defaults to False.
159+
**kwargs: keyword config parameters
157160
"""
158161
_codegen_binary(
159162
name = name,

0 commit comments

Comments
 (0)