Jason Bedard
Jason Bedard
BREAKING CHANGE: assets are no longer pre-declared outputs of the `ts_project` API Fix #579 ### Type of change - Bug fix (change which fixes an issue) ### Test plan -...
Passing a target to `ts_project(assets)` fails due to duplicate actions copying the assets to bindir: ``` ERROR: file 'components/b.css' is generated by these conflicting actions: Label: //components:ts_typings, //components:styles ``` ###...
Crashes today, see https://github.com/swc-project/swc/issues/7822
### 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...
### What is the current behavior? _No response_ ### Describe the feature If typescript code imports a static asset such as `*.svg` gazelle should add it to `ts_project(assets)` Should also...
### What happened? A tsconfig such as https://github.com/sourcegraph/sourcegraph/blob/0fe9b522098a36b06c6ff6c25ac475373471393d/tsconfig.base.json#L2 which extends a URL outputs an error
When `npm_translate_lock(npm_package_target_name)` is used the gazelle `js_npm_package_target_name` must also be specified to align. The default `js_npm_package_target_name` aligning with `npm_translate_lock(npm_package_target_name)` would be a better default.
### What is the current behavior? None ### Describe the feature Generate rules_jest targets to automate BUILD setup of jest workflows. This should ideally be a wrapper a thin rules_jest...
### What is the current behavior? Gazelle is configured to log level WARN and can't be changed: https://github.com/aspect-build/aspect-cli/blob/e95892cec3c8093c013e9a107411941932cb239c/gazelle/js/log.go#L16 ### Describe the feature Ability to set a log level or verbose...