mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 09:18:35 +02:00
move parser out of pkl-core (#1024)
This commit is contained in:
@@ -22,9 +22,9 @@ import kotlin.io.path.bufferedWriter
|
||||
import kotlin.io.path.createParentDirectories
|
||||
import kotlin.io.path.outputStream
|
||||
import org.pkl.core.*
|
||||
import org.pkl.core.parser.Lexer
|
||||
import org.pkl.core.util.IoUtils
|
||||
import org.pkl.core.util.json.JsonWriter
|
||||
import org.pkl.parser.Lexer
|
||||
|
||||
// overwrites any existing file
|
||||
internal fun copyResource(resourceName: String, targetDir: Path) {
|
||||
|
||||
Reference in New Issue
Block a user