main.kotlin.com.alexii.j2v8debugger.ScriptSourceProvider.kt Maven / Gradle / Ivy
package com.alexii.j2v8debugger
/** Redundant declaration of [ScriptSourceProvider] to ensure it exists on classpath at runtime */
public interface ScriptSourceProvider {
public val allScriptIds: Collection
public fun getSource(scriptId: String): String
}