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
Today gazelle generates rules to compile + package ts and js. Those should then be consumable by binary + test targets such as jest_test or generic entries from npm package bin entries.
The text was updated successfully, but these errors were encountered:
I would expect I could use gazelle to generate any npm package that rules_js produces this way
I would expect that I can use map_kind on any of these packages so I can provide macros for them that do some extra leg work for my users such that it requires less setup
load("@npm//examples/webpack_cli:webpack-cli/package_json.bzl", "bin")
bin.webpack_cli(
name = "target_x",
data = [... each individual file matching the glob ...]
)
What is the current behavior?
Not supported
Describe the feature
Today gazelle generates rules to compile + package ts and js. Those should then be consumable by binary + test targets such as
jest_test
or generic entries from npm package bin entries.The text was updated successfully, but these errors were encountered: