Skip to content

Commit a7bbdf5

Browse files
committed
fix: add missing files
Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
1 parent bbcfa82 commit a7bbdf5

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package deps:shared;
2+
3+
interface types {
4+
record dep-record {
5+
value: string,
6+
}
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package test:with-deps;
2+
3+
world with-deps {
4+
import deps:shared/types;
5+
}

0 commit comments

Comments
 (0)