Alex Eagle

Results 430 comments of Alex Eagle

I totally agree we should have this - we aren't opinionated about "the bazel way" in rules_nodejs.

@softshipper this is a feature request, no such rule exists. Help wanted :)

That's what this patch is for https://github.com/bazelbuild/rules_nodejs/blob/stable/examples/jest/patches/jest-haste-map%2B24.9.0.patch - do you have this patch included in your repo? Note we are still hoping Jest will fix it upstream https://github.com/facebook/jest/pull/9351

yes I'd love a PR against the docs to help prevent another user falling into the same hole. > It was not included with the typescript/jest example files, and it...

@jakeleventhal can you still repro after upgrading jest and adding the haste config?

Cool, do you want feedback on this PR and make edits yourself, to learn more Bazel stuff? Or would you like me to just fix it up?

I have some potential clients looking into next.js with Bazel, so it would be nice to get this in. Re. the discussion of granularity of `ts_project` targets: there is a...

Hey @ewianda - have any interest in picking this up again with me? I'm working over here on it 👉🏻 https://github.com/aspect-build/bazel-examples/tree/next/next.js with the goal of not just calling the `next`...

We have a Bazel + next.js example here now https://github.com/aspect-build/bazel-examples/tree/main/next.js @ewianda sorry we didn't get this one merged, but I'd still love to have more of your contributions in the...

you should just turn on `experimental_allow_tags_propagation ` in your bazelrc https://github.com/bazelbuild/bazel/issues/8830 which fixes it for npm_package_bin and also every other custom Bazel rule.