refactor: modularize complexity checker

This commit is contained in:
2025-12-27 16:44:25 +00:00
parent 98eddc7c65
commit 3cab2e42e1
12 changed files with 219 additions and 172 deletions

View File

@@ -0,0 +1 @@
export const FUNCTION_PATTERN = /(?:function|const|async\s+(?:function)?|export\s+(?:async\s+)?function)\s+(\w+)/g