We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2952be0 commit 680691fCopy full SHA for 680691f
nodejs/rules.bzl
@@ -392,7 +392,7 @@ def _nodejs_modules_package_impl(ctx):
392
package_paths_nonempty = {}
393
394
transitive_files = depset(
395
- transitive = [info.transitive_files for info in (deps_js)],
+ transitive = [info.transitive_files for info in (deps_js, deps_ts)],
396
)
397
files_map = {}
398
for file in transitive_files.to_list():
0 commit comments