Closed jbedard closed 2 years ago
This is similar to https://github.com/aspect-build/rules_esbuild/pull/35 except failing tests, with both ts_project and js_library. Seems to be because npm_package does not pass dependencies along. What does npm_link_all_packages do differently?
ts_project
js_library
npm_package
npm_link_all_packages
This seems to be the intended npm_package behavior
Related? https://github.com/aspect-build/rules_ts/issues/96
@matthewjh yes that's the same issue
This is similar to https://github.com/aspect-build/rules_esbuild/pull/35 except failing tests, with both
ts_project
andjs_library
. Seems to be becausenpm_package
does not pass dependencies along. What doesnpm_link_all_packages
do differently?