We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb302c commit e0a9446Copy full SHA for e0a9446
1 file changed
src/pkg/utils/script.ts
@@ -59,6 +59,9 @@ export function parseMetadata(code: string): Metadata | null {
59
if (ret.name === undefined) {
60
return null;
61
}
62
+ if (!ret.namespace) {
63
+ ret.namespace = [""];
64
+ }
65
if (issub) {
66
ret.usersubscribe = [];
67
0 commit comments