rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Monorepo for tools developed by the Rush Stack community

Results 450 rushstack issues
Sort by recently updated
recently updated
newest added

## Summary I followed the example in the [readme](https://github.com/microsoft/rushstack/blob/main/libraries/ts-command-line/README.md#scaffold-model), trying to add a `--verbose` parameter to all actions, but in the `onExecute` method `this._verbose` is undefined. ## Repro steps ```...

## Summary [node-core-library] Implements json-schema 'draft-07' validation in JsonFile / JsonSchema Fixes https://github.com/microsoft/rushstack/issues/4713 ## Details This PR: * Upgrades 'ajv' from v6.x to v8.x in the rush repo * see...

## Summary [node-core-library] Add support json-schema 'draft-07' validation in JsonFile / JsonSchema ## Details JsonFile and the related JsonSchema in the `@rushstack/node-core-library` library make use of `z-schema` which does not...

## Summary ## Details ## How it was tested ## Impacted documentation

## Summary ## Details ## How it was tested ## Impacted documentation

## Summary Currently, if a `common/config/subspaces//pnpm-config.json` file doesn't exist, installs will never be skipped. In addition to some refactoring, this change allows that file to not exist. ## How it...

## Summary ```ts export interface MyInterface { /** this is supported */ str: string; } export type MyType = { /** this is not supported */ str: string; }; ```...

enhancement
effort: medium

## Summary Release tags (`@alpha`, `@beta`, `@internal`, `@public`) are great and allow having flexibility in API releases. One of the features we would benefit from is the ability to specify...

enhancement
help wanted
effort: medium

## Summary Fixes #2780 Add support for export namespace syntax. export * as ___ from ___ ## Details export namespace syntax is a shortened for import * as ns from...

## Summary This PR bumps `sass-embedded` to make use of a new parameter provided to the `findFileUrl` callback. This parameter provides the context from which a file is being resolved,...