pierre’s open source code
This report presents the forensic synthetic code analysis of pierrecomputer/pierre, a TypeScript project with 5,404 GitHub stars. SynthScan v2.0 examined 220,522 lines of code across 917 source files, recording 700 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 3.9 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 700 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/path-store/demo/main.js | 215 | function getFlattenEmptyDirectoriesEnabled() { | CODE |
| LOW | packages/path-store/demo/main.js | 225 | function warmPresortedFilesIfNeeded() { | CODE |
| LOW | packages/path-store/demo/main.js | 470 | function getSelectedWorkloadSummary() { | CODE |
| LOW | packages/path-store/demo/main.js | 661 | function requireCollapsibleVisibleFolder(store, view, actionId) { | CODE |
| LOW | packages/path-store/demo/main.js | 683 | function requireExpandableVisibleFolder(store, view, actionId) { | CODE |
| LOW | packages/path-store/demo/main.js | 723 | function findVisibleRowBeforeIndex(store, beforeIndex, predicate) { | CODE |
| LOW | packages/path-store/demo/main.js | 753 | function requireCollapsibleFolderAboveViewport(store, view, actionId) { | CODE |
| LOW | packages/path-store/demo/main.js | 778 | function requireVisibleFolderWithGrandparent(store, view, actionId) { | CODE |
| LOW | packages/path-store/demo/main.js | 816 | function requireVisibleLeafWithGrandparent(store, view, actionId) { | CODE |
| LOW | packages/path-store/demo/main.js | 921 | function ensureAsyncDemoDirectories(store, directoryPaths) { | CODE |
| LOW | packages/path-store/demo/main.js | 1642 | async function runPreparedActionWithBenchmark( | CODE |
| LOW | packages/path-store/demo/helpers.js | 31 | export function getMovedPathIntoDirectory(path, destinationDirectoryPath) { | CODE |
| LOW | packages/path-store/demo/helpers.js | 74 | export function getMoveVisibleFolderToParentPlan(store, path) { | CODE |
| LOW | packages/path-store/demo/helpers.js | 86 | export function findMoveVisibleFolderToParentCandidate(store, rows) { | CODE |
| LOW | packages/path-store/demo/helpers.js | 104 | export function findMoveVisibleLeafToParentCandidate(store, rows) { | CODE |
| LOW | …es/path-store/demo/profile/benchmarkInstrumentation.js | 47 | export function createBenchmarkInstrumentation() { | CODE |
| LOW | …ages/path-store/test/path-store-soa-node-store.test.ts | 145 | function assertIdenticalProjection(a: PathStore, b: PathStore): void { | CODE |
| LOW | packages/path-store/test/helpers/storeHarness.ts | 89 | export function createDeepChainWithSiblingDirectoryPaths( | CODE |
| LOW | packages/path-store/test/helpers/storeHarness.ts | 132 | export function getVisibleRowIdentitySnapshot( | CODE |
| LOW | packages/path-store/test/helpers/storeHarness.ts | 147 | export function getVisiblePathDepthSnapshot( | CODE |
| LOW | packages/path-store/test/helpers/storeHarness.ts | 157 | export function getVisiblePathDepthSnapshotViaSingleReads( | CODE |
| LOW | packages/path-store/test/helpers/storeHarness.ts | 173 | export function getExpandedDirectoryPaths(store: PathStore): string[] { | CODE |
| LOW | packages/path-store/test/helpers/storeHarness.ts | 260 | export function createStaticDemoSmallStore(): StaticPathStore { | CODE |
| LOW | …ages/path-store/scripts/visibleTreeProjectionShared.ts | 41 | export function createVisibleTreeProjectionWorkload( | CODE |
| LOW | …ages/path-store/scripts/visibleTreeProjectionShared.ts | 68 | export function createVisibleTreeProjectionScenarios( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 515 | function createDefaultTraceOutputPath(): string { | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 833 | function createJsonAggregateSummary( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 849 | function createProfileConfigSummary( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 1005 | function normalizeWebSocketMessage( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 1339 | function createUnavailableTraceSummary(): TraceSummary { | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 1525 | function isInternalCpuProfileFrame( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 1533 | function createUnavailableCpuProfileSummary(): CpuProfileSummary { | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 1754 | async function collectProfilingArtifacts( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 1830 | function createConfigureExpression( | CODE |
| LOW⚡ | packages/path-store/scripts/profileDemo.ts | 1842 | function createSetupRenderExpression(offset: number): string { | CODE |
| LOW⚡ | packages/path-store/scripts/profileDemo.ts | 1849 | function createPrepareActionExpression(actionId: string): string { | CODE |
| LOW⚡ | packages/path-store/scripts/profileDemo.ts | 1853 | function createProfileRenderExpression(): string { | CODE |
| LOW⚡ | packages/path-store/scripts/profileDemo.ts | 1857 | function createProfileActionExpression( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 2449 | function printAggregateHumanSummary( | CODE |
| LOW | packages/path-store/scripts/profileDemo.ts | 2477 | function printScenarioHumanSummary( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 622 | function createStaticExpandedStore( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 638 | function createCooperativeBenchStore( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 652 | function createCleanupChurnedStore(workload: BenchmarkWorkload): PathStore { | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 701 | async function waitForSchedulerHandleStatus( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 739 | function getWindowBoundsForProjectionStore( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 782 | function getSequentialScrollBounds( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 831 | function readVisibleWindowFromProjectionStore( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 847 | function getWindowBoundsContainingIndex( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 895 | function findVisiblePathNearBounds( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 938 | function createPreservedViewportReadPlan( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 950 | function createRenderChangedWindowPlan( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1025 | function requireVisibleDirectoryWithChildren( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1042 | function requireVisibleDirectoryWithRoom( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1122 | function getMovedPathIntoDirectory( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1153 | function createUniqueMovedPathIntoDirectory( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1168 | function resolveVisibleMoveDestination( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1225 | function resolveRootMoveDestination( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1294 | function getHumanBenchmarkFactoryNameWidth( | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1312 | function getHumanBenchmarkNameWidth(names: readonly string[]): number { | CODE |
| LOW | packages/path-store/scripts/benchmark.ts | 1346 | function printHumanBenchmarkHeader( | CODE |
| 429 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/theme/test/cvd.test.ts | 117 | // ── Tier 1 — color is the only cue (ΔE ≥ 11) ────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/test/cvd.test.ts | 151 | // ── Tier 2 — color + a non-color cue (ΔE ≥ 8) ───────────────────────────── | COMMENT |
| MEDIUM | packages/theme/test/cvd.test.ts | 189 | // ── Tier 3 (advisory) ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/test/cvd.test.ts | 208 | // ── Theme registry ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/test/cvd.test.ts | 227 | // ── Tests ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/test/theme.test.ts | 42 | // ── Palette roles ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/test/theme.test.ts | 100 | // ── Theme generation ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/src/color/cvd.ts | 5 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/src/color/cvd.ts | 7 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/src/color/cvd.ts | 37 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/src/color/cvd.ts | 39 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/src/color/cvd.ts | 255 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/theme/src/color/cvd.ts | 257 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 448 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 450 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 455 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 457 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1060 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1062 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1070 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1072 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1077 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1079 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 95 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 97 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 115 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 117 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 132 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 134 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 166 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 168 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 180 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 182 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 219 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 221 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 240 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 242 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 344 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 346 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 374 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 376 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 393 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 395 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 435 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 437 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 793 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 795 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 813 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 815 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 852 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 854 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 873 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 875 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 975 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 977 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1006 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1008 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1022 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 1024 | // ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | apps/docs/app/(diffs)/docs/VanillaAPI/constants.ts | 286 | // ───────────────────────────────────────────────────────────── | COMMENT |
| 36 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | moon.yml | 1 | $schema: 'https://moonrepo.dev/schemas/project.json' | COMMENT |
| LOW | .moon/tasks/bun-common.yml | 1 | $schema: 'https://moonrepo.dev/schemas/tasks.json' | COMMENT |
| LOW | .moon/tasks/tag-publishable.yml | 1 | $schema: 'https://moonrepo.dev/schemas/tasks.json' | COMMENT |
| LOW | scripts/chrome-remote-debug.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/run-dev.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/wt.ts | 1 | #!/usr/bin/env bun | COMMENT |
| LOW | packages/path-store/moon.yml | 1 | $schema: 'https://moonrepo.dev/schemas/project.json' | COMMENT |
| LOW | packages/path-store/src/builder.ts | 1081 | // backward ensures each child's counts are finalized before its parent | COMMENT |
| LOW | packages/path-store/src/soa-node-store.ts | 1 | // Struct-of-Arrays (SoA) node store for the count-only DFS sweep. | COMMENT |
| LOW | packages/path-store/src/store.ts | 101 | // overrides. This keeps the presorted first-render path from paying for a | COMMENT |
| LOW | packages/path-store/src/store.ts | 221 | rootNode.subtreeNodeCount = 1 + rootTotalChildSubtreeNodeCount; | COMMENT |
| LOW | …ges/trees/src/render/controllerSnapshotSubscription.ts | 1 | // The controller-subscription effect in FileTreeView re-subscribes whenever its | COMMENT |
| LOW | packages/trees/src/model/FileTreeController.ts | 241 | #focusedPath: string | null = null; | COMMENT |
| LOW | packages/trees/src/model/FileTreeController.ts | 261 | #searchMatchPathSet = new Set<string>(); | COMMENT |
| LOW | packages/pipes/src/flex.ts | 21 | // Flex pipes (FPIPE.CXX): tubes with an extruded cross-section ("XC") that | COMMENT |
| LOW | packages/theming/test/preq/dist-guards.test.ts | 181 | describe('dist import isolation', () => { | COMMENT |
| LOW | packages/theming/scripts/assert-core-clean.ts | 1 | // Build-time guard: asserts that the core @pierre/theming entry point | COMMENT |
| LOW | packages/theming/scripts/assert-core-clean.ts | 41 | // "${" (or the entire string if there is no interpolation). | COMMENT |
| LOW | packages/theming/src/modules/createThemeResolver.ts | 21 | export interface ThemeResolver<TTheme extends ThemeLike = ThemeLike> { | COMMENT |
| LOW | packages/theme/test/cvd.test.ts | 241 | }); | COMMENT |
| LOW | packages/theme/src/color/cvd.ts | 1 | // CVD (Color Vision Deficiency) simulation — "what does this color look like to a | COMMENT |
| LOW | packages/theme/src/color/cvd.ts | 21 | // pass vs fail, error vs warning) on the axis that *survives* for that | COMMENT |
| LOW | packages/theme/src/color/cvd.ts | 41 | // matrix multiply. The authors published one matrix per deficiency at 11 severity | COMMENT |
| LOW | packages/theme/src/previews/cvd.ts | 1 | import { type CVDType, simulateCVD } from '../color'; | COMMENT |
| LOW | …ges/diffs/test/DiffHunksRendererVirtualization.test.ts | 61 | return 'other'; | COMMENT |
| LOW | …ages/diffs/src/utils/parseMergeConflictDiffFromFile.ts | 1 | // Parses a file containing git merge conflict markers (<<<<<<< / ======= / >>>>>>>) | COMMENT |
| LOW | …ages/diffs/src/utils/parseMergeConflictDiffFromFile.ts | 21 | // | COMMENT |
| LOW | …ages/diffs/src/utils/parseMergeConflictDiffFromFile.ts | 81 | type MergeConflictMarkerType = 'start' | 'base' | 'separator' | 'end'; | COMMENT |
| LOW | …ages/diffs/src/utils/parseMergeConflictDiffFromFile.ts | 141 | // Bundles all mutable state shared across parse helper functions, replacing | COMMENT |
| LOW | …ages/diffs/src/utils/parseMergeConflictDiffFromFile.ts | 321 | return { | COMMENT |
| LOW | packages/diffs/src/components/VirtualizedFile.ts | 501 | // spacers, so a header-only item (totalLines === 0, none of its rows fall | COMMENT |
| LOW | packages/diffs/src/components/CodeView.ts | 561 | private readonly diffOptionsPrototype: FileDiffOptions<LAnnotation>; | COMMENT |
| LOW | packages/diffs/src/components/CodeView.ts | 2681 | // item/line metrics, we should attempt to resolve any scroll anchors and | COMMENT |
| LOW | packages/diffs/src/highlighter/themes/themeResolver.ts | 1 | import { createThemeResolver, type ThemeResolver } from '@pierre/theming'; | COMMENT |
| LOW | packages/diffs/src/highlighter/themes/constants.ts | 1 | // Names of themes that have been loaded into the active highlighter via | COMMENT |
| LOW | .github/workflows/ci.yml | 61 | # task — the target list adds entry points (so cold runs are explicit) | COMMENT |
| LOW | apps/demo/src/main.ts | 261 | ); | COMMENT |
| LOW | apps/demo/src/main.ts | 281 | // el.innerText = '+'; | COMMENT |
| LOW | apps/demo/src/main.ts | 301 | // numCol.style.zIndex = '2'; | COMMENT |
| LOW | apps/demo/src/main.ts | 321 | // } else { | COMMENT |
| LOW | apps/demo/src/main.ts | 341 | // }, | COMMENT |
| LOW | apps/demo/src/main.ts | 361 | // }, | COMMENT |
| LOW | apps/demo/src/main.ts | 381 | // console.log('onLineSelectionEnd', props); | COMMENT |
| LOW | apps/demo/src/main.ts | 401 | // props.tokenElement.style.color = 'light-dark(white, black)'; | COMMENT |
| LOW | apps/demo/src/main.ts | 761 | }); | COMMENT |
| LOW | apps/demo/src/main.ts | 781 | // console.log('onLineSelectionStart', props); | COMMENT |
| LOW | apps/demo/src/main.ts | 801 | // }, | COMMENT |
| LOW | apps/demo/src/main.ts | 821 | COMMENT | |
| LOW | apps/demo/src/main.ts | 901 | // props.tokenElement.style.color = 'light-dark(white, black)'; | COMMENT |
| LOW | apps/demo/src/main.ts | 981 | // name: 'file_new.ts', | COMMENT |
| LOW | apps/docs/moon.yml | 1 | $schema: 'https://moonrepo.dev/schemas/project.json' | COMMENT |
| LOW | apps/docs/app/(trees)/_lib/useWindowScrollLock.ts | 1 | import { useEffect } from 'react'; | COMMENT |
| LOW | apps/docs/app/(trees)/_components/TreeApp.tsx | 181 | actions: TreeAppProjectHeaderActions; | COMMENT |
| LOW | apps/docs/app/(trees)/_components/TreeApp.tsx | 241 | // `search: true`. Enables the search toggle in the default project header | COMMENT |
| LOW | apps/docs/app/(trees)/_components/TreeApp.tsx | 1361 | // Render the tab bar whenever there's something to put in it: either tabs, | COMMENT |
| LOW | apps/docs/app/(diffs)/docs/WorkerPool/constants.ts | 301 | }} | COMMENT |
| LOW | apps/docs/app/(diffs)/docs/WorkerPool/constants.ts | 421 | // - poolOptions: WorkerPoolOptions | COMMENT |
| LOW | apps/docs/app/(diffs)/docs/WorkerPool/constants.ts | 441 | COMMENT | |
| LOW | apps/docs/app/(diffs)/docs/WorkerPool/constants.ts | 521 | }; | COMMENT |
| LOW | apps/docs/app/(diffs)/docs/ReactAPI/constants.ts | 101 | // Built-in options: 'pierre-dark', 'pierre-light', or any Shiki theme. | COMMENT |
| 39 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ps/docs/app/(diffs)/_examples/Annotations/constants.ts | 32 | return None | CODE |
| HIGH | …ps/docs/app/(diffs)/_examples/Annotations/constants.ts | 35 | return None | CODE |
| HIGH | …ps/docs/app/(diffs)/_examples/Annotations/constants.ts | 58 | return None | CODE |
| HIGH | …ps/docs/app/(diffs)/_examples/Annotations/constants.ts | 61 | return None | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/diffs/test/iterateOverDiff.test.ts | 14 | // NOTE(amadeus): These tests were written by an AI and they are probably | COMMENT |
| HIGH | packages/diffs/src/utils/parsePatchFiles.ts | 355 | // things and continue... It's possible an AI generated diff might have | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/diffs/src/components/VirtualizedFileDiff.ts | 281 | // Definitely need to optimize this in cases where there aren't any custom | COMMENT |
| MEDIUM | packages/diffs/src/components/VirtualizedFileDiff.ts | 583 | // need to figure out how to anchor on different regions, or utilize | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/diffs/src/components/CodeView.ts | 2564 | // root scrollTop is derived later only if the scaffold needs to move. | COMMENT |
| MEDIUM | packages/diffs/src/components/CodeView.ts | 2589 | // scaffold before mutating rendered items. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | apps/docs/app/(trees)/_lib/treeAppDemoData.ts | 43 | contents: `CODE_STORAGE_API_KEY=your-api-key | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | apps/docs/app/(trees)/_lib/treeAppDemoData.ts | 1905 | ## Creating a new token | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/diffs/src/renderers/DiffHunksRenderer.ts | 926 | // NOTE: This function gets extended so don't remove | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apps/docs/app/(diffs)/docs/CoreTypes/constants.ts | 35 | // Example usage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apps/docs/app/(diffs)/docs/TokenHooks/constants.ts | 61 | // Just don't forget to zero out the styles on leave | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/diffs/test/hydration.test.ts | 211 | element instanceof HTMLElement && 'placeholder' in element.dataset | CODE |