isFutureDeprecationEnabled() — vite Function Reference
Architecture documentation for the isFutureDeprecationEnabled() function in deprecations.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD 3ac77420_8a39_d233_cf59_650944f4a9fa["isFutureDeprecationEnabled()"] 8e764982_4d15_ae9b_89fa_c657779af0c5["deprecations.ts"] 3ac77420_8a39_d233_cf59_650944f4a9fa -->|defined in| 8e764982_4d15_ae9b_89fa_c657779af0c5 8d2a4ec7_9ff4_4748_5388_bbb3eedb7eb2["injectSsrFlag()"] 8d2a4ec7_9ff4_4748_5388_bbb3eedb7eb2 -->|calls| 3ac77420_8a39_d233_cf59_650944f4a9fa c3f72447_6ade_7e1a_5913_f1b30ae4a31f["resolveId()"] c3f72447_6ade_7e1a_5913_f1b30ae4a31f -->|calls| 3ac77420_8a39_d233_cf59_650944f4a9fa bff62ce1_58a6_b7b5_ef28_a3e2a2bc0779["load()"] bff62ce1_58a6_b7b5_ef28_a3e2a2bc0779 -->|calls| 3ac77420_8a39_d233_cf59_650944f4a9fa dcf6f9d5_316b_0287_6984_8729d3e6c0aa["transform()"] dcf6f9d5_316b_0287_6984_8729d3e6c0aa -->|calls| 3ac77420_8a39_d233_cf59_650944f4a9fa style 3ac77420_8a39_d233_cf59_650944f4a9fa fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/deprecations.ts lines 44–49
export function isFutureDeprecationEnabled(
config: ResolvedConfig,
type: keyof FutureOptions,
): boolean {
return !!config.future?.[type]
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does isFutureDeprecationEnabled() do?
isFutureDeprecationEnabled() is a function in the vite codebase, defined in packages/vite/src/node/deprecations.ts.
Where is isFutureDeprecationEnabled() defined?
isFutureDeprecationEnabled() is defined in packages/vite/src/node/deprecations.ts at line 44.
What calls isFutureDeprecationEnabled()?
isFutureDeprecationEnabled() is called by 4 function(s): injectSsrFlag, load, resolveId, transform.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free