[ci] format
This commit is contained in:
parent
b4432cd6b6
commit
3f687ee8d1
6 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
export { createContentTypesGenerator } from './types-generator.js';
|
||||
export { contentObservable, getContentPaths, getDotAstroTypeReference } from './utils.js';
|
||||
export {
|
||||
astroContentProdBundlePlugin,
|
||||
astroContentAssetPropagationPlugin,
|
||||
astroContentProdBundlePlugin,
|
||||
} from './vite-plugin-content-assets.js';
|
||||
export { astroContentServerPlugin } from './vite-plugin-content-server.js';
|
||||
export { astroContentVirtualModPlugin } from './vite-plugin-content-virtual-mod.js';
|
||||
|
|
|
@ -4,8 +4,8 @@ import {
|
|||
createComponent,
|
||||
createHeadAndContent,
|
||||
renderComponent,
|
||||
renderStyleElement,
|
||||
renderScriptElement,
|
||||
renderStyleElement,
|
||||
renderTemplate,
|
||||
renderUniqueStylesheet,
|
||||
unescapeHTML,
|
||||
|
|
|
@ -8,8 +8,8 @@ import { getStylesForURL } from '../core/render/dev/css.js';
|
|||
import { getScriptsForURL } from '../core/render/dev/scripts.js';
|
||||
import {
|
||||
contentFileExts,
|
||||
PROPAGATED_ASSET_FLAG,
|
||||
LINKS_PLACEHOLDER,
|
||||
PROPAGATED_ASSET_FLAG,
|
||||
SCRIPTS_PLACEHOLDER,
|
||||
STYLES_PLACEHOLDER,
|
||||
} from './consts.js';
|
||||
|
|
|
@ -6,9 +6,9 @@ import { fileURLToPath } from 'url';
|
|||
import * as vite from 'vite';
|
||||
import { crawlFrameworkPkgs } from 'vitefu';
|
||||
import {
|
||||
astroContentAssetPropagationPlugin,
|
||||
astroContentServerPlugin,
|
||||
astroContentVirtualModPlugin,
|
||||
astroContentAssetPropagationPlugin,
|
||||
} from '../content/index.js';
|
||||
import astroPostprocessVitePlugin from '../vite-plugin-astro-postprocess/index.js';
|
||||
import { vitePluginAstroServer } from '../vite-plugin-astro-server/index.js';
|
||||
|
|
|
@ -16,9 +16,9 @@ export {
|
|||
renderHead,
|
||||
renderHTMLElement,
|
||||
renderPage,
|
||||
renderScriptElement,
|
||||
renderSlot,
|
||||
renderStyleElement,
|
||||
renderScriptElement,
|
||||
renderTemplate as render,
|
||||
renderTemplate,
|
||||
renderToString,
|
||||
|
|
|
@ -16,6 +16,6 @@ export { renderHTMLElement } from './dom.js';
|
|||
export { maybeRenderHead, renderHead } from './head.js';
|
||||
export { renderPage } from './page.js';
|
||||
export { renderSlot } from './slot.js';
|
||||
export { renderStyleElement, renderScriptElement, renderUniqueStylesheet } from './tags.js';
|
||||
export { renderScriptElement, renderStyleElement, renderUniqueStylesheet } from './tags.js';
|
||||
export type { RenderInstruction } from './types';
|
||||
export { addAttribute, defineScriptVars, voidElementNames } from './util.js';
|
||||
|
|
Loading…
Reference in a new issue