Add a file that matches the glob in the exports#207
Add a file that matches the glob in the exports#207MatrixFrog wants to merge 1 commit intoaspect-build:mainfrom
Conversation
|
| "//exports-js/bin:tsc", | ||
| "//exports-js/lib:tsc", | ||
| "//exports-js/lib2:tsc", | ||
| "//exports-js/stars:tsc", |
There was a problem hiding this comment.
The test fails because Gazelle does not add this line. Am I correct in thinking that it should?
There was a problem hiding this comment.
As I mentioned on slack... I think that is too generic, that means it will match every file in that directory such as foo.spec.js and then your package will suddenly be bundling tests.



Add a
starsdirectory so that the entry with the*s in https://github.com/aspect-build/aspect-gazelle/blob/main/language/js/tests/npm_package_deps_lib/exports-js/package.json will match something