build: separate package identity from storage paths
This commit is contained in:
@@ -1017,6 +1017,9 @@ fn wwiemit(c: *checker, file: *syntax.node, path: str) i32 = {
|
||||
pkg = file.nmod;
|
||||
};
|
||||
};
|
||||
if (file.nmod.len > 0) {
|
||||
wputs(fd, "//ww:module "); wputs(fd, file.nmod); wputs(fd, "\n");
|
||||
};
|
||||
wputs(fd, "package ");
|
||||
wputs(fd, pkg);
|
||||
wputs(fd, ";\n");
|
||||
|
||||
Reference in New Issue
Block a user