We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b650794 commit af72340Copy full SHA for af72340
dart/build_rules/codegen/_codegen_binary.bzl
@@ -154,6 +154,9 @@ def dart_codegen_binary(
154
default_content: Optional. A map from generated file extension to string
155
contents for that file. If the builders fail to output a file this value
156
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
160
"""
161
_codegen_binary(
162
name = name,
0 commit comments