We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b4bf0 commit b8f2a49Copy full SHA for b8f2a49
src/command/render/filters.ts
@@ -897,7 +897,7 @@ async function resolveFilterExtension(
897
return extensionFilters.map(extFilter => {
898
if (typeof extFilter === "string") {
899
return {
900
- type: extFilter.endsWith(".lua") ? "lua" : "json",
+ type: extFilter.endsWith(".lua") ? "lua" : "json" as "lua" | "json",
901
path: extFilter,
902
at: filter.at
903
};
0 commit comments