- fix: Remove @angular/core, @angular/common and rxjs dependencies when generating with the ng_bundle generator as these deps are already included by default
- fix: Handle double quotes when resolving imports within Typescript files
- fix: Don't evict unknown rule loads from load mappings
- refactor: Split generator resolution and types into separate files #40
- feat: Support generating
bzl_library
rules #53 - chore: Updated npm dependencies
- chore: Updated bazel dependencies #55
- fix: Add
--pkg_default_dep_labels
defaulting totrue
. This causes generated dep labels to use the package default label (//my/package
) rather than the file label of the imported dependency (//my/package:foo
). bzlgen will generate targets with the package name when generating a directory #20
- feat: Support generating
nodejs_binary
target. Thedata
attr will be set toentry_points
generating rule #36 - feat: Use the buildozer API via the NodeJS bindings rather than invoking directly in a shell on a text file #34
- feat: Support generating
ts_library
targets for a single file #35 - feat: Support simple generation of
container_layer
targets, adding files atpath
to thefiles
attribute #38 - feat: Add
--pattern
flag. Whenpath
represents a directory,pattern
is used as a glob for filtering files #38 - fix: Handle NodeJS builtins, adding
@types/node
as a dep #37