You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: fix missing example in generated example-module file (#18086)
The `example-module.ts` file which is generated by Bazel,
currently misses the last example specified in the source
manifest file. This is because the `$(locations)` expansion
of Bazel results in a trailing new line in the manifest that
throws of manifest parsing. We fix this by always trimming the
file paths of the manifest.
0 commit comments