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
If you have types.d.ts -> ts_library#srcs -> npm_package#deps
then npm_package packager.js will fail with
dependency ${f} is not under bazel-bin or bazel-genfiles
The text was updated successfully, but these errors were encountered:
- Allow source files to appear under deps, like .d.ts srcs of a ts_library
- Include ts_library transitive_declarations
- Include data attributes of ts_library
Fixesbazel-contrib#196Fixesbazel-contrib#197
* Fixes for npm_package:
- Allow source files to appear under deps, like .d.ts srcs of a ts_library
- Include ts_library transitive_declarations
- Include data attributes of ts_library
Fixes#196Fixes#197
* Add tests for npm_package fixes
Toxicable
pushed a commit
to Toxicable/rules_nodejs
that referenced
this issue
Jul 21, 2018
* Fixes for npm_package:
- Allow source files to appear under deps, like .d.ts srcs of a ts_library
- Include ts_library transitive_declarations
- Include data attributes of ts_library
Fixesbazel-contrib#196Fixesbazel-contrib#197
* Add tests for npm_package fixes
Found this with @hansl yesterday.
If you have
types.d.ts
-> ts_library#srcs -> npm_package#depsthen npm_package packager.js will fail with
dependency ${f} is not under bazel-bin or bazel-genfiles
The text was updated successfully, but these errors were encountered: