Home / File/ pre-source-mapped-file.js — vite Source File

pre-source-mapped-file.js — vite Source File

Architecture documentation for pre-source-mapped-file.js, a javascript file in the vite codebase. 2 imports, 0 dependents.

File javascript ViteCore ConfigEngine 2 imports 2 functions

Entity Profile

Dependency Diagram

graph LR
  a7809b65_8ca0_5f3d_9c1e_6393357decfc["pre-source-mapped-file.js"]
  51e96894_3556_ed5c_1ede_97d449867adf["node:path"]
  a7809b65_8ca0_5f3d_9c1e_6393357decfc --> 51e96894_3556_ed5c_1ede_97d449867adf
  10809968_066c_58db_f8b4_cb0464da805e["node:util"]
  a7809b65_8ca0_5f3d_9c1e_6393357decfc --> 10809968_066c_58db_f8b4_cb0464da805e
  style a7809b65_8ca0_5f3d_9c1e_6393357decfc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import 'node:path'
export default function testStack() {
  innerTestStack()
}
import 'node:util'
function innerTestStack() {
  throw new Error('__TEST_STACK_TRANSPILED_INLINE__')
}
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsidHJhbnNwaWxlZC1pbmxpbmUudHMiXSwKICAic291cmNlc0NvbnRlbnQiOiBbImltcG9ydCAnbm9kZTpwYXRoJ1xuXG5leHBvcnQgdHlwZSBEdW1teSA9IHtcbiAgZm9vOiBcImZvb1wiLFxufVxuXG4vKipcbiAqIGR1bW15XG4gKiBkdW1teVxuICovXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiB0ZXN0U3RhY2soKSB7XG4gIGlubmVyVGVzdFN0YWNrKClcbn1cblxuaW1wb3J0ICdub2RlOnV0aWwnXG5cbi8qKlxuICogYmFyXG4gKiBiYXJcbiAqL1xuZnVuY3Rpb24gaW5uZXJUZXN0U3RhY2soKSB7XG4gIHRocm93IG5ldyBFcnJvcignX19URVNUX1NUQUNLX1RSQU5TUElMRURfSU5MSU5FX18nKVxufSJdLAogICJtYXBwaW5ncyI6ICJBQUFBLE9BQU87QUFVUCx3QkFBd0IsWUFBWTtBQUNsQyxpQkFBZTtBQUNqQjtBQUVBLE9BQU87QUFNUCxTQUFTLGlCQUFpQjtBQUN4QixRQUFNLElBQUksTUFBTSxrQ0FBa0M7QUFDcEQ7IiwKICAibmFtZXMiOiBbXQp9Cg==

Domain

Subdomains

Dependencies

  • node:path
  • node:util

Frequently Asked Questions

What does pre-source-mapped-file.js do?
pre-source-mapped-file.js is a source file in the vite codebase, written in javascript. It belongs to the ViteCore domain, ConfigEngine subdomain.
What functions are defined in pre-source-mapped-file.js?
pre-source-mapped-file.js defines 2 function(s): innerTestStack, testStack.
What does pre-source-mapped-file.js depend on?
pre-source-mapped-file.js imports 2 module(s): node:path, node:util.
Where is pre-source-mapped-file.js in the architecture?
pre-source-mapped-file.js is located at packages/vite/src/node/ssr/runtime/__tests__/fixtures/pre-source-mapped-file.js (domain: ViteCore, subdomain: ConfigEngine, directory: packages/vite/src/node/ssr/runtime/__tests__/fixtures).

Analyze Your Own Codebase

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

Try Supermodel Free