pub fn project_compilation_events_subscribe(
project: External<ProjectInstance>,
func: JsFunction,
event_types: Option<Vec<String>>,
) -> Result<()>
Expand description
Subscribes to all compilation events that are not cached like timing and progress information.