psychobolt

Results 81 comments of psychobolt

On my observation, with preserve=true, the reference is not preserved in `d.ts` files. Only in the emitted `.js` files. However, Ts-Eslint will parse the `d.ts` files first before resolving the...

Discovered it was a mistake on my end. I had the reference after my import. It is working for me after hoisting to the top.

Quick question: Why is this not working for me? I'm on Yarn v4 `/package.json` ```json { "scripts": { "format" "echo foo-$@", } } ``` `/turbo.json` ```json { "pipeline": { "//#format":...

Only running local builds on a separate branch the only problem here as well as OP mentions. At least creating a new local baseline for the branch will correctly detect...

I suggest following https://github.com/storybookjs/storybook/issues/28593

It is merged, but it is not enabled by default. Actually there is fork and has a bunch support for unaddressed issues of `oxc-resolver` like enabling Yarn PnP: https://github.com/unrs/unrs-resolver I...

I can confirm that @philSixZero finding is the same issue for Windows. In my case when there are multiple workspaces in a project. I have a subproject which requires to...

While that clarifies the usage, my use case still isn't working even with `yarn turbo run build --filter="[HEAD^1]" --dry` when a `.root` file is modified. It will work only if...

@mehulkar I ran three runs using `--dry=json`, I do not see `expandedInputs`: ```sh ➜ workspace git:(master) yarn turbo run build --dry=json --filter="[HEAD]" { "id": "2jeQm18Xk07gBZFkx3eoUVNKTPP", "version": "1", "turboVersion": "2.0.7-canary.1", "monorepo":...