mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 22:57:50 -03:00
Merge pull request #143 from go-enry/re-collation-at-codegen
Move venrod RE collation at codegen
This commit is contained in:
@ -7,3 +7,6 @@ var VendorMatchers = []regex.EnryRegexp{
|
||||
regex.MustCompile(`{{ $regexp }}`),
|
||||
{{end -}}
|
||||
}
|
||||
|
||||
// FastVendorMatcher is equivalent to matching any of the VendorMatchers.
|
||||
var FastVendorMatcher = regex.MustCompile(`{{ optimize . }}`)
|
Reference in New Issue
Block a user