Home / File/ acknowledgements.data.ts — vite Source File

acknowledgements.data.ts — vite Source File

Architecture documentation for acknowledgements.data.ts, a typescript file in the vite codebase. 2 imports, 0 dependents.

File typescript ViteCore ConfigEngine 2 imports 8 functions 1 classes

Entity Profile

Dependency Diagram

graph LR
  217bc23a_2c54_8ca5_016d_7cb941ca23b7["acknowledgements.data.ts"]
  e6032fbc_44cf_58d6_868d_dd15106c18c5["node:fs"]
  217bc23a_2c54_8ca5_016d_7cb941ca23b7 --> e6032fbc_44cf_58d6_868d_dd15106c18c5
  51e96894_3556_ed5c_1ede_97d449867adf["node:path"]
  217bc23a_2c54_8ca5_016d_7cb941ca23b7 --> 51e96894_3556_ed5c_1ede_97d449867adf
  style 217bc23a_2c54_8ca5_016d_7cb941ca23b7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import fs from 'node:fs'
import path from 'node:path'

// Notable dependencies to highlight (by package name)
const notableDependencies = [
  'rolldown',
  'postcss',
  'lightningcss',
  'chokidar',
  'magic-string',
]

// Dev tools used for development
const devToolNames = [
  'eslint',
  'prettier',
  'typescript',
  'vitest',
  'playwright-chromium',
]

// Past notable dependencies that Vite used previously
const pastNotableDependencies: PastDependency[] = [
  {
    name: 'esbuild',
    description:
      'JavaScript/TypeScript bundler and minifier (now using Rolldown, Oxc, and LightningCSS)',
    repository: 'https://github.com/evanw/esbuild',
  },
  {
    name: 'rollup',
    description: 'ES module bundler (now using Rolldown)',
    repository: 'https://github.com/rollup/rollup',
  },
  {
    name: 'http-proxy',
    description: 'HTTP proxying (now using http-proxy-3)',
    repository: 'https://github.com/http-party/node-http-proxy',
  },
  {
    name: 'acorn',
    description: 'JavaScript parser',
    repository: 'https://github.com/acornjs/acorn',
  },
  {
    name: 'fast-glob',
    description: 'Fast glob matching (now using tinyglobby/fdir)',
    repository: 'https://github.com/mrmlnc/fast-glob',
  },
  {
    name: 'debug',
    description: 'Debug logging (now using obug)',
    repository: 'https://github.com/debug-js/debug',
  },
]

const vitePackageDir = path.resolve(import.meta.dirname, '../../packages/vite')

interface PackageJson {
  name: string
// ... (260 more lines)

Domain

Subdomains

Classes

Dependencies

  • node:fs
  • node:path

Frequently Asked Questions

What does acknowledgements.data.ts do?
acknowledgements.data.ts is a source file in the vite codebase, written in typescript. It belongs to the ViteCore domain, ConfigEngine subdomain.
What functions are defined in acknowledgements.data.ts?
acknowledgements.data.ts defines 8 function(s): default.load, groupByAuthor, loadData, normalizeFunding, normalizeRepository, parseAuthor, parseBundledDependenciesFromLicense, readPackageInfo.
What does acknowledgements.data.ts depend on?
acknowledgements.data.ts imports 2 module(s): node:fs, node:path.
Where is acknowledgements.data.ts in the architecture?
acknowledgements.data.ts is located at docs/_data/acknowledgements.data.ts (domain: ViteCore, subdomain: ConfigEngine, directory: docs/_data).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free