rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary when `publicTrimmedFilePath` is used and public API surfaces contain type information that are produced from types that contain `@internal` annotation , api-extractor generates invalid `.d.ts` rollup file. ##...
## Summary We wanna leverage stripping `@internal` APIs from rolluped dts definition by leveraging `publicTrimmedFilePath` config. Unfortunately things doesn't work as one would expect. **Actual** When [TS Paths aliases](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) are...
## Summary 3rd party package API's with `@internal` annotation are not removed when `publicTrimmedFilePath` is used. > 3rd party package == any dependency installed outside actual repo ## Repro steps...
## Summary ### set-webpack-public-path-plugin - Enables use of the `/` character in chunk filenames, so that they can live in a subfolder of the public path. ### localization-plugin - Reworks...
## Summary Jest 27 has limited support for ES modules. For example, it doesn't support subpath exports. From what I can see, Jest 28 now adds more support for ESM....
## Summary Preferred version is not respected. When a package specifies a range, the latest version is installed instead of the preferred version (which is lower but within the range)....
## Summary If you run a `rushx` command on Windows and Ctrl+C, you get that annoying "Terminate batch job?" prompt. This does not happen when running the underlying command directly,...
## Summary - Change the heft data folder location from `.heft/` to `temp/heft`. - Modify the `HeftJestDataFile` location to `temp/heft/build-cache/heft-jest-data.json`. Fix for #3436. ## Details If you are configuring a...
I'm getting the following error when running rush update ``` The shrinkwrap file contains the following issues: Dependencies of project "@test/animation" do not match the current shrinkwrap. Checking installation in...
## Summary Use of `import { type X }` appears to be ignored by API-Extractor for roll-up/documentation scenarios. ## Details Currently, if you (for example) export an interface that takes...