| LOW | quartz/util/resources.tsx | 26 | export function JSResourceToScriptElement(resource: JSResource, preserve?: boolean): JSX.Element { |
| LOW | quartz/util/resources.tsx | 47 | export function CSSResourceToStyleElement(resource: CSSResource, preserve?: boolean): JSX.Element { |
| LOW | quartz/plugins/index.ts | 4 | export function getStaticResourcesFromPlugins(ctx: BuildCtx) { |
| LOW | quartz/plugins/pageTypes/dispatcher.ts | 115 | function populateVirtualPageHtmlAst( |
| LOW | quartz/plugins/loader/componentLoader.ts | 6 | export async function loadComponentsFromPackage( |
| LOW | quartz/plugins/loader/config-loader.ts | 200 | async function readManifestFromPackageJson(source: PluginSource): Promise<PluginManifest | null> { |
| LOW | quartz/cli/plugin-data.js | 155 | export function readManifestFromPackageJson(pluginDir) { |
| LOW | quartz/cli/plugin-git-handlers.js | 351 | export async function handlePluginInstallUnified({ |
| LOW | quartz/components/PageList.tsx | 28 | export function byDateAndAlphabeticalFolderFirst(): SortFn { |