<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Bzl on Alwaldend</title>
		<link>https://www-staging.alwaldend.com/docs/tools/transitive_sources/main/bzl/</link>
		<description>Recent content in Bzl on Alwaldend</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<atom:link href="https://www-staging.alwaldend.com/docs/tools/transitive_sources/main/bzl/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>al_transitive_sources</title>
				<link>https://www-staging.alwaldend.com/docs/tools/transitive_sources/main/bzl/bzl/al_transitive_sources.stardoc/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://www-staging.alwaldend.com/docs/tools/transitive_sources/main/bzl/bzl/al_transitive_sources.stardoc/</guid>
				<description>&lt;!-- Generated with Stardoc: http://skydoc.bazel.build --&gt;&#xA;&lt;p&gt;&lt;a id=&#34;AlTransitiveSources&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;altransitivesources&#34;&gt;AlTransitiveSources&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#altransitivesources&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre&gt;&#xA;load(&#34;@com_alwaldend_src//tools/transitive_sources/main/bzl:al_transitive_sources.bzl&#34;, &#34;AlTransitiveSources&#34;)&#xA;&#xA;AlTransitiveSources(&lt;a href=&#34;#AlTransitiveSources-transitive_sources&#34;&gt;transitive_sources&lt;/a&gt;)&#xA;&lt;/pre&gt;&#xA;&lt;p&gt;Provide transitive sources&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/bazelbuild/examples/blob/main/rules/depsets/foo.bzl&#34;&gt;https://github.com/bazelbuild/examples/blob/main/rules/depsets/foo.bzl&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://stackoverflow.com/a/57699683&#34;&gt;https://stackoverflow.com/a/57699683&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;FIELDS&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: left&#34;&gt;Name&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;&lt;a id=&#34;AlTransitiveSources-transitive_sources&#34;&gt;&lt;/a&gt;transitive_sources&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;-&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;a id=&#34;al_transitive_sources&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2&gt;al_transitive_sources&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#al_transitive_sources&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;pre&gt;&#xA;load(&#34;@com_alwaldend_src//tools/transitive_sources/main/bzl:al_transitive_sources.bzl&#34;, &#34;al_transitive_sources&#34;)&#xA;&#xA;al_transitive_sources(&lt;a href=&#34;#al_transitive_sources-srcs&#34;&gt;srcs&lt;/a&gt;, &lt;a href=&#34;#al_transitive_sources-deps&#34;&gt;deps&lt;/a&gt;)&#xA;&lt;/pre&gt;&#xA;&lt;p&gt;Obtain the source files for a target and its transitive dependencies.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;PARAMETERS&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: left&#34;&gt;Name&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: left&#34;&gt;Default Value&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;&lt;a id=&#34;al_transitive_sources-srcs&#34;&gt;&lt;/a&gt;srcs&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;a list of source files&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;none&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;&lt;a id=&#34;al_transitive_sources-deps&#34;&gt;&lt;/a&gt;deps&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;a list of targets that are direct dependencies&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: left&#34;&gt;none&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;RETURNS&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;a collection of the transitive sources&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
