| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
dpapad@ rebekah@ ptal
For some reason none of us is in the attention set as of this writing, which is why this CL does not show up in my queue.
Can you also update docs/webui/webui_explainer.md to use the new names?
Also, how about migrating one build_webui() target to use the new names as part of tihs CL, so that we know that directly using the names also works corerctly?
Replace `mojo_files` and `mojo_files_deps` with `generated_ts_files` and `generated_ts_files_deps`.This sentence is missing the most important part, which is "build_webui()" or "WebUI".
```suggestion
WebUI: Generalize the names of mojo_files, mojo_files_deps.
```
For now, the old parameters still exist but are aliases to the new ones. I've added a deprecation notice in `webui_build_configuration.md`Respect line limitns. Use the "Format" button in the Gerrit UI.
generated_ts_files: List of generated files. These will be copied to a temporary
location so that they can be passed to ts_library() along with
other files. Optional parameter.Re-align the start of each line with the ":"
```suggestion
generated_ts_files: List of generated files. These will be copied to a temporary
location so that they can be passed to ts_library() along with
other files. Optional parameter.
```
(here and below)
generated_base_path: Specifies the directory under which generated files will be served atLet's rename to `generated_ts_files_base_path` ?
# (or deprecated `mojo_files`), or 'ts_files` must be defined. Otherwise, theSince dealing with mojo_files is already handled earlier at this file, and `mojo_files` is not mentioned anywhere below, let's delete this part of the comment?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Replace `mojo_files` and `mojo_files_deps` with `generated_ts_files` and `generated_ts_files_deps`.This sentence is missing the most important part, which is "build_webui()" or "WebUI".
```suggestion
WebUI: Generalize the names of mojo_files, mojo_files_deps.
```
Or even better as follows?
```
WebUI: Generalize the names of mojo_files, mojo_files_deps in build_webui().
```