EmScriptenCleaner

class Object
trait Matchable
class Any

Value members

Concrete methods

def clean(code: Seq[String]): Seq[String]

If code contains emscripten code (marked with start funcs and end funcs comments) we simply replace it with empty lines.

If code contains emscripten code (marked with start funcs and end funcs comments) we simply replace it with empty lines.