elearning/Frontend-Learner/node_modules/magic-regexp
2026-01-13 10:48:02 +07:00
..
dist Website Structure 2026-01-13 10:48:02 +07:00
node_modules/estree-walker Website Structure 2026-01-13 10:48:02 +07:00
further-magic.d.ts Website Structure 2026-01-13 10:48:02 +07:00
LICENCE Website Structure 2026-01-13 10:48:02 +07:00
nuxt.mjs Website Structure 2026-01-13 10:48:02 +07:00
package.json Website Structure 2026-01-13 10:48:02 +07:00
README.md Website Structure 2026-01-13 10:48:02 +07:00
transform.d.ts Website Structure 2026-01-13 10:48:02 +07:00

🦄 magic-regexp

npm version npm downloads Github Actions Codecov Bundlephobia

A compiled-away, type-safe, readable RegExp alternative

Features

  • Runtime is zero-dependency and ultra-minimal
  • Ships with transform to compile to pure RegExp
  • Automatically typed capture groups
  • Natural language syntax
  • Generated RegExp displays on hover

📖  Read more

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

Similar packages

License

Made with ❤️

Published under MIT License.