You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -181,6 +183,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
181
183
|[/build-tests/eslint-bulk-suppressions-test](./build-tests/eslint-bulk-suppressions-test/)| Sample code to test eslint bulk suppressions |
182
184
|[/build-tests/eslint-bulk-suppressions-test-flat](./build-tests/eslint-bulk-suppressions-test-flat/)| Sample code to test eslint bulk suppressions with flat configs |
183
185
|[/build-tests/eslint-bulk-suppressions-test-legacy](./build-tests/eslint-bulk-suppressions-test-legacy/)| Sample code to test eslint bulk suppressions for versions of eslint < 8.57.0 |
186
+
|[/build-tests/esm-node-import-test](./build-tests/esm-node-import-test/)| This project validates that importing a rushstack package from a 'type: module' Node.js project works correctly with the package.json 'exports' field. See https://github.com/microsoft/rushstack/issues/5644|
184
187
|[/build-tests/hashed-folder-copy-plugin-webpack5-test](./build-tests/hashed-folder-copy-plugin-webpack5-test/)| Building this project exercises @rushstack/hashed-folder-copy-plugin with Webpack 5. NOTE - THIS TEST IS CURRENTLY EXPECTED TO BE BROKEN |
185
188
|[/build-tests/heft-copy-files-test](./build-tests/heft-copy-files-test/)| Building this project tests copying files with Heft |
186
189
|[/build-tests/heft-example-lifecycle-plugin](./build-tests/heft-example-lifecycle-plugin/)| This is an example heft plugin for testing the lifecycle hooks |
@@ -217,6 +220,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
217
220
|[/build-tests/rush-amazon-s3-build-cache-plugin-integration-test](./build-tests/rush-amazon-s3-build-cache-plugin-integration-test/)| Tests connecting to an amazon S3 endpoint |
218
221
|[/build-tests/rush-lib-declaration-paths-test](./build-tests/rush-lib-declaration-paths-test/)| This project ensures all of the paths in rush-lib/lib/... have imports that resolve correctly. If this project builds, all `lib/**/*.d.ts` files in the `@microsoft/rush-lib` package are valid. |
219
222
|[/build-tests/rush-mcp-example-plugin](./build-tests/rush-mcp-example-plugin/)| Example showing how to create a plugin for @rushstack/mcp-server|
223
+
|[/build-tests/rush-package-manager-integration-test](./build-tests/rush-package-manager-integration-test/)| Integration tests for non-pnpm package managers in Rush. |
220
224
|[/build-tests/rush-project-change-analyzer-test](./build-tests/rush-project-change-analyzer-test/)| This is an example project that uses rush-lib's ProjectChangeAnalyzer to |
221
225
|[/build-tests/rush-redis-cobuild-plugin-integration-test](./build-tests/rush-redis-cobuild-plugin-integration-test/)| Tests connecting to an redis server |
222
226
|[/build-tests/set-webpack-public-path-plugin-test](./build-tests/set-webpack-public-path-plugin-test/)| Building this project tests the set-webpack-public-path-plugin |
@@ -232,6 +236,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
232
236
|[/rigs/local-web-rig](./rigs/local-web-rig/)| A rig package for Web projects that build using Heft inside the RushStack repository. |
233
237
|[/rush-plugins/rush-litewatch-plugin](./rush-plugins/rush-litewatch-plugin/)| An experimental alternative approach for multi-project watch mode |
234
238
|[/vscode-extensions/debug-certificate-manager-vscode-extension](./vscode-extensions/debug-certificate-manager-vscode-extension/)| VS Code extension to manage debug TLS certificates and sync them to the VS Code workspace. Works with VS Code remote development (Codespaces, SSH, Dev Containers, WSL, VS Code Tunnels). |
239
+
|[/vscode-extensions/playwright-local-browser-server-vscode-extension](./vscode-extensions/playwright-local-browser-server-vscode-extension/)| VS Code extension to enable Playwright testing in remote VS Code environments (such as Codespaces, Dev Containers, VS Code Tunnels) while launching and driving the actual browser process on your local machine. |
235
240
|[/vscode-extensions/rush-vscode-command-webview](./vscode-extensions/rush-vscode-command-webview/)| Part of the Rush Stack VSCode extension, provides a UI for invoking Rush commands |
236
241
|[/vscode-extensions/rush-vscode-extension](./vscode-extensions/rush-vscode-extension/)| Enhanced experience for monorepos that use the Rush Stack toolchain |
0 commit comments