turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.

Results 718 turbo issues
Sort by recently updated
recently updated
newest added

This will change args for loop to be aware of -- (ignore-option), ignoring parsing of all parameters after that.

### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? Yarn v2/v3 (node_modules linker only) ### What operating system...

### Describe the feature you'd like to request When analysing output for a turbo-run that ran against multiple packages the output sometimes becomes hard to comprehend. Example: ### Describe the...

### What version of Turborepo are you using? 1.26.0 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

Here is a quick proposition to solve [issue 901](https://github.com/vercel/turborepo/issues/901). Not sure this is the correct way to do it. Don't hesitate to tell me, I will update the branch :)...

### What version of Turborepo are you using? 1.1.9 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...

area: ergonomics
owned-by: turborepo
needs: champion

### Describe the feature you'd like to request I would like to see to Traces of the executed build similar to profiling json that can be exported instead of it...

This brings back some behavior from before #1354. The filesystem cache will save all symlinks, and restore non-broken symlinks to files. Symlinks to directories continue to get restored as empty...

Removes code for hard links, which wasn't being used. Removes `CopyOrLinkFile`, which means symlink handling needs to be pushed down to `CopyFile`, so `CopyFile` now handles symlinks (broken or otherwise)....