Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ts-build cross directory file filtering
paths are problematic. using filePath.startsWith(directoryPath) only really works if directoryPath ends with a seperator. If it's not, filtering might catch files from a directory with a similar name (e.g. "core" and "core-test-kit").
- Loading branch information