mirror of
https://github.com/apple/pkl.git
synced 2026-07-20 03:51:23 +02:00
Initial commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"packageUri": "package://localhost:12110/badImportsWithinPackage@1.1.0",
|
||||
"name": "badImportsWithinPackage",
|
||||
"packageZipUrl": "https://localhost:12110/badImportsWithinPackage@1.0.0/badImportsWithinPackage@1.0.0.zip",
|
||||
"dependencies": {},
|
||||
"version": "1.0.0",
|
||||
"packageZipChecksums": {
|
||||
"sha256": "$computedChecksum"
|
||||
}
|
||||
}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
res = import("not/a/valid/path.pkl")
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
res = read("not/a/valid/path.txt")
|
||||
pkl-commons-test/src/main/files/packages/badImportsWithinPackage@1.0.0/package/unknownDependency.pkl
Vendored
+1
@@ -0,0 +1 @@
|
||||
res = import("@fruits/Foo.pkl")
|
||||
+1
@@ -0,0 +1 @@
|
||||
res = read("@notapackage/Foo.txt")
|
||||
Reference in New Issue
Block a user