[Bug]: Cannot include package.json
(needed for resolution) in srcs
when resolve_json_module = True
#689
Labels
package.json
(needed for resolution) in srcs
when resolve_json_module = True
#689
What happened?
The target resembles
When the target is analysed the following error is raised
This does not occur in Rules TS v2.2.0, and only occurs in conjunction with
resolve_json_module = True
.Version
Development (host) and target OS/architectures:
Output of
bazel --version
:7.3.0
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:3.1.0
Language(s) and/or frameworks involved: NA
How to reproduce
Any other information?
resolve_json_module = True
is not used to import file listed insrcs
with this scenario, rather this is being used to retrieve package version information in a strictly typed manner.The text was updated successfully, but these errors were encountered: