MCPcopy
hub / github.com/vitejs/vite / env.ts

File env.ts

packages/vite/src/node/env.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fs from 'node:fs'
2import path from 'node:path'
3// eslint-disable-next-line n/no-unsupported-features/node-builtins -- our supported nodejs range supports `parseEnv` but in experimental state, which is fine
4import { parseEnv } from 'node:util'

Callers

nothing calls this directly

Calls 1

createDebuggerFunction · 0.90

Tested by

no test coverage detected