Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow negated non-root-dir top-level patterns in files array #78

Merged
merged 24 commits into from
Oct 25, 2021

Conversation

TwitchBronBron
Copy link
Member

Allow top-level string negated patterns.

Resolves #76

src/Logger.ts Outdated
@@ -109,7 +109,7 @@ export class Logger {
let logLevelString = LogLevel[logLevel];

//write the initial log
this[logLevelString](...messages);
this[logLevelString](...messages ?? []);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was breaking in a test for some reason? It's unrelated to this PR

@TwitchBronBron TwitchBronBron changed the title Feat/outside root dir negated globs Allow negated non-root-dir top-level patterns in files array Oct 25, 2021
@TwitchBronBron TwitchBronBron merged commit 480e10e into master Oct 25, 2021
@TwitchBronBron TwitchBronBron deleted the feat/outside-rootDir-negated-globs branch October 25, 2021 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow negated top-level strings for non rootDir paths
2 participants