All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mcheely.maven.requirejs.Runner Maven / Gradle / Ivy

package com.github.mcheely.maven.requirejs;

import org.mozilla.javascript.ErrorReporter;

import java.io.File;

public interface Runner {
  ExitStatus exec(File mainScript, String[] args, ErrorReporter reporter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy