isolated_declaration

Function isolated_declaration 

Source
pub fn isolated_declaration(
    filename: String,
    source_text: String,
    options: Option<IsolatedDeclarationsOptions>,
) -> AsyncTask<IsolatedDeclarationTask>
Expand description

TypeScript Isolated Declarations for Standalone DTS Emit (async)

Note: This function can be slower than isolatedDeclarationSync due to the overhead of spawning a thread.