Repository Analysis

mdx-js/mdx

Markdown for the component era

0.1 Likely human-written View on GitHub
0.1
Adjusted Score
0.1
Raw Score
100%
Time Factor
2026-05-30
Last Push
19,555
Stars
JavaScript
Language
41,730
Lines of Code
124
Files
6
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 6

Pattern Findings

6 matches across 2 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers4 hits · 4 pts
SeverityFileLineSnippet
LOWpackages/mdx/lib/util/create-format-aware-processors.js37export function createFormatAwareProcessors(compileOptions) {
LOW…mdx/lib/util/estree-util-to-id-or-member-expression.js54export function toJsxIdOrMemberExpression(ids) {
LOWpackages/mdx/lib/plugin/recma-document.js748function resolveDynamicMdxSpecifier(importMetaUrl) {
LOWpackages/mdx/lib/plugin/recma-document.js876function createImportMetaUrlVariable() {
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippet
LOWpackages/mdx/lib/plugin/recma-document.js501 (node.type === 'ExportNamedDeclaration' && node.source)
LOWpackages/mdx/lib/plugin/recma-document.js801 body: {type: 'BlockStatement', body: []}