Alex Eagle
Alex Eagle
Hi @surma! Sorry I never replied over here. Can you help me understand the problem with a dangling `extends` reference? I don't see why an npm package would need to...
@CaerusKaru we do want to land this now, correct?
Replaced by #681 where @jbedard has picked up your commits
Never mind, I updated PR description.
Note, this isn't urgent for @DavidZbarsky-at as it's already patched there, so I'll try to land the principled thing in bazel-lib first (many of our rulesets should expose this)
Landed https://github.com/aspect-build/bazel-lib/pull/792 This ought to depend on bazel-lib 2.0 now, but we have the usual problem that it's a breaking change. Maybe we can have a separate entry point for...
now that `main` targets rules_ts 3.x and is guaranteed to have bazel-lib 2.x, I'm unblocked to rely on the new resource_sets helper :)
Could you describe more what you mean by "Pull package into project (call it bar) " - are you doing an `npm publish` to a registry and then fetching it...
I suppose the sourcemap is useful for some debugging feature in the devserver, so the right answer is to include all the transitive .ts files in the inputs.
See https://github.com/aspect-build/rules_ts/pull/433/checks for the error