Rich Adams

Results 20 comments of Rich Adams

@fwouts I think that this is ready for some review now. There is a lot of work around having some more shared generic js Providers in `internal/common/context.bzl`. I thought that...

@fwouts I definitely don't mind putting the prettier, buildifier, and updated rules_nodejs in separate PRs. I probably don't have time to do so todya, so if you can get to...

Sorry I have been so quiet on this, ran out of time and needed to more forward but I'm hoping to wrap this one up soon. @olegsmetanin my current understanding...

Thank you for that great rundown on the history of javascript dependencies! Here are more notes on how to make this work for a project and reasoning around why it...

Yeah, the engineer should still use a package manager to manage the dependencies on their end. Makes sure that the node_modules directory is created in the workspace where the IDE...

Another possible option that I have seen recently is [yarn's plug-n-play](https://github.com/yarnpkg/rfcs/pull/101). Don't know if this is ready for prime time, but could be efficient because we would not need to...

Do you think that this should be using `@nodejs://:yarn` rather than the one installed on the path? Or is the one on the path being used so that it uses...

I just tried it out and I think that I was wrong. It seems to be using `@nodejs//:yarn` even though it isn't getting passed its location. I think that I...

I was able to get past the caching issue by resolving the cache path (see [this commit](https://github.com/Intelight/bazel-javascript/commit/2caff14608c5a46e8f9837141ce8511cda3aea59)). But now I am running into this error (still on windows): ``` server_lib_transpilation_src...

Is that supposed to be expanded somehow before going to `create_full_src.js`?