pasika 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1649,7 +1649,7 @@ function exportedKinds(filename) {
|
|
|
1649
1649
|
}
|
|
1650
1650
|
}
|
|
1651
1651
|
function expectedSupportFolder(kinds) {
|
|
1652
|
-
for (const kind of ["component", "hook", "
|
|
1652
|
+
for (const kind of ["component", "hook", "schema", "function", "constant", "type"]) {
|
|
1653
1653
|
if (kinds.has(kind)) return EXPECTED_SUPPORT_FOLDER[kind];
|
|
1654
1654
|
}
|
|
1655
1655
|
return void 0;
|