Skip to content
#

tidelift

Here are 8 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, taro, bulma, browser-sync, documentation.js, stylelint, nyc, ava, and many others! Please follow micromatch's author: https://github.com/jonschlinkert

  • Updated Mar 24, 2022
  • JavaScript
CarstenWickner
CarstenWickner commented Mar 2, 2020

I've been using classmate for type resolutions within my victools/jsonschema-generator library.

Unfortunately, I've hit a snag. It's this particular piece of code in the TypeResolver (lines 288-299):

for (int i = 0; i < paramCount; ++i) {
    ResolvedType t = placeholders[i].actualType();
    // Is it ok for it to be left unass
hacktoberfest good first issue

Pass two numbers, get a regex-compatible source string for matching ranges. Fast compiler, optimized regex, and validated against more than 2.78 million test assertions. Useful for creating regular expressions to validate numbers, ranges, years, etc.

  • Updated Jan 20, 2022
  • 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

Improve this page

Add a description, image, and links to the tidelift 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 tidelift topic, visit your repo's landing page and select "manage topics."

Learn more