type-level-regexp
Advanced tools
Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "type-level-regexp", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "Type-Level RegExp parser, matcher and permutation resolver", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
"unbuild": "^1.2.1", | ||
"vite": "^4.3.2", | ||
"vite": "^4.3.3", | ||
"vitest": "^0.30.1" | ||
@@ -56,0 +56,0 @@ }, |
@@ -92,3 +92,3 @@ # 🔤🔍 Type-Level RegExp (WIP) | ||
As the complexity grows, I start working on this separated repo to increase development speed and try out different iterations. Hopefully, it can be ported back to [magic-regexp](https://github.com/danielroe/magic-regexp), and even [Gabriel Vergnaud](https://github.com/gvergnaud)'s awesome [hotscript](https://github.com/gvergnaud/hotscript) when it's stable with good performance. | ||
As the complexity grows, I start working on this separated repo to increase development speed and try out different iterations. It will be incorporate and use in [magic-regexp](https://github.com/danielroe/magic-regexp), and [Gabriel Vergnaud](https://github.com/gvergnaud)'s awesome [hotscript](https://github.com/gvergnaud/hotscript) very soon. | ||
@@ -95,0 +95,0 @@ ❤️ Testing, feedbacks and PRs are welcome! |
Sorry, the diff of this file is too big to display
91077