Skip to content
#

glob

Here are 236 public repositories matching this topic...

Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by webpack, babel core, yarn, jest, browser-sync, documentation.js, stylelint, nyc, ava, and many others!

  • Updated Apr 15, 2021
  • JavaScript

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").

  • Updated Feb 22, 2021
  • JavaScript

If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.

  • Updated Mar 9, 2021
  • JavaScript
foresterre
foresterre commented Aug 31, 2020

introduced in image 0.23.9, #569

Thank you for taking the time to look at this feature request. If you want to help by implementing the feature, thanks!; I've added some ideas on how to implement it below. If there are questions, always feel free to ask!

PR 1:

  • Create an issue for this step, e.g. titled Image Operation engine: add vertical-gradient

  • Implement [vertical

Improve this page

Add a description, image, and links to the glob topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the glob topic, visit your repo's landing page and select "manage topics."

Learn more