aklinker1 / webext-core

Collection of essential libraries and tools for building web extensions
https://webext-core.aklinker1.io
MIT License
96 stars 11 forks source link

Match Pattern Utils #34

Closed aklinker1 closed 1 year ago

aklinker1 commented 1 year ago

Create a new package, @webext-core/match-patterns, to work with match patterns. I've already written a function to check if a URL matches a pattern:

https://github.com/anime-skip/player/blob/9298b95b24506bd2d652d4fc94ac5055b55e57ef/packages/web-extension/src/utils/strings.ts#LL13C1-L32C2

For now, this is the only function I want to put it the package.

aklinker1 commented 1 year ago

Closed by #35