JavascriptProcessContext

save variable name / it's json string value, declare by @jupyter virtual package.

For performance reason, those variable will not pass to SWC

At final step will transform to js variable declarations string. and concat with js code.

Constructors

Link copied to clipboard
constructor(processor: DefaultJavaScriptProcessor)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun addDependency(child: String)

detect circular dependency

Link copied to clipboard
Link copied to clipboard
fun <T> dependencyScope(source: String, block: () -> T): T
Link copied to clipboard
open override fun toString(): String