Skip to content

Commit

Permalink
FR-723: make WriteSourceFileInfo public (#724)
Browse files Browse the repository at this point in the history
* FR-723: make WriteSourceFileInfo public

* Update docs

---------

Co-authored-by: Greg Magolan <greg@aspect.dev>
  • Loading branch information
ewhauser and gregmagolan authored Jan 23, 2024
1 parent 1baf14f commit ee0442d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/write_source_files.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/write_source_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

load(
"//lib/private:write_source_file.bzl",
_WriteSourceFileInfo = "WriteSourceFileInfo",
_write_source_file = "write_source_file",
)

WriteSourceFileInfo = _WriteSourceFileInfo

def write_source_files(
name,
files = {},
Expand Down

0 comments on commit ee0442d

Please sign in to comment.