driftdetect-detectors 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accessibility/alt-text.d.ts +63 -0
- package/dist/accessibility/alt-text.d.ts.map +1 -0
- package/dist/accessibility/alt-text.js +100 -0
- package/dist/accessibility/alt-text.js.map +1 -0
- package/dist/accessibility/aria-roles.d.ts +65 -0
- package/dist/accessibility/aria-roles.d.ts.map +1 -0
- package/dist/accessibility/aria-roles.js +87 -0
- package/dist/accessibility/aria-roles.js.map +1 -0
- package/dist/accessibility/focus-management.d.ts +62 -0
- package/dist/accessibility/focus-management.d.ts.map +1 -0
- package/dist/accessibility/focus-management.js +88 -0
- package/dist/accessibility/focus-management.js.map +1 -0
- package/dist/accessibility/heading-hierarchy.d.ts +66 -0
- package/dist/accessibility/heading-hierarchy.d.ts.map +1 -0
- package/dist/accessibility/heading-hierarchy.js +94 -0
- package/dist/accessibility/heading-hierarchy.js.map +1 -0
- package/dist/accessibility/index.d.ts +25 -0
- package/dist/accessibility/index.d.ts.map +1 -0
- package/dist/accessibility/index.js +21 -0
- package/dist/accessibility/index.js.map +1 -0
- package/dist/accessibility/keyboard-nav.d.ts +63 -0
- package/dist/accessibility/keyboard-nav.d.ts.map +1 -0
- package/dist/accessibility/keyboard-nav.js +86 -0
- package/dist/accessibility/keyboard-nav.js.map +1 -0
- package/dist/accessibility/semantic-html.d.ts +76 -0
- package/dist/accessibility/semantic-html.d.ts.map +1 -0
- package/dist/accessibility/semantic-html.js +204 -0
- package/dist/accessibility/semantic-html.js.map +1 -0
- package/dist/api/client-patterns.d.ts +121 -0
- package/dist/api/client-patterns.d.ts.map +1 -0
- package/dist/api/client-patterns.js +478 -0
- package/dist/api/client-patterns.js.map +1 -0
- package/dist/api/error-format.d.ts +140 -0
- package/dist/api/error-format.d.ts.map +1 -0
- package/dist/api/error-format.js +614 -0
- package/dist/api/error-format.js.map +1 -0
- package/dist/api/http-methods.d.ts +255 -0
- package/dist/api/http-methods.d.ts.map +1 -0
- package/dist/api/http-methods.js +890 -0
- package/dist/api/http-methods.js.map +1 -0
- package/dist/api/index.d.ts +16 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +37 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/pagination.d.ts +133 -0
- package/dist/api/pagination.d.ts.map +1 -0
- package/dist/api/pagination.js +521 -0
- package/dist/api/pagination.js.map +1 -0
- package/dist/api/response-envelope.d.ts +261 -0
- package/dist/api/response-envelope.d.ts.map +1 -0
- package/dist/api/response-envelope.js +1050 -0
- package/dist/api/response-envelope.js.map +1 -0
- package/dist/api/retry-patterns.d.ts +117 -0
- package/dist/api/retry-patterns.d.ts.map +1 -0
- package/dist/api/retry-patterns.js +480 -0
- package/dist/api/retry-patterns.js.map +1 -0
- package/dist/api/route-structure.d.ts +128 -0
- package/dist/api/route-structure.d.ts.map +1 -0
- package/dist/api/route-structure.js +738 -0
- package/dist/api/route-structure.js.map +1 -0
- package/dist/auth/audit-logging.d.ts +80 -0
- package/dist/auth/audit-logging.d.ts.map +1 -0
- package/dist/auth/audit-logging.js +370 -0
- package/dist/auth/audit-logging.js.map +1 -0
- package/dist/auth/index.d.ts +33 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +49 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/middleware-usage.d.ts +65 -0
- package/dist/auth/middleware-usage.d.ts.map +1 -0
- package/dist/auth/middleware-usage.js +192 -0
- package/dist/auth/middleware-usage.js.map +1 -0
- package/dist/auth/permission-checks.d.ts +60 -0
- package/dist/auth/permission-checks.d.ts.map +1 -0
- package/dist/auth/permission-checks.js +159 -0
- package/dist/auth/permission-checks.js.map +1 -0
- package/dist/auth/rbac-patterns.d.ts +68 -0
- package/dist/auth/rbac-patterns.d.ts.map +1 -0
- package/dist/auth/rbac-patterns.js +143 -0
- package/dist/auth/rbac-patterns.js.map +1 -0
- package/dist/auth/resource-ownership.d.ts +77 -0
- package/dist/auth/resource-ownership.d.ts.map +1 -0
- package/dist/auth/resource-ownership.js +324 -0
- package/dist/auth/resource-ownership.js.map +1 -0
- package/dist/auth/token-handling.d.ts +64 -0
- package/dist/auth/token-handling.d.ts.map +1 -0
- package/dist/auth/token-handling.js +151 -0
- package/dist/auth/token-handling.js.map +1 -0
- package/dist/base/ast-detector.d.ts +421 -0
- package/dist/base/ast-detector.d.ts.map +1 -0
- package/dist/base/ast-detector.js +699 -0
- package/dist/base/ast-detector.js.map +1 -0
- package/dist/base/base-detector.d.ts +366 -0
- package/dist/base/base-detector.d.ts.map +1 -0
- package/dist/base/base-detector.js +170 -0
- package/dist/base/base-detector.js.map +1 -0
- package/dist/base/index.d.ts +12 -0
- package/dist/base/index.d.ts.map +1 -0
- package/dist/base/index.js +17 -0
- package/dist/base/index.js.map +1 -0
- package/dist/base/regex-detector.d.ts +421 -0
- package/dist/base/regex-detector.d.ts.map +1 -0
- package/dist/base/regex-detector.js +537 -0
- package/dist/base/regex-detector.js.map +1 -0
- package/dist/base/structural-detector.d.ts +424 -0
- package/dist/base/structural-detector.d.ts.map +1 -0
- package/dist/base/structural-detector.js +731 -0
- package/dist/base/structural-detector.js.map +1 -0
- package/dist/base/types.d.ts +53 -0
- package/dist/base/types.d.ts.map +1 -0
- package/dist/base/types.js +5 -0
- package/dist/base/types.js.map +1 -0
- package/dist/components/component-structure.d.ts +163 -0
- package/dist/components/component-structure.d.ts.map +1 -0
- package/dist/components/component-structure.js +500 -0
- package/dist/components/component-structure.js.map +1 -0
- package/dist/components/composition.d.ts +287 -0
- package/dist/components/composition.d.ts.map +1 -0
- package/dist/components/composition.js +1123 -0
- package/dist/components/composition.js.map +1 -0
- package/dist/components/duplicate-detection.d.ts +251 -0
- package/dist/components/duplicate-detection.d.ts.map +1 -0
- package/dist/components/duplicate-detection.js +804 -0
- package/dist/components/duplicate-detection.js.map +1 -0
- package/dist/components/index.d.ts +16 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +51 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/near-duplicate.d.ts +402 -0
- package/dist/components/near-duplicate.d.ts.map +1 -0
- package/dist/components/near-duplicate.js +1090 -0
- package/dist/components/near-duplicate.js.map +1 -0
- package/dist/components/props-patterns.d.ts +194 -0
- package/dist/components/props-patterns.d.ts.map +1 -0
- package/dist/components/props-patterns.js +795 -0
- package/dist/components/props-patterns.js.map +1 -0
- package/dist/components/ref-forwarding.d.ts +250 -0
- package/dist/components/ref-forwarding.d.ts.map +1 -0
- package/dist/components/ref-forwarding.js +832 -0
- package/dist/components/ref-forwarding.js.map +1 -0
- package/dist/components/state-patterns.d.ts +291 -0
- package/dist/components/state-patterns.d.ts.map +1 -0
- package/dist/components/state-patterns.js +970 -0
- package/dist/components/state-patterns.js.map +1 -0
- package/dist/config/config-validation.d.ts +74 -0
- package/dist/config/config-validation.d.ts.map +1 -0
- package/dist/config/config-validation.js +446 -0
- package/dist/config/config-validation.js.map +1 -0
- package/dist/config/default-values.d.ts +72 -0
- package/dist/config/default-values.d.ts.map +1 -0
- package/dist/config/default-values.js +386 -0
- package/dist/config/default-values.js.map +1 -0
- package/dist/config/env-naming.d.ts +73 -0
- package/dist/config/env-naming.d.ts.map +1 -0
- package/dist/config/env-naming.js +429 -0
- package/dist/config/env-naming.js.map +1 -0
- package/dist/config/environment-detection.d.ts +72 -0
- package/dist/config/environment-detection.d.ts.map +1 -0
- package/dist/config/environment-detection.js +400 -0
- package/dist/config/environment-detection.js.map +1 -0
- package/dist/config/feature-flags.d.ts +72 -0
- package/dist/config/feature-flags.d.ts.map +1 -0
- package/dist/config/feature-flags.js +384 -0
- package/dist/config/feature-flags.js.map +1 -0
- package/dist/config/index.d.ts +27 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +43 -0
- package/dist/config/index.js.map +1 -0
- package/dist/config/required-optional.d.ts +71 -0
- package/dist/config/required-optional.d.ts.map +1 -0
- package/dist/config/required-optional.js +344 -0
- package/dist/config/required-optional.js.map +1 -0
- package/dist/data-access/connection-pooling.d.ts +63 -0
- package/dist/data-access/connection-pooling.d.ts.map +1 -0
- package/dist/data-access/connection-pooling.js +297 -0
- package/dist/data-access/connection-pooling.js.map +1 -0
- package/dist/data-access/dto-patterns.d.ts +64 -0
- package/dist/data-access/dto-patterns.d.ts.map +1 -0
- package/dist/data-access/dto-patterns.js +291 -0
- package/dist/data-access/dto-patterns.js.map +1 -0
- package/dist/data-access/index.d.ts +31 -0
- package/dist/data-access/index.d.ts.map +1 -0
- package/dist/data-access/index.js +49 -0
- package/dist/data-access/index.js.map +1 -0
- package/dist/data-access/n-plus-one.d.ts +60 -0
- package/dist/data-access/n-plus-one.d.ts.map +1 -0
- package/dist/data-access/n-plus-one.js +264 -0
- package/dist/data-access/n-plus-one.js.map +1 -0
- package/dist/data-access/query-patterns.d.ts +64 -0
- package/dist/data-access/query-patterns.d.ts.map +1 -0
- package/dist/data-access/query-patterns.js +314 -0
- package/dist/data-access/query-patterns.js.map +1 -0
- package/dist/data-access/repository-pattern.d.ts +62 -0
- package/dist/data-access/repository-pattern.d.ts.map +1 -0
- package/dist/data-access/repository-pattern.js +257 -0
- package/dist/data-access/repository-pattern.js.map +1 -0
- package/dist/data-access/transaction-patterns.d.ts +61 -0
- package/dist/data-access/transaction-patterns.d.ts.map +1 -0
- package/dist/data-access/transaction-patterns.js +277 -0
- package/dist/data-access/transaction-patterns.js.map +1 -0
- package/dist/data-access/validation-patterns.d.ts +62 -0
- package/dist/data-access/validation-patterns.d.ts.map +1 -0
- package/dist/data-access/validation-patterns.js +301 -0
- package/dist/data-access/validation-patterns.js.map +1 -0
- package/dist/documentation/deprecation.d.ts +62 -0
- package/dist/documentation/deprecation.d.ts.map +1 -0
- package/dist/documentation/deprecation.js +83 -0
- package/dist/documentation/deprecation.js.map +1 -0
- package/dist/documentation/example-code.d.ts +64 -0
- package/dist/documentation/example-code.d.ts.map +1 -0
- package/dist/documentation/example-code.js +79 -0
- package/dist/documentation/example-code.js.map +1 -0
- package/dist/documentation/index.d.ts +22 -0
- package/dist/documentation/index.d.ts.map +1 -0
- package/dist/documentation/index.js +19 -0
- package/dist/documentation/index.js.map +1 -0
- package/dist/documentation/jsdoc-patterns.d.ts +72 -0
- package/dist/documentation/jsdoc-patterns.d.ts.map +1 -0
- package/dist/documentation/jsdoc-patterns.js +92 -0
- package/dist/documentation/jsdoc-patterns.js.map +1 -0
- package/dist/documentation/readme-structure.d.ts +67 -0
- package/dist/documentation/readme-structure.d.ts.map +1 -0
- package/dist/documentation/readme-structure.js +76 -0
- package/dist/documentation/readme-structure.js.map +1 -0
- package/dist/documentation/todo-patterns.d.ts +67 -0
- package/dist/documentation/todo-patterns.d.ts.map +1 -0
- package/dist/documentation/todo-patterns.js +73 -0
- package/dist/documentation/todo-patterns.js.map +1 -0
- package/dist/errors/async-errors.d.ts +72 -0
- package/dist/errors/async-errors.d.ts.map +1 -0
- package/dist/errors/async-errors.js +214 -0
- package/dist/errors/async-errors.js.map +1 -0
- package/dist/errors/circuit-breaker.d.ts +53 -0
- package/dist/errors/circuit-breaker.d.ts.map +1 -0
- package/dist/errors/circuit-breaker.js +241 -0
- package/dist/errors/circuit-breaker.js.map +1 -0
- package/dist/errors/error-codes.d.ts +73 -0
- package/dist/errors/error-codes.d.ts.map +1 -0
- package/dist/errors/error-codes.js +211 -0
- package/dist/errors/error-codes.js.map +1 -0
- package/dist/errors/error-logging.d.ts +73 -0
- package/dist/errors/error-logging.d.ts.map +1 -0
- package/dist/errors/error-logging.js +256 -0
- package/dist/errors/error-logging.js.map +1 -0
- package/dist/errors/error-propagation.d.ts +73 -0
- package/dist/errors/error-propagation.d.ts.map +1 -0
- package/dist/errors/error-propagation.js +244 -0
- package/dist/errors/error-propagation.js.map +1 -0
- package/dist/errors/exception-hierarchy.d.ts +75 -0
- package/dist/errors/exception-hierarchy.d.ts.map +1 -0
- package/dist/errors/exception-hierarchy.js +259 -0
- package/dist/errors/exception-hierarchy.js.map +1 -0
- package/dist/errors/index.d.ts +31 -0
- package/dist/errors/index.d.ts.map +1 -0
- package/dist/errors/index.js +49 -0
- package/dist/errors/index.js.map +1 -0
- package/dist/errors/try-catch-placement.d.ts +73 -0
- package/dist/errors/try-catch-placement.d.ts.map +1 -0
- package/dist/errors/try-catch-placement.js +214 -0
- package/dist/errors/try-catch-placement.js.map +1 -0
- package/dist/index.d.ts +221 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +245 -0
- package/dist/index.js.map +1 -0
- package/dist/logging/context-fields.d.ts +48 -0
- package/dist/logging/context-fields.d.ts.map +1 -0
- package/dist/logging/context-fields.js +160 -0
- package/dist/logging/context-fields.js.map +1 -0
- package/dist/logging/correlation-ids.d.ts +44 -0
- package/dist/logging/correlation-ids.d.ts.map +1 -0
- package/dist/logging/correlation-ids.js +144 -0
- package/dist/logging/correlation-ids.js.map +1 -0
- package/dist/logging/health-checks.d.ts +45 -0
- package/dist/logging/health-checks.d.ts.map +1 -0
- package/dist/logging/health-checks.js +165 -0
- package/dist/logging/health-checks.js.map +1 -0
- package/dist/logging/index.d.ts +31 -0
- package/dist/logging/index.d.ts.map +1 -0
- package/dist/logging/index.js +49 -0
- package/dist/logging/index.js.map +1 -0
- package/dist/logging/log-levels.d.ts +46 -0
- package/dist/logging/log-levels.d.ts.map +1 -0
- package/dist/logging/log-levels.js +178 -0
- package/dist/logging/log-levels.js.map +1 -0
- package/dist/logging/metric-naming.d.ts +46 -0
- package/dist/logging/metric-naming.d.ts.map +1 -0
- package/dist/logging/metric-naming.js +157 -0
- package/dist/logging/metric-naming.js.map +1 -0
- package/dist/logging/pii-redaction.d.ts +44 -0
- package/dist/logging/pii-redaction.d.ts.map +1 -0
- package/dist/logging/pii-redaction.js +166 -0
- package/dist/logging/pii-redaction.js.map +1 -0
- package/dist/logging/structured-format.d.ts +53 -0
- package/dist/logging/structured-format.d.ts.map +1 -0
- package/dist/logging/structured-format.js +235 -0
- package/dist/logging/structured-format.js.map +1 -0
- package/dist/performance/bundle-size.d.ts +79 -0
- package/dist/performance/bundle-size.d.ts.map +1 -0
- package/dist/performance/bundle-size.js +276 -0
- package/dist/performance/bundle-size.js.map +1 -0
- package/dist/performance/caching-patterns.d.ts +78 -0
- package/dist/performance/caching-patterns.d.ts.map +1 -0
- package/dist/performance/caching-patterns.js +257 -0
- package/dist/performance/caching-patterns.js.map +1 -0
- package/dist/performance/code-splitting.d.ts +86 -0
- package/dist/performance/code-splitting.d.ts.map +1 -0
- package/dist/performance/code-splitting.js +447 -0
- package/dist/performance/code-splitting.js.map +1 -0
- package/dist/performance/debounce-throttle.d.ts +75 -0
- package/dist/performance/debounce-throttle.d.ts.map +1 -0
- package/dist/performance/debounce-throttle.js +232 -0
- package/dist/performance/debounce-throttle.js.map +1 -0
- package/dist/performance/index.d.ts +28 -0
- package/dist/performance/index.d.ts.map +1 -0
- package/dist/performance/index.js +39 -0
- package/dist/performance/index.js.map +1 -0
- package/dist/performance/lazy-loading.d.ts +75 -0
- package/dist/performance/lazy-loading.d.ts.map +1 -0
- package/dist/performance/lazy-loading.js +233 -0
- package/dist/performance/lazy-loading.js.map +1 -0
- package/dist/performance/memoization.d.ts +75 -0
- package/dist/performance/memoization.d.ts.map +1 -0
- package/dist/performance/memoization.js +251 -0
- package/dist/performance/memoization.js.map +1 -0
- package/dist/registry/detector-registry.d.ts +266 -0
- package/dist/registry/detector-registry.d.ts.map +1 -0
- package/dist/registry/detector-registry.js +526 -0
- package/dist/registry/detector-registry.js.map +1 -0
- package/dist/registry/index.d.ts +10 -0
- package/dist/registry/index.d.ts.map +1 -0
- package/dist/registry/index.js +10 -0
- package/dist/registry/index.js.map +1 -0
- package/dist/registry/loader.d.ts +232 -0
- package/dist/registry/loader.d.ts.map +1 -0
- package/dist/registry/loader.js +419 -0
- package/dist/registry/loader.js.map +1 -0
- package/dist/registry/types.d.ts +111 -0
- package/dist/registry/types.d.ts.map +1 -0
- package/dist/registry/types.js +19 -0
- package/dist/registry/types.js.map +1 -0
- package/dist/security/csp-headers.d.ts +78 -0
- package/dist/security/csp-headers.d.ts.map +1 -0
- package/dist/security/csp-headers.js +401 -0
- package/dist/security/csp-headers.js.map +1 -0
- package/dist/security/csrf-protection.d.ts +72 -0
- package/dist/security/csrf-protection.d.ts.map +1 -0
- package/dist/security/csrf-protection.js +344 -0
- package/dist/security/csrf-protection.js.map +1 -0
- package/dist/security/index.d.ts +30 -0
- package/dist/security/index.d.ts.map +1 -0
- package/dist/security/index.js +48 -0
- package/dist/security/index.js.map +1 -0
- package/dist/security/input-sanitization.d.ts +74 -0
- package/dist/security/input-sanitization.d.ts.map +1 -0
- package/dist/security/input-sanitization.js +373 -0
- package/dist/security/input-sanitization.js.map +1 -0
- package/dist/security/rate-limiting.d.ts +81 -0
- package/dist/security/rate-limiting.d.ts.map +1 -0
- package/dist/security/rate-limiting.js +535 -0
- package/dist/security/rate-limiting.js.map +1 -0
- package/dist/security/secret-management.d.ts +83 -0
- package/dist/security/secret-management.d.ts.map +1 -0
- package/dist/security/secret-management.js +547 -0
- package/dist/security/secret-management.js.map +1 -0
- package/dist/security/sql-injection.d.ts +76 -0
- package/dist/security/sql-injection.d.ts.map +1 -0
- package/dist/security/sql-injection.js +383 -0
- package/dist/security/sql-injection.js.map +1 -0
- package/dist/security/xss-prevention.d.ts +80 -0
- package/dist/security/xss-prevention.d.ts.map +1 -0
- package/dist/security/xss-prevention.js +416 -0
- package/dist/security/xss-prevention.js.map +1 -0
- package/dist/structural/barrel-exports.d.ts +178 -0
- package/dist/structural/barrel-exports.d.ts.map +1 -0
- package/dist/structural/barrel-exports.js +553 -0
- package/dist/structural/barrel-exports.js.map +1 -0
- package/dist/structural/circular-deps.d.ts +140 -0
- package/dist/structural/circular-deps.d.ts.map +1 -0
- package/dist/structural/circular-deps.js +422 -0
- package/dist/structural/circular-deps.js.map +1 -0
- package/dist/structural/co-location.d.ts +202 -0
- package/dist/structural/co-location.d.ts.map +1 -0
- package/dist/structural/co-location.js +640 -0
- package/dist/structural/co-location.js.map +1 -0
- package/dist/structural/directory-structure.d.ts +151 -0
- package/dist/structural/directory-structure.d.ts.map +1 -0
- package/dist/structural/directory-structure.js +457 -0
- package/dist/structural/directory-structure.js.map +1 -0
- package/dist/structural/file-naming.d.ts +61 -0
- package/dist/structural/file-naming.d.ts.map +1 -0
- package/dist/structural/file-naming.js +231 -0
- package/dist/structural/file-naming.js.map +1 -0
- package/dist/structural/import-ordering.d.ts +212 -0
- package/dist/structural/import-ordering.d.ts.map +1 -0
- package/dist/structural/import-ordering.js +821 -0
- package/dist/structural/import-ordering.js.map +1 -0
- package/dist/structural/index.d.ts +23 -0
- package/dist/structural/index.d.ts.map +1 -0
- package/dist/structural/index.js +26 -0
- package/dist/structural/index.js.map +1 -0
- package/dist/structural/module-boundaries.d.ts +164 -0
- package/dist/structural/module-boundaries.d.ts.map +1 -0
- package/dist/structural/module-boundaries.js +616 -0
- package/dist/structural/module-boundaries.js.map +1 -0
- package/dist/structural/package-boundaries.d.ts +182 -0
- package/dist/structural/package-boundaries.d.ts.map +1 -0
- package/dist/structural/package-boundaries.js +602 -0
- package/dist/structural/package-boundaries.js.map +1 -0
- package/dist/styling/class-naming.d.ts +263 -0
- package/dist/styling/class-naming.d.ts.map +1 -0
- package/dist/styling/class-naming.js +892 -0
- package/dist/styling/class-naming.js.map +1 -0
- package/dist/styling/color-usage.d.ts +213 -0
- package/dist/styling/color-usage.d.ts.map +1 -0
- package/dist/styling/color-usage.js +732 -0
- package/dist/styling/color-usage.js.map +1 -0
- package/dist/styling/design-tokens.d.ts +212 -0
- package/dist/styling/design-tokens.d.ts.map +1 -0
- package/dist/styling/design-tokens.js +748 -0
- package/dist/styling/design-tokens.js.map +1 -0
- package/dist/styling/index.d.ts +16 -0
- package/dist/styling/index.d.ts.map +1 -0
- package/dist/styling/index.js +56 -0
- package/dist/styling/index.js.map +1 -0
- package/dist/styling/responsive.d.ts +304 -0
- package/dist/styling/responsive.d.ts.map +1 -0
- package/dist/styling/responsive.js +888 -0
- package/dist/styling/responsive.js.map +1 -0
- package/dist/styling/spacing-scale.d.ts +248 -0
- package/dist/styling/spacing-scale.d.ts.map +1 -0
- package/dist/styling/spacing-scale.js +865 -0
- package/dist/styling/spacing-scale.js.map +1 -0
- package/dist/styling/tailwind-patterns.d.ts +305 -0
- package/dist/styling/tailwind-patterns.d.ts.map +1 -0
- package/dist/styling/tailwind-patterns.js +1181 -0
- package/dist/styling/tailwind-patterns.js.map +1 -0
- package/dist/styling/typography.d.ts +281 -0
- package/dist/styling/typography.d.ts.map +1 -0
- package/dist/styling/typography.js +1004 -0
- package/dist/styling/typography.js.map +1 -0
- package/dist/styling/z-index-scale.d.ts +270 -0
- package/dist/styling/z-index-scale.d.ts.map +1 -0
- package/dist/styling/z-index-scale.js +714 -0
- package/dist/styling/z-index-scale.js.map +1 -0
- package/dist/testing/co-location.d.ts +42 -0
- package/dist/testing/co-location.d.ts.map +1 -0
- package/dist/testing/co-location.js +134 -0
- package/dist/testing/co-location.js.map +1 -0
- package/dist/testing/describe-naming.d.ts +47 -0
- package/dist/testing/describe-naming.d.ts.map +1 -0
- package/dist/testing/describe-naming.js +150 -0
- package/dist/testing/describe-naming.js.map +1 -0
- package/dist/testing/file-naming.d.ts +44 -0
- package/dist/testing/file-naming.d.ts.map +1 -0
- package/dist/testing/file-naming.js +131 -0
- package/dist/testing/file-naming.js.map +1 -0
- package/dist/testing/fixture-patterns.d.ts +52 -0
- package/dist/testing/fixture-patterns.d.ts.map +1 -0
- package/dist/testing/fixture-patterns.js +228 -0
- package/dist/testing/fixture-patterns.js.map +1 -0
- package/dist/testing/index.d.ts +31 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/index.js +49 -0
- package/dist/testing/index.js.map +1 -0
- package/dist/testing/mock-patterns.d.ts +53 -0
- package/dist/testing/mock-patterns.d.ts.map +1 -0
- package/dist/testing/mock-patterns.js +264 -0
- package/dist/testing/mock-patterns.js.map +1 -0
- package/dist/testing/setup-teardown.d.ts +55 -0
- package/dist/testing/setup-teardown.d.ts.map +1 -0
- package/dist/testing/setup-teardown.js +262 -0
- package/dist/testing/setup-teardown.js.map +1 -0
- package/dist/testing/test-structure.d.ts +51 -0
- package/dist/testing/test-structure.d.ts.map +1 -0
- package/dist/testing/test-structure.js +225 -0
- package/dist/testing/test-structure.js.map +1 -0
- package/dist/types/any-usage.d.ts +99 -0
- package/dist/types/any-usage.d.ts.map +1 -0
- package/dist/types/any-usage.js +641 -0
- package/dist/types/any-usage.js.map +1 -0
- package/dist/types/file-location.d.ts +76 -0
- package/dist/types/file-location.d.ts.map +1 -0
- package/dist/types/file-location.js +395 -0
- package/dist/types/file-location.js.map +1 -0
- package/dist/types/generic-patterns.d.ts +97 -0
- package/dist/types/generic-patterns.d.ts.map +1 -0
- package/dist/types/generic-patterns.js +615 -0
- package/dist/types/generic-patterns.js.map +1 -0
- package/dist/types/index.d.ts +31 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +43 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/interface-vs-type.d.ts +81 -0
- package/dist/types/interface-vs-type.d.ts.map +1 -0
- package/dist/types/interface-vs-type.js +440 -0
- package/dist/types/interface-vs-type.js.map +1 -0
- package/dist/types/naming-conventions.d.ts +84 -0
- package/dist/types/naming-conventions.d.ts.map +1 -0
- package/dist/types/naming-conventions.js +455 -0
- package/dist/types/naming-conventions.js.map +1 -0
- package/dist/types/type-assertions.d.ts +98 -0
- package/dist/types/type-assertions.d.ts.map +1 -0
- package/dist/types/type-assertions.js +639 -0
- package/dist/types/type-assertions.js.map +1 -0
- package/dist/types/utility-types.d.ts +110 -0
- package/dist/types/utility-types.d.ts.map +1 -0
- package/dist/types/utility-types.js +547 -0
- package/dist/types/utility-types.js.map +1 -0
- package/package.json +44 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Class Naming Detector - CSS class naming convention detection
|
|
3
|
+
*
|
|
4
|
+
* Detects CSS class naming patterns including:
|
|
5
|
+
* - BEM pattern (block__element--modifier)
|
|
6
|
+
* - Utility-first pattern (Tailwind-style: flex, items-center, p-4)
|
|
7
|
+
* - CSS Modules pattern (styles.className)
|
|
8
|
+
* - Semantic naming pattern (btn-primary, card-header)
|
|
9
|
+
* - SMACSS/OOCSS patterns
|
|
10
|
+
*
|
|
11
|
+
* Flags inconsistent class naming:
|
|
12
|
+
* - Mixed naming conventions in the same file
|
|
13
|
+
* - Non-standard BEM usage
|
|
14
|
+
* - Inconsistent utility class ordering
|
|
15
|
+
*
|
|
16
|
+
* @requirements 9.5 - THE Styling_Detector SHALL detect CSS class naming conventions (BEM, utility-first)
|
|
17
|
+
*/
|
|
18
|
+
import type { Violation, QuickFix, Language } from 'driftdetect-core';
|
|
19
|
+
import { RegexDetector, type DetectionContext, type DetectionResult } from '../base/index.js';
|
|
20
|
+
/**
|
|
21
|
+
* Types of class naming patterns detected
|
|
22
|
+
*/
|
|
23
|
+
export type ClassNamingPatternType = 'bem' | 'utility-first' | 'css-modules' | 'semantic' | 'smacss' | 'oocss';
|
|
24
|
+
/**
|
|
25
|
+
* Types of class naming violations detected
|
|
26
|
+
*/
|
|
27
|
+
export type ClassNamingViolationType = 'mixed-conventions' | 'invalid-bem' | 'inconsistent-ordering' | 'non-semantic-name';
|
|
28
|
+
/**
|
|
29
|
+
* Information about a detected class naming pattern
|
|
30
|
+
*/
|
|
31
|
+
export interface ClassNamingPatternInfo {
|
|
32
|
+
/** Type of class naming pattern */
|
|
33
|
+
type: ClassNamingPatternType;
|
|
34
|
+
/** File path */
|
|
35
|
+
file: string;
|
|
36
|
+
/** Line number (1-indexed) */
|
|
37
|
+
line: number;
|
|
38
|
+
/** Column number (1-indexed) */
|
|
39
|
+
column: number;
|
|
40
|
+
/** The matched text */
|
|
41
|
+
matchedText: string;
|
|
42
|
+
/** Class name(s) detected */
|
|
43
|
+
classNames: string[];
|
|
44
|
+
/** Additional context */
|
|
45
|
+
context?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Information about a detected class naming violation
|
|
49
|
+
*/
|
|
50
|
+
export interface ClassNamingViolationInfo {
|
|
51
|
+
/** Type of class naming violation */
|
|
52
|
+
type: ClassNamingViolationType;
|
|
53
|
+
/** File path */
|
|
54
|
+
file: string;
|
|
55
|
+
/** Line number (1-indexed) */
|
|
56
|
+
line: number;
|
|
57
|
+
/** Column number (1-indexed) */
|
|
58
|
+
column: number;
|
|
59
|
+
/** End line number (1-indexed) */
|
|
60
|
+
endLine: number;
|
|
61
|
+
/** End column number (1-indexed) */
|
|
62
|
+
endColumn: number;
|
|
63
|
+
/** The problematic class name(s) */
|
|
64
|
+
classNames: string[];
|
|
65
|
+
/** Description of the issue */
|
|
66
|
+
issue: string;
|
|
67
|
+
/** Suggested fix */
|
|
68
|
+
suggestedFix?: string;
|
|
69
|
+
/** The full line content */
|
|
70
|
+
lineContent: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Analysis of class naming patterns in a file
|
|
74
|
+
*/
|
|
75
|
+
export interface ClassNamingAnalysis {
|
|
76
|
+
/** Class naming patterns found */
|
|
77
|
+
patterns: ClassNamingPatternInfo[];
|
|
78
|
+
/** Class naming violations found */
|
|
79
|
+
violations: ClassNamingViolationInfo[];
|
|
80
|
+
/** Whether file uses BEM naming */
|
|
81
|
+
usesBEM: boolean;
|
|
82
|
+
/** Whether file uses utility-first naming */
|
|
83
|
+
usesUtilityFirst: boolean;
|
|
84
|
+
/** Whether file uses CSS Modules */
|
|
85
|
+
usesCSSModules: boolean;
|
|
86
|
+
/** Whether file uses semantic naming */
|
|
87
|
+
usesSemantic: boolean;
|
|
88
|
+
/** Whether file uses SMACSS patterns */
|
|
89
|
+
usesSMACSS: boolean;
|
|
90
|
+
/** Dominant naming convention in the file */
|
|
91
|
+
dominantConvention: ClassNamingPatternType | null;
|
|
92
|
+
/** Confidence score for consistent naming */
|
|
93
|
+
namingConsistencyConfidence: number;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* BEM pattern regex
|
|
97
|
+
* Matches: block, block__element, block--modifier, block__element--modifier
|
|
98
|
+
*/
|
|
99
|
+
export declare const BEM_PATTERN: RegExp;
|
|
100
|
+
/**
|
|
101
|
+
* Strict BEM pattern (requires at least __ or --)
|
|
102
|
+
*/
|
|
103
|
+
export declare const STRICT_BEM_PATTERN: RegExp;
|
|
104
|
+
/**
|
|
105
|
+
* Invalid BEM patterns (common mistakes)
|
|
106
|
+
*/
|
|
107
|
+
export declare const INVALID_BEM_PATTERNS: readonly [RegExp, RegExp, RegExp, RegExp, RegExp];
|
|
108
|
+
/**
|
|
109
|
+
* Tailwind utility class patterns
|
|
110
|
+
*/
|
|
111
|
+
export declare const TAILWIND_UTILITY_PATTERNS: readonly [RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp];
|
|
112
|
+
/**
|
|
113
|
+
* CSS Modules pattern
|
|
114
|
+
* Matches: styles.className, styles['class-name'], styles["class-name"]
|
|
115
|
+
*/
|
|
116
|
+
export declare const CSS_MODULES_PATTERNS: readonly [RegExp, RegExp, RegExp, RegExp, RegExp];
|
|
117
|
+
/**
|
|
118
|
+
* Semantic naming patterns
|
|
119
|
+
* Matches: btn-primary, card-header, nav-item, etc.
|
|
120
|
+
*/
|
|
121
|
+
export declare const SEMANTIC_NAMING_PATTERNS: readonly [RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp];
|
|
122
|
+
/**
|
|
123
|
+
* SMACSS patterns
|
|
124
|
+
* Matches: l-*, is-*, has-*, js-*
|
|
125
|
+
*/
|
|
126
|
+
export declare const SMACSS_PATTERNS: readonly [RegExp, RegExp, RegExp, RegExp];
|
|
127
|
+
/**
|
|
128
|
+
* OOCSS patterns (common object-oriented CSS patterns)
|
|
129
|
+
*/
|
|
130
|
+
export declare const OOCSS_PATTERNS: readonly [RegExp, RegExp, RegExp];
|
|
131
|
+
/**
|
|
132
|
+
* File patterns to exclude from class naming detection
|
|
133
|
+
*/
|
|
134
|
+
export declare const EXCLUDED_FILE_PATTERNS: RegExp[];
|
|
135
|
+
/**
|
|
136
|
+
* Recommended utility class ordering (Tailwind convention)
|
|
137
|
+
*/
|
|
138
|
+
export declare const UTILITY_CLASS_ORDER: readonly ["container", "position", "display", "flex", "grid", "width", "height", "margin", "padding", "border", "background", "text", "font", "color", "opacity", "shadow", "transition", "animation"];
|
|
139
|
+
/**
|
|
140
|
+
* Check if a file should be excluded from class naming detection
|
|
141
|
+
*/
|
|
142
|
+
export declare function shouldExcludeFile(filePath: string): boolean;
|
|
143
|
+
/**
|
|
144
|
+
* Check if a class name follows BEM convention
|
|
145
|
+
*/
|
|
146
|
+
export declare function isBEMClassName(className: string): boolean;
|
|
147
|
+
/**
|
|
148
|
+
* Check if a class name is a Tailwind utility class
|
|
149
|
+
*/
|
|
150
|
+
export declare function isTailwindUtilityClass(className: string): boolean;
|
|
151
|
+
/**
|
|
152
|
+
* Check if a class name follows semantic naming
|
|
153
|
+
*/
|
|
154
|
+
export declare function isSemanticClassName(className: string): boolean;
|
|
155
|
+
/**
|
|
156
|
+
* Check if a class name follows SMACSS convention
|
|
157
|
+
*/
|
|
158
|
+
export declare function isSMACSClassName(className: string): boolean;
|
|
159
|
+
/**
|
|
160
|
+
* Validate BEM class name and return issues
|
|
161
|
+
*/
|
|
162
|
+
export declare function validateBEMClassName(className: string): string | null;
|
|
163
|
+
/**
|
|
164
|
+
* Detect BEM patterns in content
|
|
165
|
+
*/
|
|
166
|
+
export declare function detectBEMPatterns(content: string, file: string): ClassNamingPatternInfo[];
|
|
167
|
+
/**
|
|
168
|
+
* Detect utility-first (Tailwind) patterns in content
|
|
169
|
+
*/
|
|
170
|
+
export declare function detectUtilityFirstPatterns(content: string, file: string): ClassNamingPatternInfo[];
|
|
171
|
+
/**
|
|
172
|
+
* Detect CSS Modules patterns in content
|
|
173
|
+
*/
|
|
174
|
+
export declare function detectCSSModulesPatterns(content: string, file: string): ClassNamingPatternInfo[];
|
|
175
|
+
/**
|
|
176
|
+
* Detect semantic naming patterns in content
|
|
177
|
+
*/
|
|
178
|
+
export declare function detectSemanticPatterns(content: string, file: string): ClassNamingPatternInfo[];
|
|
179
|
+
/**
|
|
180
|
+
* Detect SMACSS patterns in content
|
|
181
|
+
*/
|
|
182
|
+
export declare function detectSMACSPatterns(content: string, file: string): ClassNamingPatternInfo[];
|
|
183
|
+
/**
|
|
184
|
+
* Detect invalid BEM patterns
|
|
185
|
+
*/
|
|
186
|
+
export declare function detectInvalidBEMPatterns(content: string, file: string): ClassNamingViolationInfo[];
|
|
187
|
+
/**
|
|
188
|
+
* Detect mixed naming conventions in a file
|
|
189
|
+
*/
|
|
190
|
+
export declare function detectMixedConventions(patterns: ClassNamingPatternInfo[], file: string): ClassNamingViolationInfo[];
|
|
191
|
+
/**
|
|
192
|
+
* Suggest a BEM fix for an invalid class name
|
|
193
|
+
*/
|
|
194
|
+
export declare function suggestBEMFix(className: string): string;
|
|
195
|
+
/**
|
|
196
|
+
* Determine the dominant naming convention
|
|
197
|
+
*/
|
|
198
|
+
export declare function getDominantConvention(patterns: ClassNamingPatternInfo[]): ClassNamingPatternType | null;
|
|
199
|
+
/**
|
|
200
|
+
* Analyze class naming patterns in a file
|
|
201
|
+
*/
|
|
202
|
+
export declare function analyzeClassNaming(content: string, file: string): ClassNamingAnalysis;
|
|
203
|
+
/**
|
|
204
|
+
* Detector for CSS class naming conventions
|
|
205
|
+
*
|
|
206
|
+
* Identifies class naming patterns (BEM, utility-first, CSS Modules, semantic)
|
|
207
|
+
* and flags inconsistent naming conventions.
|
|
208
|
+
*
|
|
209
|
+
* @requirements 9.5 - THE Styling_Detector SHALL detect CSS class naming conventions (BEM, utility-first)
|
|
210
|
+
*/
|
|
211
|
+
export declare class ClassNamingDetector extends RegexDetector {
|
|
212
|
+
readonly id = "styling/class-naming";
|
|
213
|
+
readonly category: "styling";
|
|
214
|
+
readonly subcategory = "class-naming";
|
|
215
|
+
readonly name = "Class Naming Detector";
|
|
216
|
+
readonly description = "Detects CSS class naming conventions (BEM, utility-first, CSS Modules) and flags inconsistent naming";
|
|
217
|
+
readonly supportedLanguages: Language[];
|
|
218
|
+
/**
|
|
219
|
+
* Detect class naming patterns and violations
|
|
220
|
+
*/
|
|
221
|
+
detect(context: DetectionContext): Promise<DetectionResult>;
|
|
222
|
+
/**
|
|
223
|
+
* Create a pattern match for BEM usage
|
|
224
|
+
*/
|
|
225
|
+
private createBEMPattern;
|
|
226
|
+
/**
|
|
227
|
+
* Create a pattern match for utility-first usage
|
|
228
|
+
*/
|
|
229
|
+
private createUtilityFirstPattern;
|
|
230
|
+
/**
|
|
231
|
+
* Create a pattern match for CSS Modules usage
|
|
232
|
+
*/
|
|
233
|
+
private createCSSModulesPattern;
|
|
234
|
+
/**
|
|
235
|
+
* Create a pattern match for semantic naming usage
|
|
236
|
+
*/
|
|
237
|
+
private createSemanticPattern;
|
|
238
|
+
/**
|
|
239
|
+
* Create a pattern match for SMACSS usage
|
|
240
|
+
*/
|
|
241
|
+
private createSMACSPattern;
|
|
242
|
+
/**
|
|
243
|
+
* Create a violation for a class naming issue
|
|
244
|
+
*/
|
|
245
|
+
private createClassNamingViolation;
|
|
246
|
+
/**
|
|
247
|
+
* Get explanation for a violation type
|
|
248
|
+
*/
|
|
249
|
+
private getExplanationForViolationType;
|
|
250
|
+
/**
|
|
251
|
+
* Create a quick fix for a class naming violation
|
|
252
|
+
*/
|
|
253
|
+
private createQuickFixForViolation;
|
|
254
|
+
/**
|
|
255
|
+
* Generate a quick fix for a violation
|
|
256
|
+
*/
|
|
257
|
+
generateQuickFix(violation: Violation): QuickFix | null;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* Create a new ClassNamingDetector instance
|
|
261
|
+
*/
|
|
262
|
+
export declare function createClassNamingDetector(): ClassNamingDetector;
|
|
263
|
+
//# sourceMappingURL=class-naming.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-naming.d.ts","sourceRoot":"","sources":["../../src/styling/class-naming.ts"],"names":[],"mappings":"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"}
|