This commit is contained in:
Henry Jameson 2026-08-04 15:51:10 +03:00
commit 59f3ca65ca
2 changed files with 2 additions and 2 deletions

View file

@ -394,7 +394,7 @@ export default {
}, },
}) })
const getEditedElement = (component, directive, postProcess = Boolean) => const getEditedElement = (component, directive, postProcess = (x) => x) =>
computed({ computed({
get() { get() {
let usedRule let usedRule

View file

@ -307,7 +307,7 @@ export const applyStyleConfig = (input) => {
adoptStyleSheets() adoptStyleSheets()
} }
export const getResourcesIndex = async (url, parser = Boolean) => { export const getResourcesIndex = async (url, parser = (x) => x) => {
const cache = 'no-store' const cache = 'no-store'
const customUrl = url.replace(/\.(\w+)$/, '.custom.$1') const customUrl = url.replace(/\.(\w+)$/, '.custom.$1')
let builtin let builtin