Ron Spickenagel

Results 128 comments of Ron Spickenagel

Quick update on what's happening here. The failure is happening when running the generated cmd files. ## Detail Here's an example: Say we have ``` - /package.json - /packages/a -...

PR is submitted. Hopefully I can get in touch with a team member so we can get it through. Here's a release you all can use for now: [@nonara/[email protected]](https://www.npmjs.com/package/@nonara/yarn) I'll...

## Workaround & Update I'm holding on completing the PR for now to see if I get a response. My published version works in the case of lifecycle scripts, but...

Thanks for the report! `ts-node` does some creative things when creating its Program instance and determining the config / CompilerOptions to use. Given what you're describing with the directory differences,...

AFAIK, all ts program factory functions call `createProgram`, which is where we hook in. This means it should be covered regardless of using things like incremental builder, etc. If you're...

Sorry guys. Not sure why, but GitHub mobile app has been messing up today. I had some messages duplicate and others were deleted entirely. > It returns diagnostics for all...

Thanks for sharing, @DiFuks! Here are a couple notes that can help: **1\. Use the provided `ts` instance rather than import** You should use `ts` from the `extras: ProgramTransformerExtras` property...

Hi @samchon! Let me know if AlCalzone's solution works for you, please. I still haven't worked much with yarn3. We have tests in place but not turned on yet. I...

Changelog is generated based on commit messages, which need to conform to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) I should have better explained the process to @taoqf - I apologize! Here is a guide...