fix(core): update
This commit is contained in:
@ -9,4 +9,4 @@ export class SmartMatch {
|
||||
public match(matchStringArg: string): boolean {
|
||||
return plugins.matcher.isMatch(matchStringArg, this.wildcard);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,4 @@
|
||||
// third party scope
|
||||
import matcher from 'matcher';
|
||||
|
||||
export {
|
||||
matcher
|
||||
}
|
||||
export { matcher };
|
||||
|
Reference in New Issue
Block a user