vite-node
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { V as ViteNodeServerOptions } from './index-BmdeEDlf.js'; | ||
import { V as ViteNodeServerOptions } from './index-LQxw79Gm.js'; | ||
import './trace-mapping.d-DLVdEqOp.js'; | ||
@@ -3,0 +3,0 @@ |
import './trace-mapping.d-DLVdEqOp.js'; | ||
export { e as DEFAULT_REQUEST_STUBS, M as ModuleCacheMap, a as ViteNodeRunner } from './index-BmdeEDlf.js'; | ||
export { e as DEFAULT_REQUEST_STUBS, M as ModuleCacheMap, f as ModuleExecutionInfo, a as ViteNodeRunner } from './index-LQxw79Gm.js'; |
import { HMRPayload, Plugin } from 'vite'; | ||
import { EventEmitter } from 'node:events'; | ||
import { C as CustomEventMap, a as ViteNodeRunner, H as HMRPayload$1, b as HotContext } from './index-BmdeEDlf.js'; | ||
import { C as CustomEventMap, a as ViteNodeRunner, H as HMRPayload$1, b as HotContext } from './index-LQxw79Gm.js'; | ||
import './trace-mapping.d-DLVdEqOp.js'; | ||
@@ -5,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
export { A as Arrayable, f as Awaitable, i as CreateHotContextFunction, D as DebuggerOptions, c as DepsHandlingOptions, g as FetchFunction, F as FetchResult, b as HotContext, j as ModuleCache, M as ModuleCacheMap, N as Nullable, R as RawSourceMap, h as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, l as ViteNodeResolveModule, k as ViteNodeRunnerOptions, V as ViteNodeServerOptions } from './index-BmdeEDlf.js'; | ||
export { A as Arrayable, g as Awaitable, j as CreateHotContextFunction, D as DebuggerOptions, c as DepsHandlingOptions, h as FetchFunction, F as FetchResult, b as HotContext, k as ModuleCache, M as ModuleCacheMap, f as ModuleExecutionInfo, N as Nullable, R as RawSourceMap, i as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, m as ViteNodeResolveModule, l as ViteNodeRunnerOptions, V as ViteNodeServerOptions } from './index-LQxw79Gm.js'; | ||
export { D as DecodedSourceMap, E as EncodedSourceMap, S as SourceMapInput } from './trace-mapping.d-DLVdEqOp.js'; |
import { TransformResult, ViteDevServer } from 'vite'; | ||
import { D as DebuggerOptions, c as DepsHandlingOptions, V as ViteNodeServerOptions, d as ViteNodeResolveId, F as FetchResult } from './index-BmdeEDlf.js'; | ||
import { D as DebuggerOptions, c as DepsHandlingOptions, V as ViteNodeServerOptions, F as FetchResult, d as ViteNodeResolveId } from './index-LQxw79Gm.js'; | ||
import { E as EncodedSourceMap } from './trace-mapping.d-DLVdEqOp.js'; | ||
@@ -34,6 +34,3 @@ | ||
private existingOptimizedDeps; | ||
fetchCaches: { | ||
ssr: Map<string, FetchCache>; | ||
web: Map<string, FetchCache>; | ||
}; | ||
fetchCaches: Record<'ssr' | 'web', Map<string, FetchCache>>; | ||
fetchCache: Map<string, FetchCache>; | ||
@@ -55,3 +52,3 @@ externalizeCache: Map<string, Promise<string | false>>; | ||
}>; | ||
getTransformMode(id: string): "web" | "ssr"; | ||
getTransformMode(id: string): 'ssr' | 'web'; | ||
private getChangedModule; | ||
@@ -58,0 +55,0 @@ private _fetchModule; |
@@ -10,2 +10,3 @@ import { TransformResult } from 'vite'; | ||
filepath: string; | ||
noFirstLineMapping?: boolean; | ||
}): TransformResult; | ||
@@ -12,0 +13,0 @@ declare function extractSourceMap(code: string): EncodedSourceMap | null; |
export { D as DecodedSourceMap, E as EncodedSourceMap, S as SourceMapInput } from './trace-mapping.d-DLVdEqOp.js'; | ||
export { A as Arrayable, f as Awaitable, i as CreateHotContextFunction, D as DebuggerOptions, c as DepsHandlingOptions, g as FetchFunction, F as FetchResult, b as HotContext, j as ModuleCache, M as ModuleCacheMap, N as Nullable, R as RawSourceMap, h as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, l as ViteNodeResolveModule, k as ViteNodeRunnerOptions, V as ViteNodeServerOptions } from './index-BmdeEDlf.js'; | ||
export { A as Arrayable, g as Awaitable, j as CreateHotContextFunction, D as DebuggerOptions, c as DepsHandlingOptions, h as FetchFunction, F as FetchResult, b as HotContext, k as ModuleCache, M as ModuleCacheMap, f as ModuleExecutionInfo, N as Nullable, R as RawSourceMap, i as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, m as ViteNodeResolveModule, l as ViteNodeRunnerOptions, V as ViteNodeServerOptions } from './index-LQxw79Gm.js'; |
@@ -1,2 +0,2 @@ | ||
import { N as Nullable, A as Arrayable } from './index-BmdeEDlf.js'; | ||
import { N as Nullable, A as Arrayable } from './index-LQxw79Gm.js'; | ||
import './trace-mapping.d-DLVdEqOp.js'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "vite-node", | ||
"type": "module", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Vite as Node.js runtime", | ||
@@ -83,3 +83,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"es-module-lexer": "^1.6.0", | ||
"pathe": "^2.0.2", | ||
"pathe": "^2.0.3", | ||
"vite": "^5.0.0 || ^6.0.0" | ||
@@ -86,0 +86,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
205231
0.22%6055
0.28%Updated