File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
codemods/regexp-to-arkregex Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # @ codemod/ regexp-to-arkregex
1+ # regexp-to-arkregex
22
3- Migrate ` new RegExp() ` constructor calls to [ arkregex] ( https://arktype.io/docs/regex ) 's type-safe ` regex() ` function.
3+ Migrate ` new RegExp() ` constructor calls to arkregex's type-safe ` regex() ` function.
44
55## What it does
66
Original file line number Diff line number Diff line change 11schema_version : " 1.0"
22
33name : " @codemod/regexp-to-arkregex"
4- version : " 0.1.1 "
4+ version : " 0.1.2 "
55description : " using arkregex instead of `new RegExp`"
66author : " Amirabbas Ghasemi <amirabbas08dev@gmail.com>"
77license : " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " @codemod/regexp-to-arkregex" ,
3- "version" : " 0.1.1 `" ,
3+ "version" : " 0.1.2 `" ,
44 "description" : " using arkregex instead of `new RegExp`" ,
55 "type" : " module" ,
66 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments