prepare method

Future<void> prepare()

Prepares the compiler.

Implementation

Future<void> prepare() async {
  compileDir.createSync(recursive: true);
}