| node_modules |
| examples/program/node_modules |
| internal/npm_install/test/package/node_modules |
| dist |
| # Each e2e test is a nested workspace |
| e2e/ |
| # Examples are tested by running examples/test_example.sh outside of Bazel |
| examples/ |
| # Most packages are nested workspaces |
| packages/jasmine |
| packages/karma |
| packages/labs |
| packages/typescript |
| # A subset of legacy e2e tests are nested workspaces |
| # TODO(gregmagolan): move these to /e2e |
| internal/e2e/bazel_workspaces_compat |
| internal/e2e/fine_grained_deps/npm/node_modules |
| internal/e2e/fine_grained_deps/yarn/node_modules |
| internal/e2e/fine_grained_no_bin/node_modules |
| internal/e2e/fine_grained_symlinks |
| internal/e2e/node_loader_no_preserve_symlinks |
| internal/e2e/node_loader_preserve_symlinks |
| internal/e2e/packages |