Home / Function/ compileStyleAsync() — vue Function Reference

compileStyleAsync() — vue Function Reference

Architecture documentation for the compileStyleAsync() function in compileStyle.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  c437bb0e_7fd9_ef19_c27f_54f6001eb51d["compileStyleAsync()"]
  1aad1b66_4ff0_fcc3_9eab_fd33ebad4a4c["compileStyle.ts"]
  c437bb0e_7fd9_ef19_c27f_54f6001eb51d -->|defined in| 1aad1b66_4ff0_fcc3_9eab_fd33ebad4a4c
  eb225a87_b3c1_d8e5_4365_2b3c8f37effc["doCompileStyle()"]
  c437bb0e_7fd9_ef19_c27f_54f6001eb51d -->|calls| eb225a87_b3c1_d8e5_4365_2b3c8f37effc
  style c437bb0e_7fd9_ef19_c27f_54f6001eb51d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/compiler-sfc/src/compileStyle.ts lines 43–47

export function compileStyleAsync(
  options: SFCStyleCompileOptions
): Promise<SFCStyleCompileResults> {
  return Promise.resolve(doCompileStyle({ ...options, isAsync: true }))
}

Domain

Subdomains

Frequently Asked Questions

What does compileStyleAsync() do?
compileStyleAsync() is a function in the vue codebase, defined in packages/compiler-sfc/src/compileStyle.ts.
Where is compileStyleAsync() defined?
compileStyleAsync() is defined in packages/compiler-sfc/src/compileStyle.ts at line 43.
What does compileStyleAsync() call?
compileStyleAsync() calls 1 function(s): doCompileStyle.

Analyze Your Own Codebase

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

Try Supermodel Free