Skip to content

Commit

Permalink
fix: remove JsExport from Arg2pSolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbocc committed Sep 20, 2024
1 parent e532e15 commit c9afbb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ import it.unibo.tuprolog.argumentation.core.libs.utils.SuperiorityRelation
import it.unibo.tuprolog.argumentation.core.libs.utils.Utils
import it.unibo.tuprolog.core.operators.OperatorSet
import it.unibo.tuprolog.solve.library.Runtime
import kotlin.js.JsExport

@JsExport
@Suppress("NON_EXPORTABLE_TYPE")
interface Arg2pSolver {
val loader: ArgLoader
val context: ArgContext
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package it.unibo.tuprolog.argumentation.core

import it.unibo.tuprolog.argumentation.core.libs.ArgLibrary
import kotlin.js.JsExport

@JsExport
@Suppress("NON_EXPORTABLE_TYPE")
object Arg2pSolverFactory {
fun of(
staticLibs: Iterable<ArgLibrary>,
Expand Down

0 comments on commit c9afbb6

Please sign in to comment.