onStartCompile 이벤트 리스너

onStartCompile은 컴파일 요청을 감지했을 때 컴파일 시작 전에 동작하는 이벤트 리스너입니다.

구문

function onStartCompile() {
 
}