Repository Analysis

voidzero-dev/vite-plus

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

3.6 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of voidzero-dev/vite-plus, a Rust project with 5,336 GitHub stars. SynthScan v2.0 examined 185,351 lines of code across 609 source files, recording 525 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 3.6 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).

3.6
Adjusted Score
3.6
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.3K
Stars
Rust
Language
185.4K
Lines of Code
609
Files
525
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

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.

CRITICAL 1HIGH 1MEDIUM 35LOW 488

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 525 distinct pattern matches across 12 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.

Hyper-Verbose Identifiers207 hits · 204 pts
SeverityFileLineSnippetContext
LOWscripts/generate-license.ts213function collectBundledPackageNames(bundledPaths: string[]): Set<string> {CODE
LOWscripts/generate-license.ts323function resolvePackageDirInPnpmStore(CODE
LOWpackages/tools/src/install-global-cli.ts225function isWindowsLockedExecutableError(err: unknown): boolean {CODE
LOWpackages/tools/src/install-global-cli.ts284function getWindowsPowerShellCommand(): string {CODE
LOWpackages/tools/src/merge-peer-deps.ts145function mergePeerDependenciesMeta(CODE
LOWpackages/tools/src/local-npm-registry.ts227function readPackageJsonFromTarball(tgzBytes: Buffer, sourcePath: string): PackageManifest {CODE
LOWpackages/tools/src/pack-local-vite-plus.ts16export async function packLocalVitePlusPackages(CODE
LOWpackages/tools/src/sync-remote-deps.ts227function transformPluginutilsExport(CODE
LOWpackages/tools/src/sync-remote-deps.ts547function mergeMinimumReleaseAgeExclude(entries: string[]): string[] {CODE
LOWpackages/core/build.ts350async function bundleRolldownPluginutils() {CODE
LOWpackages/core/build.ts617async function wireBundledTsdownExtensions() {CODE
LOWpackages/core/build-support/build-cjs-deps.ts6export function createModuleEntryFileName(module: string) {CODE
LOW…ckages/core/build-support/rewrite-module-specifiers.ts197export function createRolldownRewriteRules(targetPackage: string): ReplacementRule[] {CODE
LOWpackages/core/build-support/find-create-require.ts44export async function replaceThirdPartyCjsRequires(CODE
LOWpackages/core/build-support/find-create-require.ts117function getLiteralRequireArgument(node: CallExpression): RequireCall | undefined {CODE
LOWpackages/core/build-support/find-create-require.ts136function findDirectCreateRequireCalls(CODE
LOWpackages/core/build-support/find-create-require.ts163function findCreateRequireInStaticImports(ast: ParseResult): RequireCall[] {CODE
LOWpackages/core/build-support/find-create-require.ts268function findCreateRequireInGlobalModule(ast: ParseResult): RequireCall[] {CODE
LOWpackages/cli/build.ts582async function createBrowserCompatExport(testDistDir: string): Promise<ExportValue> {CODE
LOWpackages/cli/build.ts756async function writePrivateAtVitestBrowserShims(testDistDir: string): Promise<void> {CODE
LOWpackages/cli/build.ts807async function createBrowserContextExport(testDistDir: string): Promise<ExportValue> {CODE
LOWpackages/cli/src/resolve-vite-config.ts118export async function resolveUniversalViteConfig(err: null | Error, viteConfigCwd: string) {CODE
LOWpackages/cli/src/define-config.ts233function vitePlusVitestResolverPlugin(): PluginOption {CODE
LOWpackages/cli/src/define-config.ts339function vitePlusAutoInlineMatcherPlugin(): PluginOption {CODE
LOWpackages/cli/src/define-config.ts388export function resolveCoverageProviderToCheck(CODE
LOWpackages/cli/src/define-config.ts408export function assertCoverageProviderVersionMatch(CODE
LOWpackages/cli/src/define-config.ts459function readInstalledCoverageProviderVersion(CODE
LOWpackages/cli/src/define-config.ts492export function checkCoverageProviderVersion(CODE
LOWpackages/cli/src/define-config.ts553function vitePlusCoverageVersionGuardPlugin(): PluginOption {CODE
LOWpackages/cli/src/define-config.ts711function injectPluginIntoProjectExport(config: UserProjectConfigExport): UserProjectConfigExport {CODE
LOWpackages/cli/src/pack-bin.ts58function externalDtsTypeOnlyPlugin() {CODE
LOWpackages/cli/src/oxlint-plugin.ts19function isVitestFamilyDeclareModuleSpecifier(specifier: string): boolean {CODE
LOWpackages/cli/src/oxlint-plugin.ts47function rewriteVitePlusImportSpecifier(specifier: string): string | null {CODE
LOWpackages/cli/src/oxlint-plugin.ts131function isUpstreamVitestSpecifier(specifier: string): boolean {CODE
LOWpackages/cli/src/oxlint-plugin.ts135function nearestPackageUsesNuxtTestUtils(filename: string): boolean {CODE
LOWpackages/cli/src/init-config.ts92function resolveGeneratedConfigPath(CODE
LOWpackages/cli/src/init-config.ts204export async function applyToolInitConfigToViteConfig(CODE
LOWpackages/cli/src/version.ts42function isVitePlusDeclaredInAncestors(cwd: string): boolean {CODE
LOWpackages/cli/src/oxlint-plugin-config.ts49export function createDefaultVitePlusLintConfig(options?: {CODE
LOWpackages/cli/src/utils/editor.ts457function mergeAndWriteEditorConfig(CODE
LOWpackages/cli/src/utils/workspace.ts29export function findPackageJsonFilesFromPatterns(patterns: string[], cwd: string): string[] {CODE
LOWpackages/cli/src/utils/workspace.ts120export function discoverWorkspacePackages(CODE
LOWpackages/cli/src/utils/workspace.ts164export function updatePackageJsonWithDeps(CODE
LOWpackages/cli/src/utils/agent.ts177export function detectExistingAgentTargetPaths(projectRoot: string) {CODE
LOWpackages/cli/src/utils/agent.ts193export function hasExistingAgentInstructions(projectRoot: string): boolean {CODE
LOWpackages/cli/src/utils/agent.ts214export function updateExistingAgentInstructions(projectRoot: string): void {CODE
LOWpackages/cli/src/utils/agent.ts521export async function writeCopilotSetupWorkflow({CODE
LOWpackages/cli/src/utils/agent.ts565export function replaceMarkedAgentInstructionsSection(existing: string, incoming: string) {CODE
LOWpackages/cli/src/utils/approve-builds.ts205export function collectDirectDependencyNames(CODE
LOWpackages/cli/src/utils/approve-builds.ts232export function filterToDirectDependencies(ignored: string[], direct: Set<string>): string[] {CODE
LOWpackages/cli/src/utils/approve-builds.ts242export function pnpmSupportsPositionalApprove(version: string | undefined): boolean {CODE
LOWpackages/cli/src/utils/approve-builds.ts265export function resolveApproveBuildTargets(CODE
LOWpackages/cli/src/utils/approve-builds.ts328function printApproveBuildsGuidance(CODE
LOWpackages/cli/src/utils/approve-builds.ts399export function addYarnBuiltDependenciesMeta(CODE
LOWpackages/cli/src/utils/prompts.ts32export function shouldIgnoreScriptsForAutoInstall(CODE
LOWpackages/cli/src/utils/constants.ts87export function createBaseUrlTsconfigFixArgs(target = BASEURL_TSCONFIG_FIX_DEFAULT_TARGET) {CODE
LOWpackages/cli/src/utils/preview-registry.ts191export function reconcilePreviewBridgeRegistry(CODE
LOWpackages/cli/src/utils/tsgolint-path.ts5export function resolveWindowsTsgolintExecutable(CODE
LOWpackages/cli/src/utils/tsgolint-path.ts29export function resolveTsgolintExecutable(tsgolintBinPath: string, scriptUrl: string): string {CODE
LOWpackages/cli/src/utils/tsconfig.ts47export function findTsconfigFilesWithBaseUrl(projectPath: string): string[] {CODE
147 more matches not shown…
Over-Commented Block197 hits · 192 pts
SeverityFileLineSnippetContext
LOWCargo.toml401rolldown_tracing = { path = "./rolldown/crates/rolldown_tracing" }COMMENT
LOWcrates/vite_static_config/src/lib.rs21COMMENT
LOWcrates/vite_static_config/src/lib.rs381 Statement::ForOfStatement(s) => count_returns_in_stmt(&s.body),COMMENT
LOWcrates/vite_setup/src/install.rs21COMMENT
LOWcrates/vite_setup/src/install.rs161 // This wrapper install path is pinned to pnpm via packageManager, so thisCOMMENT
LOWcrates/vite_setup/src/install.rs481///COMMENT
LOWcrates/vite_installer/src/main.rs1//! Standalone Windows installer for the Vite+ CLI (`vp-setup.exe`).COMMENT
LOWcrates/vite_installer/src/main.rs281COMMENT
LOWcrates/vite_command/src/ps1_shim.rs1//! Windows-specific: when a vp-managed package-manager `.cmd` shim has aCOMMENT
LOWcrates/vite_command/src/ps1_shim.rs21//! policies on locked-down hosts.COMMENT
LOWcrates/vite_command/src/ps1_shim.rs41/// "-File", <abs ps1 path>]`; callers prepend it to the user args and spawnCOMMENT
LOWcrates/vite_command/src/lib.rs141 });COMMENT
LOWcrates/vite_command/src/lib.rs181 cmd.args(&prefix_args).args(&args).envs(envs);COMMENT
LOWcrates/vite_js_runtime/src/dev_engines.rs1//! `.node-version` file reading and writing utilities.COMMENT
LOWcrates/vite_js_runtime/src/dev_engines.rs21/// - Two-part version: `20.5` (treated as `^20.5.0` for resolution)COMMENT
LOWcrates/vite_js_runtime/src/dev_engines.rs61///COMMENT
LOWcrates/vite_js_runtime/src/runtime.rs161/// This is an expected, non-actionable condition for those sources, so it is aCOMMENT
LOWcrates/vite_js_runtime/src/runtime.rs321/// Resolved version information with source tracking.COMMENT
LOWcrates/vite_js_runtime/src/runtime.rs341/// 3. `package.json#engines.node`COMMENT
LOWcrates/vite_js_runtime/src/runtime.rs421 // No version source foundCOMMENT
LOWcrates/vite_js_runtime/src/runtime.rs441/// # ReturnsCOMMENT
LOWcrates/vite_js_runtime/src/runtime.rs1641 /// Test that package.json in child directory takes priority over .node-version in parent.COMMENT
LOWcrates/vite_js_runtime/src/pgp_verify.rs1//! PGP signature verification for runtime checksum files.COMMENT
LOWcrates/vite_js_runtime/src/pgp_verify.rs21//! - **Key expiry is not enforced.** `gpgv` treats an expired key as advisoryCOMMENT
LOWcrates/vite_js_runtime/src/pgp_verify.rs41 composed::{CleartextSignedMessage, Deserializable, SignedPublicKey, SignedPublicSubKey},COMMENT
LOWcrates/vite_js_runtime/src/error.rs61 /// IO errorCOMMENT
LOWcrates/vite_js_runtime/src/lib.rs1//! JavaScript Runtime Management LibraryCOMMENT
LOWcrates/vite_js_runtime/src/lib.rs21//!COMMENT
LOWcrates/vite_js_runtime/src/provider.rs61/// Information needed to download a runtimeCOMMENT
LOWcrates/vite_js_runtime/src/provider.rs101 /// Different runtimes may have different SHASUMS formatsCOMMENT
LOWcrates/vite_js_runtime/src/platform.rs41 ///COMMENT
LOWcrates/vite_js_runtime/src/platform.rs81impl Arch {COMMENT
LOWcrates/vite_js_runtime/src/providers/node.rs21/// Default Node.js distribution base URLCOMMENT
LOWcrates/vite_js_runtime/src/providers/node.rs81impl NodeProvider {COMMENT
LOWcrates/vite_js_runtime/src/providers/node.rs101 /// versions over non-LTS versions.COMMENT
LOWcrates/vite_js_runtime/src/providers/node.rs321 /// # ErrorsCOMMENT
LOWcrates/vite_js_runtime/src/providers/node.rs341 ///COMMENT
LOWcrates/vite_pm_cli/src/cli.rs21/// `vite_global_cli/src/cli.rs`. Aliases (`i`, `up`, `rm`, `un`, `uninstall`,COMMENT
LOWcrates/vite_pm_cli/src/cli.rs201 /// Remove packages from dependenciesCOMMENT
LOWcrates/vite_pm_cli/src/cli.rs381 /// Show why a package is installedCOMMENT
LOWcrates/vite_pm_cli/src/cli.rs561COMMENT
LOWcrates/vite_pm_cli/src/cli.rs1181 /// Remove a distribution tagCOMMENT
LOWcrates/vite_migration/src/ast_grep.rs1use ast_grep_config::{GlobalRules, RuleConfig, from_yaml_string};COMMENT
LOWcrates/vite_migration/src/import_rewriter.rs21/// - `require('vite/{name}')` → `require('vite-plus/{name}')`COMMENT
LOWcrates/vite_migration/src/import_rewriter.rs221/// `exports` map, otherwise Node fails with `ERR_PACKAGE_PATH_NOT_EXPORTED`):COMMENT
LOWcrates/vite_migration/src/import_rewriter.rs241/// - `import { ... } from '@vitest/browser-webdriverio'` → `import { ... } from 'vite-plus/test/browser-webdriverio'`COMMENT
LOWcrates/vite_migration/src/import_rewriter.rs2001}COMMENT
LOWcrates/vite_migration/src/import_rewriter.rs2141/// This function finds all TypeScript and JavaScript files in the specified directoryCOMMENT
LOWcrates/vite_migration/src/import_rewriter.rs2241 FileResult::Unchanged => batch_result.unchanged_files.push(file_path),COMMENT
LOWcrates/vite_migration/src/import_rewriter.rs2261///COMMENT
LOWcrates/vite_migration/src/import_rewriter.rs5221COMMENT
LOWcrates/vite_migration/src/vite_config.rs21COMMENT
LOWcrates/vite_migration/src/vite_config.rs41/// - `uses_function_callback`: Whether the config uses a function callbackCOMMENT
LOWcrates/vite_migration/src/vite_config.rs81}COMMENT
LOWcrates/vite_migration/src/vite_config.rs121/// objects — `defineConfig({...})`, `defineConfig(() => ({...}))`, directCOMMENT
LOWcrates/vite_migration/src/vite_config.rs281COMMENT
LOWcrates/vite_migration/src/vite_config.rs701 if root.find(matcher).is_some() {COMMENT
LOWcrates/vite_migration/src/vite_config.rs821COMMENT
LOWcrates/vite_migration/src/vite_config.rs841///COMMENT
LOWcrates/vite_migration/src/file_walker.rs21///COMMENT
137 more matches not shown…
Structural Annotation Overuse57 hits · 105 pts
SeverityFileLineSnippetContext
LOWcrates/vite_migration/src/package.rs21 // Step 1: Replace "cross-env " with marker so ast-grep can see the actual commandsCOMMENT
LOWcrates/vite_migration/src/package.rs28 // Step 2: Rewrite commands behind bunx only when their inner commandCOMMENT
LOWcrates/vite_migration/src/package.rs34 // Step 3: Replace cross-env marker back with "cross-env " (only if we replaced it)COMMENT
LOWcrates/vite_migration/src/vite_config.rs875 // Step 1: Add import statement at the beginningCOMMENT
LOWcrates/vite_migration/src/vite_config.rs890 // Step 2: Add pack: tsdownConfig to defineConfigCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs44 // Step 1: Detect platformCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs48 // Step 2: Determine version to resolveCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs55 // Step 3: Resolve version from npm registryCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs69 // Step 4: Handle --check (report and exit)COMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs80 // Step 5: Handle already up-to-dateCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs95 // Step 6: Download platform tarball (main package is installed via npm)COMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs103 // Step 7: Verify integrityCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs110 // Step 8: Create version directory.COMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs125 // Step 9: Extract platform binary and install via npmCOMMENT
LOWrfcs/upgrade-command.md170#### Step 1: Version ResolutionCOMMENT
LOWrfcs/upgrade-command.md187#### Step 2: Version ComparisonCOMMENT
LOWrfcs/upgrade-command.md194#### Step 3: Download and VerifyCOMMENT
LOWrfcs/upgrade-command.md256#### Step 4: Extract and InstallCOMMENT
LOWrfcs/upgrade-command.md265#### Step 5: Version SwapCOMMENT
LOWrfcs/upgrade-command.md301#### Step 6: Post-Update (Non-Fatal)COMMENT
LOWrfcs/upgrade-command.md308#### Step 7: Running Binary ConsiderationCOMMENT
LOWrfcs/implode-command.md139#### Step 1: Resolve Home DirectoryCOMMENT
LOWrfcs/implode-command.md143#### Step 2: Scan Shell ProfilesCOMMENT
LOWrfcs/implode-command.md157#### Step 3: ConfirmationCOMMENT
LOWrfcs/implode-command.md165#### Step 4: Shell Profile CleanupCOMMENT
LOWrfcs/implode-command.md175#### Step 5: Windows PATH CleanupCOMMENT
LOWrfcs/implode-command.md185#### Step 6: Remove DirectoryCOMMENT
LOWrfcs/code-generator.md730# Step 1: Create the generator scaffoldCOMMENT
LOWrfcs/code-generator.md733# Step 2: Customize the templateCOMMENT
LOWrfcs/code-generator.md737# Step 3: Test your generatorCOMMENT
LOWrfcs/code-generator.md740# Step 4: Run testsCOMMENT
LOW.claude/agents/cargo-workspace-merger.md20### Step 1: Analyze the Child WorkspaceCOMMENT
LOW.claude/agents/cargo-workspace-merger.md26### Step 2: Identify Crates to AddCOMMENT
LOW.claude/agents/cargo-workspace-merger.md32### Step 3: Analyze Dependency UsageCOMMENT
LOW.claude/agents/cargo-workspace-merger.md39### Step 4: Filter and Merge DependenciesCOMMENT
LOW.claude/agents/cargo-workspace-merger.md47### Step 5: Update Root Cargo.tomlCOMMENT
LOW.claude/skills/add-ecosystem-ci/SKILL.md11## Step 1: Get Repository InformationCOMMENT
LOW.claude/skills/add-ecosystem-ci/SKILL.md22## Step 2: Auto-detect Project ConfigurationCOMMENT
LOW.claude/skills/add-ecosystem-ci/SKILL.md59## Step 3: Update FilesCOMMENT
LOW.claude/skills/add-ecosystem-ci/SKILL.md85## Step 4: VerifyCOMMENT
LOWpackages/core/BUNDLING.md25### Step 1: Bundle Rolldown Pluginutils (`bundleRolldownPluginutils`)COMMENT
LOWpackages/core/BUNDLING.md38### Step 2: Bundle Rolldown (`bundleRolldown`)COMMENT
LOWpackages/core/BUNDLING.md51### Step 3: Build Vite (`buildVite`)COMMENT
LOWpackages/core/BUNDLING.md65### Step 4: Bundle Tsdown (`bundleTsdown`)COMMENT
LOWpackages/core/BUNDLING.md79### Step 5: Bundle Vitepress (`bundleVitepress`)COMMENT
LOWpackages/core/BUNDLING.md90### Step 6: Merge Package.json (`mergePackageJson`)COMMENT
LOWpackages/cli/BUNDLING.md18### Step 1: tsdown Build (`buildWithTsdown`)COMMENT
LOWpackages/cli/BUNDLING.md39### Step 2: NAPI Binding Build (`buildNapiBinding`)COMMENT
LOWpackages/cli/BUNDLING.md59### Step 3: Core Package Export Sync (`syncCorePackageExports`)COMMENT
LOWpackages/cli/BUNDLING.md91### Step 4: Test Package Export Sync (`syncTestPackageExports`)COMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts116 // Step 1: Generate .oxfmtrc.json from Prettier configCOMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts160 // Step 2: Delete all prettier config files at rootCOMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts163 // Step 3: Remove prettier dependency and rewrite prettier scripts (root)COMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts173 // Step 4: Rewrite prettier references in lint-staged config filesCOMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts176 // Step 5: Warn about .prettierignore if it existsCOMMENT
LOWpackages/cli/src/migration/migrator/eslint.ts161 // Step 1: Generate .oxlintrc.json from ESLint configCOMMENT
LOWpackages/cli/src/migration/migrator/eslint.ts177 // Step 2: Replace eslint-disable comments with oxlint-disableCOMMENT
Decorative Section Separators22 hits · 70 pts
SeverityFileLineSnippetContext
MEDIUMCargo.toml407# =============================================================================COMMENT
MEDIUMCargo.toml409# =============================================================================COMMENT
MEDIUMCargo.toml416# =============================================================================COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs546 // ── Config file resolution ──────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs596 // ── resolve_static_config from a config file─────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs615 // ── export default { ... } ──────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs643 // ── export default defineConfig({ ... }) ────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs700 // ── module.exports = { ... } ───────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs774 // ── Primitive values ────────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs820 // ── Arrays ──────────────────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs840 // ── Nested objects ──────────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs872 // ── NonStatic fields ────────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs1030 // ── Property key types ──────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs1038 // ── Real-world patterns ─────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs1128 // ── defineConfig with function argument ────────────────────────────COMMENT
MEDIUMcrates/vite_static_config/src/lib.rs1226 // ── Not analyzable cases ─────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_migration/src/vite_config.rs905 // ── has_config_key ────────────────────────────────────────────────────COMMENT
MEDIUMcrates/vite_migration/src/vite_config.rs2399 // ── upsert_json_config_content ────────────────────────────────────────COMMENT
MEDIUMcrates/vite_shared/src/env_vars.rs13// ── Config: read once at startup via EnvConfig ──────────────────────────COMMENT
MEDIUMcrates/vite_shared/src/env_vars.rs52// ── Runtime: set/removed during shim dispatch for child processes ────────COMMENT
MEDIUMcrates/vite_shared/src/env_vars.rs83// ── HTTP client TLS / CA configuration ──────────────────────────────────COMMENT
MEDIUMcrates/vite_shared/src/env_vars.rs109// ── Testing / Development ───────────────────────────────────────────────COMMENT
Verbosity Indicators22 hits · 43 pts
SeverityFileLineSnippetContext
LOWcrates/vite_migration/src/package.rs21 // Step 1: Replace "cross-env " with marker so ast-grep can see the actual commandsCOMMENT
LOWcrates/vite_migration/src/package.rs28 // Step 2: Rewrite commands behind bunx only when their inner commandCOMMENT
LOWcrates/vite_migration/src/package.rs34 // Step 3: Replace cross-env marker back with "cross-env " (only if we replaced it)COMMENT
LOWcrates/vite_migration/src/vite_config.rs875 // Step 1: Add import statement at the beginningCOMMENT
LOWcrates/vite_migration/src/vite_config.rs890 // Step 2: Add pack: tsdownConfig to defineConfigCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs44 // Step 1: Detect platformCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs48 // Step 2: Determine version to resolveCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs55 // Step 3: Resolve version from npm registryCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs69 // Step 4: Handle --check (report and exit)COMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs80 // Step 5: Handle already up-to-dateCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs95 // Step 6: Download platform tarball (main package is installed via npm)COMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs103 // Step 7: Verify integrityCOMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs110 // Step 8: Create version directory.COMMENT
LOWcrates/vite_global_cli/src/commands/upgrade/mod.rs125 // Step 9: Extract platform binary and install via npmCOMMENT
LOWcrates/vite_global_cli/src/shim/mod.rs94 // For other tools, we need to check if they're package binariesCOMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts116 // Step 1: Generate .oxfmtrc.json from Prettier configCOMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts160 // Step 2: Delete all prettier config files at rootCOMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts163 // Step 3: Remove prettier dependency and rewrite prettier scripts (root)COMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts173 // Step 4: Rewrite prettier references in lint-staged config filesCOMMENT
LOWpackages/cli/src/migration/migrator/prettier.ts176 // Step 5: Warn about .prettierignore if it existsCOMMENT
LOWpackages/cli/src/migration/migrator/eslint.ts161 // Step 1: Generate .oxlintrc.json from ESLint configCOMMENT
LOWpackages/cli/src/migration/migrator/eslint.ts177 // Step 2: Replace eslint-disable comments with oxlint-disableCOMMENT
Modern AI Meta-Vocabulary10 hits · 28 pts
SeverityFileLineSnippetContext
MEDIUMrfcs/js-runtime.md68 └── runtime.rs # JsRuntime struct and download orchestrationCODE
MEDIUMrfcs/global-cli-rust-binary.md123│ │ ├── new.rs # Project scaffoldingCODE
MEDIUMrfcs/global-cli-rust-binary.md410- `crates/vite_global_cli/src/commands/new.rs` # Project scaffoldingCODE
MEDIUMrfcs/code-generator.md608vp create vite:generator # Vite+ generator scaffoldCODE
MEDIUMrfcs/code-generator.md730# Step 1: Create the generator scaffoldCOMMENT
MEDIUMpackages/cli/src/create/org-picker.ts52 // inside an existing monorepo (and would be rejected at scaffold timeCOMMENT
MEDIUMpackages/cli/src/create/bin.ts1030 // Ask up-front so the prompt isn't buried under scaffold output.COMMENT
MEDIUMpackages/cli/src/create/templates/generator.ts13// Execute generator scaffold templateCOMMENT
MEDIUM…ages/cli/src/migration/migrator/vite-plus-bootstrap.ts542// are skipped. Shared scaffold for the workspace-wide catalog pending checks: aCOMMENT
MEDIUM.github/workflows/test-vp-create.yml153 # `vp create`: after scaffold, ESLint → oxlint and Prettier → oxfmtCOMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL.github/workflows/publish-preview.yml185 const shortSha = context.payload.pull_request.head.sha.slice(0, 7);CODE
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMcrates/vite_migration/src/import_rewriter.rs5630 // robust against rule-reordering or ast-grep conflict-resolution changes.COMMENT
MEDIUMcrates/vite_install/src/package_manager.rs871 // Use tempfile::TempDir for robust temporary directory creationCOMMENT
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHpackages/cli/src/config/hooks.ts58elif [ -n "\${HOME-}" ]; thenCODE
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWpackages/cli/install.sh488 # Check if response is a plain error string (not a valid package object)COMMENT
LOWpackages/cli/install.sh905 # Check if Vite+ is already managing Node.js (bin/node or bin/node.exe exists)COMMENT
LOWpackages/cli/install.sh923 # Check if node is available on the systemCOMMENT
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…/verify-interactive-cli/interactive-cli-tmux-driver.sh5# Usage:COMMENT
LOWpackages/cli/install.sh5# Usage:COMMENT
Self-Referential Comments1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMpackages/cli/src/create/bin.ts602 ${muted('# Create a new application in non-interactive mode with a custom target directory')}CODE