| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
# Sub-target 3: Generate tsconfig.json via GN generated_filealso not a very useful comment
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
# Sub-target 3: Generate tsconfig.json via GN generated_filealso not a very useful comment
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: scripts/build/typescript/ts_library_split.gni
Insertions: 2, Deletions: 1.
@@ -231,7 +231,8 @@
}
}
- # Sub-target 3: Generate tsconfig.json via GN generated_file
+ # Sub-target 3: Generate tsconfig.json used by sub-target 4 for
+ # actual type-checking and JS transpilation.
generated_file(_tsconfig_target) {
outputs = [ _tsconfig_file ]
output_conversion = "json"
```
[ts_library_split] Add tsconfig.json compiler configuration sub-target
Adds Sub-target 3 (${target_name}_tsconfig) generating ${target_name}-tsconfig.json
via GN generated_file containing disableSourceOfProjectReferenceRedirect and
locally scoped rootDir.
R=pfa...@chromium.org
TAG=agy
CONV=8700c1d3-4690-496f-abb1-8ea8524aea8b
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |