class
Analyzer::Typescript::TanstackRouter
Defined in:
analyzer/analyzers/typescript/tanstack_router.crConstant Summary
-
ROUTE_CONSTRUCTOR_HINTS =
["createFileRoute", "createLazyFileRoute", "createRoute", "createRootRoute", "createRootRouteWithContext"] -
ROUTE_CONSTRUCTOR_RE =
Regex.union(ROUTE_CONSTRUCTOR_HINTS) -
One precompiled
Regex.union(PCRE2 JIT) scan replaces five sequentialString#includes?calls — this gate runs on every scanned .ts/.tsx file's raw content, twice (once pre- and once post-comment-strip). -
TEST_FIXTURE_PATH_MARKERS =
["/test/", "/tests/", "/__tests__/", "/e2e/", "/snapshots/", "/test-files/"]