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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
182
182
|[/build-tests/eslint-bulk-suppressions-test](./build-tests/eslint-bulk-suppressions-test/)| Sample code to test eslint bulk suppressions |
183
183
|[/build-tests/eslint-bulk-suppressions-test-flat](./build-tests/eslint-bulk-suppressions-test-flat/)| Sample code to test eslint bulk suppressions with flat configs |
184
184
|[/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 |
185
+
|[/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|
185
186
|[/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 |
186
187
|[/build-tests/heft-copy-files-test](./build-tests/heft-copy-files-test/)| Building this project tests copying files with Heft |
187
188
|[/build-tests/heft-example-lifecycle-plugin](./build-tests/heft-example-lifecycle-plugin/)| This is an example heft plugin for testing the lifecycle hooks |
0 commit comments