blogger-plugin 0.0.3 → 0.0.4
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.
- package/dist/vite.cjs +28 -3
- package/dist/vite.cjs.map +1 -1
- package/dist/vite.js +28 -3
- package/dist/vite.js.map +1 -1
- package/package.json +1 -1
package/dist/vite.cjs
CHANGED
|
@@ -331,7 +331,7 @@ Tried: ${DEFAULT_TEMPLATES.map((c) => path2.join("src", c)).join(", ")}
|
|
|
331
331
|
const name = path2.basename(this.entry, path2.extname(this.entry));
|
|
332
332
|
this.input = `virtual:blogger-plugin/${name}.html`;
|
|
333
333
|
this.html = `<!DOCTYPE html>
|
|
334
|
-
<html
|
|
334
|
+
<html>
|
|
335
335
|
<head>
|
|
336
336
|
<!--head-->
|
|
337
337
|
<script type="module" src="/${path2.relative(this.root, this.entry).replace("\\", "/")}"></script>
|
|
@@ -505,15 +505,40 @@ function blogger(userOptions) {
|
|
|
505
505
|
if (!match) {
|
|
506
506
|
return;
|
|
507
507
|
}
|
|
508
|
-
const afterHeadBegin = match[
|
|
509
|
-
const beforeHeadEnd = match[
|
|
508
|
+
const afterHeadBegin = match[1];
|
|
509
|
+
const beforeHeadEnd = match[2];
|
|
510
|
+
const afterBodyBegin = match[3];
|
|
511
|
+
const beforeBodyEnd = match[4];
|
|
510
512
|
const headContent = (afterHeadBegin + beforeHeadEnd).replace(/\b(crossorigin|defer|async|disabled|checked)\b(?!=)/g, (_2, $1) => `${$1}=""`).replace(/(\w+)=(".*?"|'.*?')/g, (_2, $1, $2) => {
|
|
511
513
|
const v = $2.slice(1, -1).replace(/&/g, "&").replace(/'/g, "'").replace(/"/g, """).replace(/</g, "<").replace(/>/g, ">");
|
|
512
514
|
return `${$1}='${v}'`;
|
|
513
515
|
}).replace(/<(link|meta|img|br|hr|input)([^>]*?)>/gi, (_2, $1, $2) => `<${$1}${$2} />`).replace(/>\s+</g, "><").trim();
|
|
514
516
|
const originalTemplateXmlContent = fs2.readFileSync(ctx.template, "utf8");
|
|
515
517
|
const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(originalTemplateXmlContent, headContent, true);
|
|
518
|
+
const templateTagsXmlContent = `<?xml version="1.0" encoding="UTF-8" ?>
|
|
519
|
+
<!DOCTYPE html>
|
|
520
|
+
<html>
|
|
521
|
+
<head>
|
|
522
|
+
<!--head:afterbegin:begin-->
|
|
523
|
+
|
|
524
|
+
<!--head:afterbegin:end-->
|
|
525
|
+
|
|
526
|
+
<!--head:beforeend:begin-->
|
|
527
|
+
${headContent}
|
|
528
|
+
<!--head:beforeend:end-->
|
|
529
|
+
</head>
|
|
530
|
+
<body>
|
|
531
|
+
<!--body:afterbegin:begin-->
|
|
532
|
+
${afterBodyBegin.trim()}
|
|
533
|
+
<!--body:afterbegin:end-->
|
|
534
|
+
|
|
535
|
+
<!--body:beforeend:begin-->
|
|
536
|
+
${beforeBodyEnd.trim()}
|
|
537
|
+
<!--body:beforeend:end-->
|
|
538
|
+
</body>
|
|
539
|
+
</html>`;
|
|
516
540
|
fs2.writeFileSync(path2.resolve(ctx.viteConfig.build.outDir, "template.xml"), modifiedTemplateXmlContent);
|
|
541
|
+
fs2.writeFileSync(path2.resolve(ctx.viteConfig.build.outDir, "template-tags.xml"), templateTagsXmlContent);
|
|
517
542
|
},
|
|
518
543
|
closeBundle() {
|
|
519
544
|
const htmlDir = path2.resolve(ctx.viteConfig.build.outDir, "virtual:blogger-plugin");
|
package/dist/vite.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/blogger-plugin/blogger-plugin/packages/blogger-plugin/dist/vite.cjs","../src/vite.ts","../src/cache.ts","../src/constants.ts","../src/utils.ts"],"names":["dirname","_a"],"mappings":"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","file":"/home/runner/work/blogger-plugin/blogger-plugin/packages/blogger-plugin/dist/vite.cjs","sourcesContent":[null,"import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { Readable } from 'node:stream';\nimport {\n type MinimalPluginContextWithoutEnvironment,\n type Plugin,\n type PreviewServer,\n type ResolvedConfig,\n type UserConfig,\n type ViteDevServer,\n version,\n} from 'vite';\nimport { clearTailwindCache, removeTailwindCache, updateTailwindCache } from './cache';\nimport { DEFAULT_ENTRIES, DEFAULT_TEMPLATES } from './constants';\nimport {\n errorHtml,\n escapeHtml,\n getBloggerPluginHeadComment,\n getRequestUrl,\n isTailwindPlugin,\n replaceBloggerPluginHeadComment,\n replaceHost,\n toWebHeaders,\n} from './utils';\n\ninterface BloggerPluginContext {\n root: string;\n entry: string;\n template: string;\n proxyBlog: URL;\n viteConfig: ResolvedConfig;\n tailwind: boolean;\n input: string;\n html: string;\n resolve(root: UserConfig): void;\n}\n\nfunction createBloggerPluginContext(userOptions: BloggerPluginOptions): BloggerPluginContext {\n if (typeof userOptions.entry !== 'undefined' && typeof userOptions.entry !== 'string') {\n throw new Error(\"Option 'entry' must be a string\");\n }\n if (typeof userOptions.template !== 'undefined' && typeof userOptions.template !== 'string') {\n throw new Error(\"Option 'template' must be a string\");\n }\n if (typeof userOptions.proxyBlog !== 'string') {\n throw new Error(\"Option 'proxyBlog' must be a string\");\n }\n let proxyBlog: URL;\n try {\n proxyBlog = new URL(userOptions.proxyBlog);\n } catch {\n throw new Error(\"Option 'proxyBlog' must be a valid url\");\n }\n return {\n root: process.cwd(),\n entry: undefined as unknown as string,\n template: undefined as unknown as string,\n proxyBlog,\n viteConfig: undefined as unknown as ResolvedConfig,\n tailwind: false,\n input: undefined as unknown as string,\n html: undefined as unknown as string,\n resolve(config: UserConfig) {\n this.root = config.root ? path.resolve(config.root) : this.root;\n\n if (userOptions.entry) {\n const providedPath = path.resolve(this.root, userOptions.entry);\n if (fs.existsSync(providedPath)) {\n this.entry = providedPath;\n } else {\n throw new Error(`Provided entry file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_ENTRIES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.entry = fullPath;\n break;\n }\n }\n\n if (!this.entry) {\n throw new Error(\n 'No entry file found in \"src\".\\n' +\n `Tried: ${DEFAULT_ENTRIES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom entry like:\\n' +\n ' blogger({ entry: \"src/my-entry.ts\" })',\n );\n }\n }\n\n if (userOptions.template) {\n const providedPath = path.resolve(this.root, userOptions.template);\n if (fs.existsSync(providedPath)) {\n this.template = providedPath;\n } else {\n throw new Error(`Provided template file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_TEMPLATES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.template = fullPath;\n break;\n }\n }\n\n if (!this.template) {\n throw new Error(\n 'No template file found in \"src\".\\n' +\n `Tried: ${DEFAULT_TEMPLATES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom template like:\\n' +\n ' blogger({ template: \"src/my-template.xml\" })',\n );\n }\n }\n\n const name = path.basename(this.entry, path.extname(this.entry));\n this.input = `virtual:blogger-plugin/${name}.html`;\n this.html = `<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <!--head-->\n <script type=\"module\" src=\"/${path.relative(this.root, this.entry).replace('\\\\', '/')}\"></script>\n</head>\n<body>\n <!--body-->\n</body>\n</html>`;\n },\n };\n}\n\nfunction isViteDevServer(server: ViteDevServer | PreviewServer): server is ViteDevServer {\n return 'hot' in server && 'transformRequest' in server && 'transformIndexHtml' in server;\n}\n\nfunction useServerMiddleware(server: ViteDevServer | PreviewServer, ctx: BloggerPluginContext, _this: MinimalPluginContextWithoutEnvironment) {\n return () => {\n server.httpServer?.once('listening', () => {\n setTimeout(() => {\n _this.info(`Unhandled requests will be proxied to ${ctx.proxyBlog.origin}`);\n }, 0);\n });\n\n server.middlewares.use(async (req, res, next) => {\n const url = getRequestUrl(req);\n\n if (!req.url || !req.originalUrl || !url) {\n next();\n return;\n }\n\n const start = Date.now();\n\n const proxyUrl = new URL(`${ctx.proxyBlog.origin}${req.originalUrl}`);\n\n const viewParam = proxyUrl.searchParams.get('view');\n proxyUrl.searchParams.set('view', `${isViteDevServer(server) ? '-DevServer' : '-PreviewServer'}${viewParam?.startsWith('-') ? viewParam : ''}`);\n\n const proxyRequest = new Request(proxyUrl, {\n method: req.method,\n headers: toWebHeaders(req.headers),\n body: ['GET', 'HEAD'].includes(req.method ?? '') ? undefined : Readable.toWeb(req),\n redirect: 'manual',\n });\n\n const proxyResponse = await fetch(proxyRequest).catch((error) => {\n if (error instanceof Error) {\n _this.warn({\n message: `${error.name}: ${error.message}`,\n cause: error.cause,\n stack: error.stack,\n });\n } else {\n _this.warn('Fetch failed');\n }\n return null;\n });\n\n if (proxyResponse) {\n res.statusCode = proxyResponse.status;\n res.statusMessage = proxyResponse.statusText;\n\n proxyResponse.headers.forEach((value, key) => {\n if (key === 'location') {\n const redirectUrl = new URL(value, proxyUrl);\n if (redirectUrl.host === url.host || redirectUrl.host === proxyUrl.host) {\n redirectUrl.host = url.host;\n redirectUrl.protocol = url.protocol;\n const viewParam = redirectUrl.searchParams.get('view')?.replaceAll('-DevServer', '').replaceAll('-PreviewServer', '');\n if (viewParam) {\n redirectUrl.searchParams.set('view', viewParam);\n } else {\n redirectUrl.searchParams.delete('view');\n }\n res.setHeader('location', redirectUrl.pathname + redirectUrl.search + redirectUrl.hash);\n } else {\n res.setHeader('location', redirectUrl.href);\n }\n } else if (['content-type', 'x-robots-tag', 'date', 'location'].includes(key)) {\n res.setHeader(key, value);\n }\n });\n\n const contentType = proxyResponse.headers.get('content-type');\n\n if (contentType?.startsWith('text/html')) {\n let htmlTemplateContent = await proxyResponse.text();\n\n if (ctx.tailwind && isViteDevServer(server)) {\n await updateTailwindCache(ctx.root, htmlTemplateContent);\n }\n\n htmlTemplateContent = replaceHost(htmlTemplateContent, proxyUrl.host, url.host, url.protocol);\n\n if (isViteDevServer(server)) {\n const htmlTags: string[] = [];\n\n htmlTags.push(`<script type='module' src='/${escapeHtml(path.relative(ctx.root, ctx.entry).replace('\\\\', '/'))}'></script>`);\n\n const template = await server.transformIndexHtml(\n req.url,\n replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTags.join('')),\n req.originalUrl,\n );\n\n res.end(template);\n } else {\n const xmlTemplateContent = fs.readFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), 'utf8');\n\n const htmlTagsStr = getBloggerPluginHeadComment(xmlTemplateContent, true);\n\n const template = replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTagsStr ?? '');\n\n res.end(template);\n }\n } else if (contentType && /^(text\\/)|(application\\/(.*\\+)?(xml|json))/.test(contentType)) {\n const content = await proxyResponse.text();\n\n res.end(replaceHost(content, proxyUrl.host, url.host, url.protocol));\n } else {\n res.end(new Uint8Array(await proxyResponse.arrayBuffer()));\n }\n } else {\n res.statusCode = 500;\n res.statusMessage = 'Internal Server Error';\n\n res.setHeader('Content-Type', 'text/html');\n\n res.end(errorHtml(proxyUrl.href));\n }\n\n const duration = Date.now() - start;\n\n _this.info(`${req.method} ${req.originalUrl} -> ${res.statusCode} ${res.statusMessage} (${duration}ms)`);\n });\n };\n}\n\nexport interface BloggerPluginOptions {\n entry?: string;\n template?: string;\n proxyBlog: string;\n}\n\nexport default function blogger(userOptions: BloggerPluginOptions): Plugin {\n const ctx = createBloggerPluginContext(userOptions);\n\n return {\n name: 'vite-plugin-blogger',\n config(config) {\n // resolve plugin context\n ctx.resolve(config);\n\n // modify vite config\n config.build ||= {};\n const major = Number(version.split('.')[0]);\n const bundlerKey = (major >= 8 ? 'rolldownOptions' : 'rollupOptions') as 'rollupOptions';\n config.build[bundlerKey] ||= {};\n const bundlerOptions = config.build[bundlerKey];\n if (Array.isArray(bundlerOptions.input)) {\n bundlerOptions.input = [...bundlerOptions.input, ctx.input];\n } else if (typeof bundlerOptions.input === 'object' && bundlerOptions.input !== null) {\n bundlerOptions.input[ctx.input] = ctx.input;\n } else {\n bundlerOptions.input = ctx.input;\n }\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n // remove contents between comments from template\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(replaceBloggerPluginHeadComment(originalTemplateXmlContent, ''), '', true);\n\n fs.writeFileSync(ctx.template, modifiedTemplateXmlContent, 'utf-8');\n },\n configResolved(config) {\n ctx.viteConfig = config;\n ctx.tailwind = config.plugins.flat(Number.POSITIVE_INFINITY).some((plugin) => isTailwindPlugin(plugin));\n\n if (ctx.tailwind) {\n clearTailwindCache(ctx.root);\n\n if (config.command === 'build') {\n updateTailwindCache(ctx.root, fs.readFileSync(ctx.template, 'utf-8'));\n }\n } else {\n removeTailwindCache(ctx.root);\n }\n },\n resolveId(source) {\n if (source === ctx.input) {\n return ctx.input;\n }\n },\n load(id) {\n if (id === ctx.input) {\n return ctx.html;\n }\n },\n writeBundle(_, bundle) {\n if (!(ctx.input in bundle)) {\n return;\n }\n const asset = bundle[ctx.input];\n delete bundle[ctx.input];\n\n if (asset.type !== 'asset' || typeof asset.source !== 'string') {\n return;\n }\n const regex =\n /<!DOCTYPE html>\\s*<html[^>]*>\\s*<head>([\\s\\S]*?)<!--head-->([\\s\\S]*?)<\\/head>\\s*<body>([\\s\\S]*?)<!--body-->([\\s\\S]*?)<\\/body>\\s*<\\/html>/i;\n const match = asset.source.match(regex);\n if (!match) {\n return;\n }\n\n const afterHeadBegin = match[2];\n const beforeHeadEnd = match[3];\n // const afterBodyBegin = match[4];\n // const beforeBodyEnd = match[5];\n\n const headContent = (afterHeadBegin + beforeHeadEnd)\n // boolean attributes to empty string\n .replace(/\\b(crossorigin|defer|async|disabled|checked)\\b(?!=)/g, (_, $1: string) => `${$1}=\"\"`)\n // convert attributes to single quotes safely\n .replace(/(\\w+)=(\".*?\"|'.*?')/g, (_, $1: string, $2: string) => {\n const v = $2\n // remove quotes\n .slice(1, -1)\n // escape special XML chars\n .replace(/&/g, '&')\n .replace(/'/g, ''')\n .replace(/\"/g, '"')\n .replace(/</g, '<')\n .replace(/>/g, '>');\n return `${$1}='${v}'`;\n })\n // self-close void tags\n .replace(/<(link|meta|img|br|hr|input)([^>]*?)>/gi, (_, $1: string, $2: string) => `<${$1}${$2} />`)\n // remove whitespace between tags\n .replace(/>\\s+</g, '><')\n // trim overall\n .trim();\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(originalTemplateXmlContent, headContent, true);\n\n fs.writeFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), modifiedTemplateXmlContent);\n },\n closeBundle() {\n const htmlDir = path.resolve(ctx.viteConfig.build.outDir, 'virtual:blogger-plugin');\n if (fs.existsSync(htmlDir)) {\n fs.rmSync(htmlDir, { recursive: true });\n }\n },\n configureServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n configurePreviewServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n };\n}\n","import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { getTailwindClasses } from 'tailwindcss-iso';\n\nconst TAILWIND_CACHE_FILE = '.tailwind-classes.json';\n\nfunction readFileContent(file: string): string | null {\n if (!fs.existsSync(file)) {\n return null;\n }\n return fs.readFileSync(file, 'utf-8');\n}\n\nfunction writeFileContent(file: string, content: string): boolean {\n const dirname = path.dirname(file);\n\n if (!fs.existsSync(dirname)) {\n fs.mkdirSync(dirname, { recursive: true });\n }\n\n const current = readFileContent(file);\n if (current === null || content !== current) {\n fs.writeFileSync(file, content, 'utf8');\n return true;\n }\n\n return false;\n}\n\nfunction removeFile(file: string): boolean {\n if (!fs.existsSync(file)) {\n return false;\n }\n fs.rmSync(file);\n return true;\n}\n\nfunction getTailwindCacheFile(root: string): string {\n return path.resolve(root, TAILWIND_CACHE_FILE);\n}\n\nexport function readTailwindCache(root: string): string[] | null {\n const content = readFileContent(getTailwindCacheFile(root));\n if (!content) {\n return null;\n }\n try {\n return JSON.parse(content);\n } catch {\n return null;\n }\n}\n\nexport function writeTailwindCache(root: string, classes: string[]): { updated: boolean; content: string } {\n const file = getTailwindCacheFile(root);\n const content = JSON.stringify(classes, null, 2);\n const updated = writeFileContent(file, content);\n return { updated, content };\n}\n\nexport function clearTailwindCache(root: string): void {\n writeTailwindCache(root, []);\n}\n\nexport function removeTailwindCache(root: string): void {\n removeFile(getTailwindCacheFile(root));\n}\n\nexport async function updateTailwindCache(root: string, content: string): Promise<void> {\n const classes = (await getTailwindClasses({\n content,\n })) as string[];\n\n writeTailwindCache(root, [...new Set([...(readTailwindCache(root) ?? []), ...classes])]);\n}\n","export const DEFAULT_ENTRIES = ['index.tsx', 'index.ts', 'index.jsx', 'index.js', 'main.tsx', 'main.ts', 'main.jsx', 'main.js'];\n\nexport const DEFAULT_TEMPLATES = ['template.xml', 'theme.xml'];\n","import type { IncomingHttpHeaders, IncomingMessage, OutgoingHttpHeaders } from 'node:http';\n\nexport function escapeHtml(str: string) {\n if (str === '') return '';\n return str.replace(/[&<>\"'`]/g, (ch) => {\n switch (ch) {\n case '&':\n return '&';\n case '<':\n return '<';\n case '>':\n return '>';\n case '\"':\n return '"';\n case \"'\":\n return ''';\n case '`':\n return '`';\n default:\n return ch;\n }\n });\n}\n\nexport function escapeRegex(str: string) {\n return str.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&');\n}\n\nexport function toWebHeaders(httpHeaders: IncomingHttpHeaders | OutgoingHttpHeaders): Headers {\n const headers = new Headers();\n for (const [name, value] of Object.entries(httpHeaders)) {\n if (Array.isArray(value)) {\n for (const item of value) {\n headers.append(name, item);\n }\n } else {\n headers.set(name, String(value ?? ''));\n }\n }\n return headers;\n}\n\nexport const BLOGGER_PLUGIN_HEAD_COMMENT_REGEX = /(<!--blogger-plugin:head:begin-->)([\\s\\S]*?)(<!--blogger-plugin:head:end-->)/;\n\nexport const BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX =\n /(<b:comment><!--blogger-plugin:head:begin--><\\/b:comment>)([\\s\\S]*?)(<b:comment><!--blogger-plugin:head:end--><\\/b:comment>)/;\n\nexport function replaceBloggerPluginHeadComment(input: string, replacement: string, bcomment = false) {\n if (bcomment) {\n return input.replace(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n }\n return input.replace(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n}\n\nexport function getBloggerPluginHeadComment(input: string, bcomment = false) {\n if (bcomment) {\n return input.match(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX)?.[2] ?? null;\n }\n return input.match(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX)?.[2] ?? null;\n}\n\nexport function replaceHost(input: string, oldHost: string, newHost: string, newProtocol?: string) {\n return input.replace(\n new RegExp(`(https?:)?(\\\\/\\\\/|\\\\\\\\/\\\\\\\\/)${escapeRegex(oldHost)}`, 'g'),\n (_, protocol, slash) => `${protocol ? (newProtocol ?? protocol) : ''}${slash ?? ''}${newHost}`,\n );\n}\n\nexport function getRequestUrl(req: IncomingMessage): URL | null {\n const xForwardedProtoHeader = req.headers['x-forwarded-proto'];\n const xForwardedHostHeader = req.headers['x-forwarded-host'];\n const hostHeader = req.headers.host;\n\n const protocol = Array.isArray(xForwardedProtoHeader)\n ? xForwardedProtoHeader[0]\n : (xForwardedProtoHeader ?? (req.socket && 'encrypted' in req.socket && req.socket.encrypted ? 'https' : 'http'));\n const host = Array.isArray(xForwardedHostHeader) ? xForwardedHostHeader[0] : (xForwardedHostHeader ?? hostHeader);\n\n if (host && req.url) {\n return new URL(`${protocol}://${host}${req.url}`);\n }\n\n return null;\n}\n\nexport function isBloggerPath(path: string) {\n return (\n path === '/' ||\n path === '/search' ||\n /^\\/search\\/label(\\/[^/]+)?\\/?$/.test(path) ||\n /^p\\/.+\\.html$/.test(path) ||\n /^\\/\\d{4}\\/\\d{2}(\\/?|\\/[^/\\s]+\\.html)$/.test(path)\n );\n}\n\nconst TAILWIND_PLUGIN_NAMES = new Set(['@tailwindcss/vite:scan']);\n\nexport function isTailwindPlugin(plugin: { name: string }): boolean {\n return TAILWIND_PLUGIN_NAMES.has(plugin.name);\n}\n\nexport function errorHtml(reqUrl: string) {\n return `<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset='UTF-8'/>\n <meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5, user-scalable=yes' name='viewport'/>\n <title>500 Internal Server Error</title>\n <link rel='icon' href='data:,' />\n <style>\n *, ::before, ::after {\n box-sizing: border-box;\n }\n body {\n min-height: 100svh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin: 0;\n padding: 20px;\n background-color: #f5f5f5;\n font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", Segoe UI Symbol, \"Noto Color Emoji\";\n }\n .card {\n padding: 24px;\n background-color: #ffffff;\n border: 1px solid #e5e5e5;\n max-width: 448px;\n border-radius: 14px;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n .card-content {\n display: flex;\n flex-direction: column;\n gap: 6px;\n }\n .card-title {\n font-weight: 600;\n }\n .card-description {\n font-size: 14px;\n opacity: 0.85;\n }\n .card-footer {\n display: flex;\n align-items: center;\n }\n .button {\n display: inline-flex;\n white-space: nowrap;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 8px 16px;\n font-weight: 500;\n background-color: #171717;\n outline: none;\n border: none;\n color: #ffffff;\n border-radius: 8px;\n min-height: 36px;\n }\n .button:hover {\n opacity: 0.9;\n }\n .button svg {\n wiheadersdth: 16px;\n height: 16px;\n flex-shrink: 0;\n }\n .card-footer .button {\n flex-grow: 1;\n }\n </style>\n</head>\n\n<body>\n <div class='card'>\n <div class='card-content'>\n <div class='card-title'>500 Internal Server Error</div>\n <div class='card-description'>Failed to fetch: ${escapeHtml(reqUrl)}</div>\n </div>\n <div class='card-footer'>\n <button class='button' type='button'>\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-refresh-ccw\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\"></path><path d=\"M3 3v5h5\"></path><path d=\"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16\"></path><path d=\"M16 16h5v5\"></path></svg>\n Reload\n </button>\n </div>\n </div>\n <script>\n const button = document.getElementsByTagName('button')[0];\n button.addEventListener('click', () => {\n window.location.reload();\n });\n </script>\n</body>\n\n</html>`;\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/blogger-plugin/blogger-plugin/packages/blogger-plugin/dist/vite.cjs","../src/vite.ts","../src/cache.ts","../src/constants.ts","../src/utils.ts"],"names":["dirname","_a"],"mappings":"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","file":"/home/runner/work/blogger-plugin/blogger-plugin/packages/blogger-plugin/dist/vite.cjs","sourcesContent":[null,"import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { Readable } from 'node:stream';\nimport {\n type MinimalPluginContextWithoutEnvironment,\n type Plugin,\n type PreviewServer,\n type ResolvedConfig,\n type UserConfig,\n type ViteDevServer,\n version,\n} from 'vite';\nimport { clearTailwindCache, removeTailwindCache, updateTailwindCache } from './cache';\nimport { DEFAULT_ENTRIES, DEFAULT_TEMPLATES } from './constants';\nimport {\n errorHtml,\n escapeHtml,\n getBloggerPluginHeadComment,\n getRequestUrl,\n isTailwindPlugin,\n replaceBloggerPluginHeadComment,\n replaceHost,\n toWebHeaders,\n} from './utils';\n\ninterface BloggerPluginContext {\n root: string;\n entry: string;\n template: string;\n proxyBlog: URL;\n viteConfig: ResolvedConfig;\n tailwind: boolean;\n input: string;\n html: string;\n resolve(root: UserConfig): void;\n}\n\nfunction createBloggerPluginContext(userOptions: BloggerPluginOptions): BloggerPluginContext {\n if (typeof userOptions.entry !== 'undefined' && typeof userOptions.entry !== 'string') {\n throw new Error(\"Option 'entry' must be a string\");\n }\n if (typeof userOptions.template !== 'undefined' && typeof userOptions.template !== 'string') {\n throw new Error(\"Option 'template' must be a string\");\n }\n if (typeof userOptions.proxyBlog !== 'string') {\n throw new Error(\"Option 'proxyBlog' must be a string\");\n }\n let proxyBlog: URL;\n try {\n proxyBlog = new URL(userOptions.proxyBlog);\n } catch {\n throw new Error(\"Option 'proxyBlog' must be a valid url\");\n }\n return {\n root: process.cwd(),\n entry: undefined as unknown as string,\n template: undefined as unknown as string,\n proxyBlog,\n viteConfig: undefined as unknown as ResolvedConfig,\n tailwind: false,\n input: undefined as unknown as string,\n html: undefined as unknown as string,\n resolve(config: UserConfig) {\n this.root = config.root ? path.resolve(config.root) : this.root;\n\n if (userOptions.entry) {\n const providedPath = path.resolve(this.root, userOptions.entry);\n if (fs.existsSync(providedPath)) {\n this.entry = providedPath;\n } else {\n throw new Error(`Provided entry file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_ENTRIES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.entry = fullPath;\n break;\n }\n }\n\n if (!this.entry) {\n throw new Error(\n 'No entry file found in \"src\".\\n' +\n `Tried: ${DEFAULT_ENTRIES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom entry like:\\n' +\n ' blogger({ entry: \"src/my-entry.ts\" })',\n );\n }\n }\n\n if (userOptions.template) {\n const providedPath = path.resolve(this.root, userOptions.template);\n if (fs.existsSync(providedPath)) {\n this.template = providedPath;\n } else {\n throw new Error(`Provided template file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_TEMPLATES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.template = fullPath;\n break;\n }\n }\n\n if (!this.template) {\n throw new Error(\n 'No template file found in \"src\".\\n' +\n `Tried: ${DEFAULT_TEMPLATES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom template like:\\n' +\n ' blogger({ template: \"src/my-template.xml\" })',\n );\n }\n }\n\n const name = path.basename(this.entry, path.extname(this.entry));\n this.input = `virtual:blogger-plugin/${name}.html`;\n this.html = `<!DOCTYPE html>\n<html>\n<head>\n <!--head-->\n <script type=\"module\" src=\"/${path.relative(this.root, this.entry).replace('\\\\', '/')}\"></script>\n</head>\n<body>\n <!--body-->\n</body>\n</html>`;\n },\n };\n}\n\nfunction isViteDevServer(server: ViteDevServer | PreviewServer): server is ViteDevServer {\n return 'hot' in server && 'transformRequest' in server && 'transformIndexHtml' in server;\n}\n\nfunction useServerMiddleware(server: ViteDevServer | PreviewServer, ctx: BloggerPluginContext, _this: MinimalPluginContextWithoutEnvironment) {\n return () => {\n server.httpServer?.once('listening', () => {\n setTimeout(() => {\n _this.info(`Unhandled requests will be proxied to ${ctx.proxyBlog.origin}`);\n }, 0);\n });\n\n server.middlewares.use(async (req, res, next) => {\n const url = getRequestUrl(req);\n\n if (!req.url || !req.originalUrl || !url) {\n next();\n return;\n }\n\n const start = Date.now();\n\n const proxyUrl = new URL(`${ctx.proxyBlog.origin}${req.originalUrl}`);\n\n const viewParam = proxyUrl.searchParams.get('view');\n proxyUrl.searchParams.set('view', `${isViteDevServer(server) ? '-DevServer' : '-PreviewServer'}${viewParam?.startsWith('-') ? viewParam : ''}`);\n\n const proxyRequest = new Request(proxyUrl, {\n method: req.method,\n headers: toWebHeaders(req.headers),\n body: ['GET', 'HEAD'].includes(req.method ?? '') ? undefined : Readable.toWeb(req),\n redirect: 'manual',\n });\n\n const proxyResponse = await fetch(proxyRequest).catch((error) => {\n if (error instanceof Error) {\n _this.warn({\n message: `${error.name}: ${error.message}`,\n cause: error.cause,\n stack: error.stack,\n });\n } else {\n _this.warn('Fetch failed');\n }\n return null;\n });\n\n if (proxyResponse) {\n res.statusCode = proxyResponse.status;\n res.statusMessage = proxyResponse.statusText;\n\n proxyResponse.headers.forEach((value, key) => {\n if (key === 'location') {\n const redirectUrl = new URL(value, proxyUrl);\n if (redirectUrl.host === url.host || redirectUrl.host === proxyUrl.host) {\n redirectUrl.host = url.host;\n redirectUrl.protocol = url.protocol;\n const viewParam = redirectUrl.searchParams.get('view')?.replaceAll('-DevServer', '').replaceAll('-PreviewServer', '');\n if (viewParam) {\n redirectUrl.searchParams.set('view', viewParam);\n } else {\n redirectUrl.searchParams.delete('view');\n }\n res.setHeader('location', redirectUrl.pathname + redirectUrl.search + redirectUrl.hash);\n } else {\n res.setHeader('location', redirectUrl.href);\n }\n } else if (['content-type', 'x-robots-tag', 'date', 'location'].includes(key)) {\n res.setHeader(key, value);\n }\n });\n\n const contentType = proxyResponse.headers.get('content-type');\n\n if (contentType?.startsWith('text/html')) {\n let htmlTemplateContent = await proxyResponse.text();\n\n if (ctx.tailwind && isViteDevServer(server)) {\n await updateTailwindCache(ctx.root, htmlTemplateContent);\n }\n\n htmlTemplateContent = replaceHost(htmlTemplateContent, proxyUrl.host, url.host, url.protocol);\n\n if (isViteDevServer(server)) {\n const htmlTags: string[] = [];\n\n htmlTags.push(`<script type='module' src='/${escapeHtml(path.relative(ctx.root, ctx.entry).replace('\\\\', '/'))}'></script>`);\n\n const template = await server.transformIndexHtml(\n req.url,\n replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTags.join('')),\n req.originalUrl,\n );\n\n res.end(template);\n } else {\n const xmlTemplateContent = fs.readFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), 'utf8');\n\n const htmlTagsStr = getBloggerPluginHeadComment(xmlTemplateContent, true);\n\n const template = replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTagsStr ?? '');\n\n res.end(template);\n }\n } else if (contentType && /^(text\\/)|(application\\/(.*\\+)?(xml|json))/.test(contentType)) {\n const content = await proxyResponse.text();\n\n res.end(replaceHost(content, proxyUrl.host, url.host, url.protocol));\n } else {\n res.end(new Uint8Array(await proxyResponse.arrayBuffer()));\n }\n } else {\n res.statusCode = 500;\n res.statusMessage = 'Internal Server Error';\n\n res.setHeader('Content-Type', 'text/html');\n\n res.end(errorHtml(proxyUrl.href));\n }\n\n const duration = Date.now() - start;\n\n _this.info(`${req.method} ${req.originalUrl} -> ${res.statusCode} ${res.statusMessage} (${duration}ms)`);\n });\n };\n}\n\nexport interface BloggerPluginOptions {\n entry?: string;\n template?: string;\n proxyBlog: string;\n}\n\nexport default function blogger(userOptions: BloggerPluginOptions): Plugin {\n const ctx = createBloggerPluginContext(userOptions);\n\n return {\n name: 'vite-plugin-blogger',\n config(config) {\n // resolve plugin context\n ctx.resolve(config);\n\n // modify vite config\n config.build ||= {};\n const major = Number(version.split('.')[0]);\n const bundlerKey = (major >= 8 ? 'rolldownOptions' : 'rollupOptions') as 'rollupOptions';\n config.build[bundlerKey] ||= {};\n const bundlerOptions = config.build[bundlerKey];\n if (Array.isArray(bundlerOptions.input)) {\n bundlerOptions.input = [...bundlerOptions.input, ctx.input];\n } else if (typeof bundlerOptions.input === 'object' && bundlerOptions.input !== null) {\n bundlerOptions.input[ctx.input] = ctx.input;\n } else {\n bundlerOptions.input = ctx.input;\n }\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n // remove contents between comments from template\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(replaceBloggerPluginHeadComment(originalTemplateXmlContent, ''), '', true);\n\n fs.writeFileSync(ctx.template, modifiedTemplateXmlContent, 'utf-8');\n },\n configResolved(config) {\n ctx.viteConfig = config;\n ctx.tailwind = config.plugins.flat(Number.POSITIVE_INFINITY).some((plugin) => isTailwindPlugin(plugin));\n\n if (ctx.tailwind) {\n clearTailwindCache(ctx.root);\n\n if (config.command === 'build') {\n updateTailwindCache(ctx.root, fs.readFileSync(ctx.template, 'utf-8'));\n }\n } else {\n removeTailwindCache(ctx.root);\n }\n },\n resolveId(source) {\n if (source === ctx.input) {\n return ctx.input;\n }\n },\n load(id) {\n if (id === ctx.input) {\n return ctx.html;\n }\n },\n writeBundle(_, bundle) {\n if (!(ctx.input in bundle)) {\n return;\n }\n const asset = bundle[ctx.input];\n delete bundle[ctx.input];\n\n if (asset.type !== 'asset' || typeof asset.source !== 'string') {\n return;\n }\n const regex =\n /<!DOCTYPE html>\\s*<html[^>]*>\\s*<head>([\\s\\S]*?)<!--head-->([\\s\\S]*?)<\\/head>\\s*<body>([\\s\\S]*?)<!--body-->([\\s\\S]*?)<\\/body>\\s*<\\/html>/i;\n const match = asset.source.match(regex);\n if (!match) {\n return;\n }\n\n const afterHeadBegin = match[1];\n const beforeHeadEnd = match[2];\n const afterBodyBegin = match[3];\n const beforeBodyEnd = match[4];\n\n const headContent = (afterHeadBegin + beforeHeadEnd)\n // boolean attributes to empty string\n .replace(/\\b(crossorigin|defer|async|disabled|checked)\\b(?!=)/g, (_, $1: string) => `${$1}=\"\"`)\n // convert attributes to single quotes safely\n .replace(/(\\w+)=(\".*?\"|'.*?')/g, (_, $1: string, $2: string) => {\n const v = $2\n // remove quotes\n .slice(1, -1)\n // escape special XML chars\n .replace(/&/g, '&')\n .replace(/'/g, ''')\n .replace(/\"/g, '"')\n .replace(/</g, '<')\n .replace(/>/g, '>');\n return `${$1}='${v}'`;\n })\n // self-close void tags\n .replace(/<(link|meta|img|br|hr|input)([^>]*?)>/gi, (_, $1: string, $2: string) => `<${$1}${$2} />`)\n // remove whitespace between tags\n .replace(/>\\s+</g, '><')\n // trim overall\n .trim();\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(originalTemplateXmlContent, headContent, true);\n\n const templateTagsXmlContent = `<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<!DOCTYPE html>\n<html>\n<head>\n <!--head:afterbegin:begin-->\n\n <!--head:afterbegin:end-->\n\n <!--head:beforeend:begin-->\n ${headContent}\n <!--head:beforeend:end-->\n</head>\n<body>\n <!--body:afterbegin:begin-->\n ${afterBodyBegin.trim()}\n <!--body:afterbegin:end-->\n\n <!--body:beforeend:begin-->\n ${beforeBodyEnd.trim()}\n <!--body:beforeend:end-->\n</body>\n</html>`;\n\n fs.writeFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), modifiedTemplateXmlContent);\n fs.writeFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template-tags.xml'), templateTagsXmlContent);\n },\n closeBundle() {\n const htmlDir = path.resolve(ctx.viteConfig.build.outDir, 'virtual:blogger-plugin');\n if (fs.existsSync(htmlDir)) {\n fs.rmSync(htmlDir, { recursive: true });\n }\n },\n configureServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n configurePreviewServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n };\n}\n","import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { getTailwindClasses } from 'tailwindcss-iso';\n\nconst TAILWIND_CACHE_FILE = '.tailwind-classes.json';\n\nfunction readFileContent(file: string): string | null {\n if (!fs.existsSync(file)) {\n return null;\n }\n return fs.readFileSync(file, 'utf-8');\n}\n\nfunction writeFileContent(file: string, content: string): boolean {\n const dirname = path.dirname(file);\n\n if (!fs.existsSync(dirname)) {\n fs.mkdirSync(dirname, { recursive: true });\n }\n\n const current = readFileContent(file);\n if (current === null || content !== current) {\n fs.writeFileSync(file, content, 'utf8');\n return true;\n }\n\n return false;\n}\n\nfunction removeFile(file: string): boolean {\n if (!fs.existsSync(file)) {\n return false;\n }\n fs.rmSync(file);\n return true;\n}\n\nfunction getTailwindCacheFile(root: string): string {\n return path.resolve(root, TAILWIND_CACHE_FILE);\n}\n\nexport function readTailwindCache(root: string): string[] | null {\n const content = readFileContent(getTailwindCacheFile(root));\n if (!content) {\n return null;\n }\n try {\n return JSON.parse(content);\n } catch {\n return null;\n }\n}\n\nexport function writeTailwindCache(root: string, classes: string[]): { updated: boolean; content: string } {\n const file = getTailwindCacheFile(root);\n const content = JSON.stringify(classes, null, 2);\n const updated = writeFileContent(file, content);\n return { updated, content };\n}\n\nexport function clearTailwindCache(root: string): void {\n writeTailwindCache(root, []);\n}\n\nexport function removeTailwindCache(root: string): void {\n removeFile(getTailwindCacheFile(root));\n}\n\nexport async function updateTailwindCache(root: string, content: string): Promise<void> {\n const classes = (await getTailwindClasses({\n content,\n })) as string[];\n\n writeTailwindCache(root, [...new Set([...(readTailwindCache(root) ?? []), ...classes])]);\n}\n","export const DEFAULT_ENTRIES = ['index.tsx', 'index.ts', 'index.jsx', 'index.js', 'main.tsx', 'main.ts', 'main.jsx', 'main.js'];\n\nexport const DEFAULT_TEMPLATES = ['template.xml', 'theme.xml'];\n","import type { IncomingHttpHeaders, IncomingMessage, OutgoingHttpHeaders } from 'node:http';\n\nexport function escapeHtml(str: string) {\n if (str === '') return '';\n return str.replace(/[&<>\"'`]/g, (ch) => {\n switch (ch) {\n case '&':\n return '&';\n case '<':\n return '<';\n case '>':\n return '>';\n case '\"':\n return '"';\n case \"'\":\n return ''';\n case '`':\n return '`';\n default:\n return ch;\n }\n });\n}\n\nexport function escapeRegex(str: string) {\n return str.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&');\n}\n\nexport function toWebHeaders(httpHeaders: IncomingHttpHeaders | OutgoingHttpHeaders): Headers {\n const headers = new Headers();\n for (const [name, value] of Object.entries(httpHeaders)) {\n if (Array.isArray(value)) {\n for (const item of value) {\n headers.append(name, item);\n }\n } else {\n headers.set(name, String(value ?? ''));\n }\n }\n return headers;\n}\n\nexport const BLOGGER_PLUGIN_HEAD_COMMENT_REGEX = /(<!--blogger-plugin:head:begin-->)([\\s\\S]*?)(<!--blogger-plugin:head:end-->)/;\n\nexport const BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX =\n /(<b:comment><!--blogger-plugin:head:begin--><\\/b:comment>)([\\s\\S]*?)(<b:comment><!--blogger-plugin:head:end--><\\/b:comment>)/;\n\nexport function replaceBloggerPluginHeadComment(input: string, replacement: string, bcomment = false) {\n if (bcomment) {\n return input.replace(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n }\n return input.replace(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n}\n\nexport function getBloggerPluginHeadComment(input: string, bcomment = false) {\n if (bcomment) {\n return input.match(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX)?.[2] ?? null;\n }\n return input.match(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX)?.[2] ?? null;\n}\n\nexport function replaceHost(input: string, oldHost: string, newHost: string, newProtocol?: string) {\n return input.replace(\n new RegExp(`(https?:)?(\\\\/\\\\/|\\\\\\\\/\\\\\\\\/)${escapeRegex(oldHost)}`, 'g'),\n (_, protocol, slash) => `${protocol ? (newProtocol ?? protocol) : ''}${slash ?? ''}${newHost}`,\n );\n}\n\nexport function getRequestUrl(req: IncomingMessage): URL | null {\n const xForwardedProtoHeader = req.headers['x-forwarded-proto'];\n const xForwardedHostHeader = req.headers['x-forwarded-host'];\n const hostHeader = req.headers.host;\n\n const protocol = Array.isArray(xForwardedProtoHeader)\n ? xForwardedProtoHeader[0]\n : (xForwardedProtoHeader ?? (req.socket && 'encrypted' in req.socket && req.socket.encrypted ? 'https' : 'http'));\n const host = Array.isArray(xForwardedHostHeader) ? xForwardedHostHeader[0] : (xForwardedHostHeader ?? hostHeader);\n\n if (host && req.url) {\n return new URL(`${protocol}://${host}${req.url}`);\n }\n\n return null;\n}\n\nexport function isBloggerPath(path: string) {\n return (\n path === '/' ||\n path === '/search' ||\n /^\\/search\\/label(\\/[^/]+)?\\/?$/.test(path) ||\n /^p\\/.+\\.html$/.test(path) ||\n /^\\/\\d{4}\\/\\d{2}(\\/?|\\/[^/\\s]+\\.html)$/.test(path)\n );\n}\n\nconst TAILWIND_PLUGIN_NAMES = new Set(['@tailwindcss/vite:scan']);\n\nexport function isTailwindPlugin(plugin: { name: string }): boolean {\n return TAILWIND_PLUGIN_NAMES.has(plugin.name);\n}\n\nexport function errorHtml(reqUrl: string) {\n return `<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset='UTF-8'/>\n <meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5, user-scalable=yes' name='viewport'/>\n <title>500 Internal Server Error</title>\n <link rel='icon' href='data:,' />\n <style>\n *, ::before, ::after {\n box-sizing: border-box;\n }\n body {\n min-height: 100svh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin: 0;\n padding: 20px;\n background-color: #f5f5f5;\n font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", Segoe UI Symbol, \"Noto Color Emoji\";\n }\n .card {\n padding: 24px;\n background-color: #ffffff;\n border: 1px solid #e5e5e5;\n max-width: 448px;\n border-radius: 14px;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n .card-content {\n display: flex;\n flex-direction: column;\n gap: 6px;\n }\n .card-title {\n font-weight: 600;\n }\n .card-description {\n font-size: 14px;\n opacity: 0.85;\n }\n .card-footer {\n display: flex;\n align-items: center;\n }\n .button {\n display: inline-flex;\n white-space: nowrap;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 8px 16px;\n font-weight: 500;\n background-color: #171717;\n outline: none;\n border: none;\n color: #ffffff;\n border-radius: 8px;\n min-height: 36px;\n }\n .button:hover {\n opacity: 0.9;\n }\n .button svg {\n wiheadersdth: 16px;\n height: 16px;\n flex-shrink: 0;\n }\n .card-footer .button {\n flex-grow: 1;\n }\n </style>\n</head>\n\n<body>\n <div class='card'>\n <div class='card-content'>\n <div class='card-title'>500 Internal Server Error</div>\n <div class='card-description'>Failed to fetch: ${escapeHtml(reqUrl)}</div>\n </div>\n <div class='card-footer'>\n <button class='button' type='button'>\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-refresh-ccw\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\"></path><path d=\"M3 3v5h5\"></path><path d=\"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16\"></path><path d=\"M16 16h5v5\"></path></svg>\n Reload\n </button>\n </div>\n </div>\n <script>\n const button = document.getElementsByTagName('button')[0];\n button.addEventListener('click', () => {\n window.location.reload();\n });\n </script>\n</body>\n\n</html>`;\n}\n"]}
|
package/dist/vite.js
CHANGED
|
@@ -331,7 +331,7 @@ Tried: ${DEFAULT_TEMPLATES.map((c) => path2.join("src", c)).join(", ")}
|
|
|
331
331
|
const name = path2.basename(this.entry, path2.extname(this.entry));
|
|
332
332
|
this.input = `virtual:blogger-plugin/${name}.html`;
|
|
333
333
|
this.html = `<!DOCTYPE html>
|
|
334
|
-
<html
|
|
334
|
+
<html>
|
|
335
335
|
<head>
|
|
336
336
|
<!--head-->
|
|
337
337
|
<script type="module" src="/${path2.relative(this.root, this.entry).replace("\\", "/")}"></script>
|
|
@@ -505,15 +505,40 @@ function blogger(userOptions) {
|
|
|
505
505
|
if (!match) {
|
|
506
506
|
return;
|
|
507
507
|
}
|
|
508
|
-
const afterHeadBegin = match[
|
|
509
|
-
const beforeHeadEnd = match[
|
|
508
|
+
const afterHeadBegin = match[1];
|
|
509
|
+
const beforeHeadEnd = match[2];
|
|
510
|
+
const afterBodyBegin = match[3];
|
|
511
|
+
const beforeBodyEnd = match[4];
|
|
510
512
|
const headContent = (afterHeadBegin + beforeHeadEnd).replace(/\b(crossorigin|defer|async|disabled|checked)\b(?!=)/g, (_2, $1) => `${$1}=""`).replace(/(\w+)=(".*?"|'.*?')/g, (_2, $1, $2) => {
|
|
511
513
|
const v = $2.slice(1, -1).replace(/&/g, "&").replace(/'/g, "'").replace(/"/g, """).replace(/</g, "<").replace(/>/g, ">");
|
|
512
514
|
return `${$1}='${v}'`;
|
|
513
515
|
}).replace(/<(link|meta|img|br|hr|input)([^>]*?)>/gi, (_2, $1, $2) => `<${$1}${$2} />`).replace(/>\s+</g, "><").trim();
|
|
514
516
|
const originalTemplateXmlContent = fs2.readFileSync(ctx.template, "utf8");
|
|
515
517
|
const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(originalTemplateXmlContent, headContent, true);
|
|
518
|
+
const templateTagsXmlContent = `<?xml version="1.0" encoding="UTF-8" ?>
|
|
519
|
+
<!DOCTYPE html>
|
|
520
|
+
<html>
|
|
521
|
+
<head>
|
|
522
|
+
<!--head:afterbegin:begin-->
|
|
523
|
+
|
|
524
|
+
<!--head:afterbegin:end-->
|
|
525
|
+
|
|
526
|
+
<!--head:beforeend:begin-->
|
|
527
|
+
${headContent}
|
|
528
|
+
<!--head:beforeend:end-->
|
|
529
|
+
</head>
|
|
530
|
+
<body>
|
|
531
|
+
<!--body:afterbegin:begin-->
|
|
532
|
+
${afterBodyBegin.trim()}
|
|
533
|
+
<!--body:afterbegin:end-->
|
|
534
|
+
|
|
535
|
+
<!--body:beforeend:begin-->
|
|
536
|
+
${beforeBodyEnd.trim()}
|
|
537
|
+
<!--body:beforeend:end-->
|
|
538
|
+
</body>
|
|
539
|
+
</html>`;
|
|
516
540
|
fs2.writeFileSync(path2.resolve(ctx.viteConfig.build.outDir, "template.xml"), modifiedTemplateXmlContent);
|
|
541
|
+
fs2.writeFileSync(path2.resolve(ctx.viteConfig.build.outDir, "template-tags.xml"), templateTagsXmlContent);
|
|
517
542
|
},
|
|
518
543
|
closeBundle() {
|
|
519
544
|
const htmlDir = path2.resolve(ctx.viteConfig.build.outDir, "virtual:blogger-plugin");
|
package/dist/vite.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/vite.ts","../src/cache.ts","../src/constants.ts","../src/utils.ts"],"sourcesContent":["import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { Readable } from 'node:stream';\nimport {\n type MinimalPluginContextWithoutEnvironment,\n type Plugin,\n type PreviewServer,\n type ResolvedConfig,\n type UserConfig,\n type ViteDevServer,\n version,\n} from 'vite';\nimport { clearTailwindCache, removeTailwindCache, updateTailwindCache } from './cache';\nimport { DEFAULT_ENTRIES, DEFAULT_TEMPLATES } from './constants';\nimport {\n errorHtml,\n escapeHtml,\n getBloggerPluginHeadComment,\n getRequestUrl,\n isTailwindPlugin,\n replaceBloggerPluginHeadComment,\n replaceHost,\n toWebHeaders,\n} from './utils';\n\ninterface BloggerPluginContext {\n root: string;\n entry: string;\n template: string;\n proxyBlog: URL;\n viteConfig: ResolvedConfig;\n tailwind: boolean;\n input: string;\n html: string;\n resolve(root: UserConfig): void;\n}\n\nfunction createBloggerPluginContext(userOptions: BloggerPluginOptions): BloggerPluginContext {\n if (typeof userOptions.entry !== 'undefined' && typeof userOptions.entry !== 'string') {\n throw new Error(\"Option 'entry' must be a string\");\n }\n if (typeof userOptions.template !== 'undefined' && typeof userOptions.template !== 'string') {\n throw new Error(\"Option 'template' must be a string\");\n }\n if (typeof userOptions.proxyBlog !== 'string') {\n throw new Error(\"Option 'proxyBlog' must be a string\");\n }\n let proxyBlog: URL;\n try {\n proxyBlog = new URL(userOptions.proxyBlog);\n } catch {\n throw new Error(\"Option 'proxyBlog' must be a valid url\");\n }\n return {\n root: process.cwd(),\n entry: undefined as unknown as string,\n template: undefined as unknown as string,\n proxyBlog,\n viteConfig: undefined as unknown as ResolvedConfig,\n tailwind: false,\n input: undefined as unknown as string,\n html: undefined as unknown as string,\n resolve(config: UserConfig) {\n this.root = config.root ? path.resolve(config.root) : this.root;\n\n if (userOptions.entry) {\n const providedPath = path.resolve(this.root, userOptions.entry);\n if (fs.existsSync(providedPath)) {\n this.entry = providedPath;\n } else {\n throw new Error(`Provided entry file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_ENTRIES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.entry = fullPath;\n break;\n }\n }\n\n if (!this.entry) {\n throw new Error(\n 'No entry file found in \"src\".\\n' +\n `Tried: ${DEFAULT_ENTRIES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom entry like:\\n' +\n ' blogger({ entry: \"src/my-entry.ts\" })',\n );\n }\n }\n\n if (userOptions.template) {\n const providedPath = path.resolve(this.root, userOptions.template);\n if (fs.existsSync(providedPath)) {\n this.template = providedPath;\n } else {\n throw new Error(`Provided template file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_TEMPLATES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.template = fullPath;\n break;\n }\n }\n\n if (!this.template) {\n throw new Error(\n 'No template file found in \"src\".\\n' +\n `Tried: ${DEFAULT_TEMPLATES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom template like:\\n' +\n ' blogger({ template: \"src/my-template.xml\" })',\n );\n }\n }\n\n const name = path.basename(this.entry, path.extname(this.entry));\n this.input = `virtual:blogger-plugin/${name}.html`;\n this.html = `<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <!--head-->\n <script type=\"module\" src=\"/${path.relative(this.root, this.entry).replace('\\\\', '/')}\"></script>\n</head>\n<body>\n <!--body-->\n</body>\n</html>`;\n },\n };\n}\n\nfunction isViteDevServer(server: ViteDevServer | PreviewServer): server is ViteDevServer {\n return 'hot' in server && 'transformRequest' in server && 'transformIndexHtml' in server;\n}\n\nfunction useServerMiddleware(server: ViteDevServer | PreviewServer, ctx: BloggerPluginContext, _this: MinimalPluginContextWithoutEnvironment) {\n return () => {\n server.httpServer?.once('listening', () => {\n setTimeout(() => {\n _this.info(`Unhandled requests will be proxied to ${ctx.proxyBlog.origin}`);\n }, 0);\n });\n\n server.middlewares.use(async (req, res, next) => {\n const url = getRequestUrl(req);\n\n if (!req.url || !req.originalUrl || !url) {\n next();\n return;\n }\n\n const start = Date.now();\n\n const proxyUrl = new URL(`${ctx.proxyBlog.origin}${req.originalUrl}`);\n\n const viewParam = proxyUrl.searchParams.get('view');\n proxyUrl.searchParams.set('view', `${isViteDevServer(server) ? '-DevServer' : '-PreviewServer'}${viewParam?.startsWith('-') ? viewParam : ''}`);\n\n const proxyRequest = new Request(proxyUrl, {\n method: req.method,\n headers: toWebHeaders(req.headers),\n body: ['GET', 'HEAD'].includes(req.method ?? '') ? undefined : Readable.toWeb(req),\n redirect: 'manual',\n });\n\n const proxyResponse = await fetch(proxyRequest).catch((error) => {\n if (error instanceof Error) {\n _this.warn({\n message: `${error.name}: ${error.message}`,\n cause: error.cause,\n stack: error.stack,\n });\n } else {\n _this.warn('Fetch failed');\n }\n return null;\n });\n\n if (proxyResponse) {\n res.statusCode = proxyResponse.status;\n res.statusMessage = proxyResponse.statusText;\n\n proxyResponse.headers.forEach((value, key) => {\n if (key === 'location') {\n const redirectUrl = new URL(value, proxyUrl);\n if (redirectUrl.host === url.host || redirectUrl.host === proxyUrl.host) {\n redirectUrl.host = url.host;\n redirectUrl.protocol = url.protocol;\n const viewParam = redirectUrl.searchParams.get('view')?.replaceAll('-DevServer', '').replaceAll('-PreviewServer', '');\n if (viewParam) {\n redirectUrl.searchParams.set('view', viewParam);\n } else {\n redirectUrl.searchParams.delete('view');\n }\n res.setHeader('location', redirectUrl.pathname + redirectUrl.search + redirectUrl.hash);\n } else {\n res.setHeader('location', redirectUrl.href);\n }\n } else if (['content-type', 'x-robots-tag', 'date', 'location'].includes(key)) {\n res.setHeader(key, value);\n }\n });\n\n const contentType = proxyResponse.headers.get('content-type');\n\n if (contentType?.startsWith('text/html')) {\n let htmlTemplateContent = await proxyResponse.text();\n\n if (ctx.tailwind && isViteDevServer(server)) {\n await updateTailwindCache(ctx.root, htmlTemplateContent);\n }\n\n htmlTemplateContent = replaceHost(htmlTemplateContent, proxyUrl.host, url.host, url.protocol);\n\n if (isViteDevServer(server)) {\n const htmlTags: string[] = [];\n\n htmlTags.push(`<script type='module' src='/${escapeHtml(path.relative(ctx.root, ctx.entry).replace('\\\\', '/'))}'></script>`);\n\n const template = await server.transformIndexHtml(\n req.url,\n replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTags.join('')),\n req.originalUrl,\n );\n\n res.end(template);\n } else {\n const xmlTemplateContent = fs.readFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), 'utf8');\n\n const htmlTagsStr = getBloggerPluginHeadComment(xmlTemplateContent, true);\n\n const template = replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTagsStr ?? '');\n\n res.end(template);\n }\n } else if (contentType && /^(text\\/)|(application\\/(.*\\+)?(xml|json))/.test(contentType)) {\n const content = await proxyResponse.text();\n\n res.end(replaceHost(content, proxyUrl.host, url.host, url.protocol));\n } else {\n res.end(new Uint8Array(await proxyResponse.arrayBuffer()));\n }\n } else {\n res.statusCode = 500;\n res.statusMessage = 'Internal Server Error';\n\n res.setHeader('Content-Type', 'text/html');\n\n res.end(errorHtml(proxyUrl.href));\n }\n\n const duration = Date.now() - start;\n\n _this.info(`${req.method} ${req.originalUrl} -> ${res.statusCode} ${res.statusMessage} (${duration}ms)`);\n });\n };\n}\n\nexport interface BloggerPluginOptions {\n entry?: string;\n template?: string;\n proxyBlog: string;\n}\n\nexport default function blogger(userOptions: BloggerPluginOptions): Plugin {\n const ctx = createBloggerPluginContext(userOptions);\n\n return {\n name: 'vite-plugin-blogger',\n config(config) {\n // resolve plugin context\n ctx.resolve(config);\n\n // modify vite config\n config.build ||= {};\n const major = Number(version.split('.')[0]);\n const bundlerKey = (major >= 8 ? 'rolldownOptions' : 'rollupOptions') as 'rollupOptions';\n config.build[bundlerKey] ||= {};\n const bundlerOptions = config.build[bundlerKey];\n if (Array.isArray(bundlerOptions.input)) {\n bundlerOptions.input = [...bundlerOptions.input, ctx.input];\n } else if (typeof bundlerOptions.input === 'object' && bundlerOptions.input !== null) {\n bundlerOptions.input[ctx.input] = ctx.input;\n } else {\n bundlerOptions.input = ctx.input;\n }\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n // remove contents between comments from template\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(replaceBloggerPluginHeadComment(originalTemplateXmlContent, ''), '', true);\n\n fs.writeFileSync(ctx.template, modifiedTemplateXmlContent, 'utf-8');\n },\n configResolved(config) {\n ctx.viteConfig = config;\n ctx.tailwind = config.plugins.flat(Number.POSITIVE_INFINITY).some((plugin) => isTailwindPlugin(plugin));\n\n if (ctx.tailwind) {\n clearTailwindCache(ctx.root);\n\n if (config.command === 'build') {\n updateTailwindCache(ctx.root, fs.readFileSync(ctx.template, 'utf-8'));\n }\n } else {\n removeTailwindCache(ctx.root);\n }\n },\n resolveId(source) {\n if (source === ctx.input) {\n return ctx.input;\n }\n },\n load(id) {\n if (id === ctx.input) {\n return ctx.html;\n }\n },\n writeBundle(_, bundle) {\n if (!(ctx.input in bundle)) {\n return;\n }\n const asset = bundle[ctx.input];\n delete bundle[ctx.input];\n\n if (asset.type !== 'asset' || typeof asset.source !== 'string') {\n return;\n }\n const regex =\n /<!DOCTYPE html>\\s*<html[^>]*>\\s*<head>([\\s\\S]*?)<!--head-->([\\s\\S]*?)<\\/head>\\s*<body>([\\s\\S]*?)<!--body-->([\\s\\S]*?)<\\/body>\\s*<\\/html>/i;\n const match = asset.source.match(regex);\n if (!match) {\n return;\n }\n\n const afterHeadBegin = match[2];\n const beforeHeadEnd = match[3];\n // const afterBodyBegin = match[4];\n // const beforeBodyEnd = match[5];\n\n const headContent = (afterHeadBegin + beforeHeadEnd)\n // boolean attributes to empty string\n .replace(/\\b(crossorigin|defer|async|disabled|checked)\\b(?!=)/g, (_, $1: string) => `${$1}=\"\"`)\n // convert attributes to single quotes safely\n .replace(/(\\w+)=(\".*?\"|'.*?')/g, (_, $1: string, $2: string) => {\n const v = $2\n // remove quotes\n .slice(1, -1)\n // escape special XML chars\n .replace(/&/g, '&')\n .replace(/'/g, ''')\n .replace(/\"/g, '"')\n .replace(/</g, '<')\n .replace(/>/g, '>');\n return `${$1}='${v}'`;\n })\n // self-close void tags\n .replace(/<(link|meta|img|br|hr|input)([^>]*?)>/gi, (_, $1: string, $2: string) => `<${$1}${$2} />`)\n // remove whitespace between tags\n .replace(/>\\s+</g, '><')\n // trim overall\n .trim();\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(originalTemplateXmlContent, headContent, true);\n\n fs.writeFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), modifiedTemplateXmlContent);\n },\n closeBundle() {\n const htmlDir = path.resolve(ctx.viteConfig.build.outDir, 'virtual:blogger-plugin');\n if (fs.existsSync(htmlDir)) {\n fs.rmSync(htmlDir, { recursive: true });\n }\n },\n configureServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n configurePreviewServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n };\n}\n","import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { getTailwindClasses } from 'tailwindcss-iso';\n\nconst TAILWIND_CACHE_FILE = '.tailwind-classes.json';\n\nfunction readFileContent(file: string): string | null {\n if (!fs.existsSync(file)) {\n return null;\n }\n return fs.readFileSync(file, 'utf-8');\n}\n\nfunction writeFileContent(file: string, content: string): boolean {\n const dirname = path.dirname(file);\n\n if (!fs.existsSync(dirname)) {\n fs.mkdirSync(dirname, { recursive: true });\n }\n\n const current = readFileContent(file);\n if (current === null || content !== current) {\n fs.writeFileSync(file, content, 'utf8');\n return true;\n }\n\n return false;\n}\n\nfunction removeFile(file: string): boolean {\n if (!fs.existsSync(file)) {\n return false;\n }\n fs.rmSync(file);\n return true;\n}\n\nfunction getTailwindCacheFile(root: string): string {\n return path.resolve(root, TAILWIND_CACHE_FILE);\n}\n\nexport function readTailwindCache(root: string): string[] | null {\n const content = readFileContent(getTailwindCacheFile(root));\n if (!content) {\n return null;\n }\n try {\n return JSON.parse(content);\n } catch {\n return null;\n }\n}\n\nexport function writeTailwindCache(root: string, classes: string[]): { updated: boolean; content: string } {\n const file = getTailwindCacheFile(root);\n const content = JSON.stringify(classes, null, 2);\n const updated = writeFileContent(file, content);\n return { updated, content };\n}\n\nexport function clearTailwindCache(root: string): void {\n writeTailwindCache(root, []);\n}\n\nexport function removeTailwindCache(root: string): void {\n removeFile(getTailwindCacheFile(root));\n}\n\nexport async function updateTailwindCache(root: string, content: string): Promise<void> {\n const classes = (await getTailwindClasses({\n content,\n })) as string[];\n\n writeTailwindCache(root, [...new Set([...(readTailwindCache(root) ?? []), ...classes])]);\n}\n","export const DEFAULT_ENTRIES = ['index.tsx', 'index.ts', 'index.jsx', 'index.js', 'main.tsx', 'main.ts', 'main.jsx', 'main.js'];\n\nexport const DEFAULT_TEMPLATES = ['template.xml', 'theme.xml'];\n","import type { IncomingHttpHeaders, IncomingMessage, OutgoingHttpHeaders } from 'node:http';\n\nexport function escapeHtml(str: string) {\n if (str === '') return '';\n return str.replace(/[&<>\"'`]/g, (ch) => {\n switch (ch) {\n case '&':\n return '&';\n case '<':\n return '<';\n case '>':\n return '>';\n case '\"':\n return '"';\n case \"'\":\n return ''';\n case '`':\n return '`';\n default:\n return ch;\n }\n });\n}\n\nexport function escapeRegex(str: string) {\n return str.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&');\n}\n\nexport function toWebHeaders(httpHeaders: IncomingHttpHeaders | OutgoingHttpHeaders): Headers {\n const headers = new Headers();\n for (const [name, value] of Object.entries(httpHeaders)) {\n if (Array.isArray(value)) {\n for (const item of value) {\n headers.append(name, item);\n }\n } else {\n headers.set(name, String(value ?? ''));\n }\n }\n return headers;\n}\n\nexport const BLOGGER_PLUGIN_HEAD_COMMENT_REGEX = /(<!--blogger-plugin:head:begin-->)([\\s\\S]*?)(<!--blogger-plugin:head:end-->)/;\n\nexport const BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX =\n /(<b:comment><!--blogger-plugin:head:begin--><\\/b:comment>)([\\s\\S]*?)(<b:comment><!--blogger-plugin:head:end--><\\/b:comment>)/;\n\nexport function replaceBloggerPluginHeadComment(input: string, replacement: string, bcomment = false) {\n if (bcomment) {\n return input.replace(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n }\n return input.replace(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n}\n\nexport function getBloggerPluginHeadComment(input: string, bcomment = false) {\n if (bcomment) {\n return input.match(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX)?.[2] ?? null;\n }\n return input.match(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX)?.[2] ?? null;\n}\n\nexport function replaceHost(input: string, oldHost: string, newHost: string, newProtocol?: string) {\n return input.replace(\n new RegExp(`(https?:)?(\\\\/\\\\/|\\\\\\\\/\\\\\\\\/)${escapeRegex(oldHost)}`, 'g'),\n (_, protocol, slash) => `${protocol ? (newProtocol ?? protocol) : ''}${slash ?? ''}${newHost}`,\n );\n}\n\nexport function getRequestUrl(req: IncomingMessage): URL | null {\n const xForwardedProtoHeader = req.headers['x-forwarded-proto'];\n const xForwardedHostHeader = req.headers['x-forwarded-host'];\n const hostHeader = req.headers.host;\n\n const protocol = Array.isArray(xForwardedProtoHeader)\n ? xForwardedProtoHeader[0]\n : (xForwardedProtoHeader ?? (req.socket && 'encrypted' in req.socket && req.socket.encrypted ? 'https' : 'http'));\n const host = Array.isArray(xForwardedHostHeader) ? xForwardedHostHeader[0] : (xForwardedHostHeader ?? hostHeader);\n\n if (host && req.url) {\n return new URL(`${protocol}://${host}${req.url}`);\n }\n\n return null;\n}\n\nexport function isBloggerPath(path: string) {\n return (\n path === '/' ||\n path === '/search' ||\n /^\\/search\\/label(\\/[^/]+)?\\/?$/.test(path) ||\n /^p\\/.+\\.html$/.test(path) ||\n /^\\/\\d{4}\\/\\d{2}(\\/?|\\/[^/\\s]+\\.html)$/.test(path)\n );\n}\n\nconst TAILWIND_PLUGIN_NAMES = new Set(['@tailwindcss/vite:scan']);\n\nexport function isTailwindPlugin(plugin: { name: string }): boolean {\n return TAILWIND_PLUGIN_NAMES.has(plugin.name);\n}\n\nexport function errorHtml(reqUrl: string) {\n return `<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset='UTF-8'/>\n <meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5, user-scalable=yes' name='viewport'/>\n <title>500 Internal Server Error</title>\n <link rel='icon' href='data:,' />\n <style>\n *, ::before, ::after {\n box-sizing: border-box;\n }\n body {\n min-height: 100svh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin: 0;\n padding: 20px;\n background-color: #f5f5f5;\n font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", Segoe UI Symbol, \"Noto Color Emoji\";\n }\n .card {\n padding: 24px;\n background-color: #ffffff;\n border: 1px solid #e5e5e5;\n max-width: 448px;\n border-radius: 14px;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n .card-content {\n display: flex;\n flex-direction: column;\n gap: 6px;\n }\n .card-title {\n font-weight: 600;\n }\n .card-description {\n font-size: 14px;\n opacity: 0.85;\n }\n .card-footer {\n display: flex;\n align-items: center;\n }\n .button {\n display: inline-flex;\n white-space: nowrap;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 8px 16px;\n font-weight: 500;\n background-color: #171717;\n outline: none;\n border: none;\n color: #ffffff;\n border-radius: 8px;\n min-height: 36px;\n }\n .button:hover {\n opacity: 0.9;\n }\n .button svg {\n wiheadersdth: 16px;\n height: 16px;\n flex-shrink: 0;\n }\n .card-footer .button {\n flex-grow: 1;\n }\n </style>\n</head>\n\n<body>\n <div class='card'>\n <div class='card-content'>\n <div class='card-title'>500 Internal Server Error</div>\n <div class='card-description'>Failed to fetch: ${escapeHtml(reqUrl)}</div>\n </div>\n <div class='card-footer'>\n <button class='button' type='button'>\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-refresh-ccw\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\"></path><path d=\"M3 3v5h5\"></path><path d=\"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16\"></path><path d=\"M16 16h5v5\"></path></svg>\n Reload\n </button>\n </div>\n </div>\n <script>\n const button = document.getElementsByTagName('button')[0];\n button.addEventListener('click', () => {\n window.location.reload();\n });\n </script>\n</body>\n\n</html>`;\n}\n"],"mappings":"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","names":["fs","path","dirname","_a","viewParam","_"]}
|
|
1
|
+
{"version":3,"sources":["../src/vite.ts","../src/cache.ts","../src/constants.ts","../src/utils.ts"],"sourcesContent":["import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { Readable } from 'node:stream';\nimport {\n type MinimalPluginContextWithoutEnvironment,\n type Plugin,\n type PreviewServer,\n type ResolvedConfig,\n type UserConfig,\n type ViteDevServer,\n version,\n} from 'vite';\nimport { clearTailwindCache, removeTailwindCache, updateTailwindCache } from './cache';\nimport { DEFAULT_ENTRIES, DEFAULT_TEMPLATES } from './constants';\nimport {\n errorHtml,\n escapeHtml,\n getBloggerPluginHeadComment,\n getRequestUrl,\n isTailwindPlugin,\n replaceBloggerPluginHeadComment,\n replaceHost,\n toWebHeaders,\n} from './utils';\n\ninterface BloggerPluginContext {\n root: string;\n entry: string;\n template: string;\n proxyBlog: URL;\n viteConfig: ResolvedConfig;\n tailwind: boolean;\n input: string;\n html: string;\n resolve(root: UserConfig): void;\n}\n\nfunction createBloggerPluginContext(userOptions: BloggerPluginOptions): BloggerPluginContext {\n if (typeof userOptions.entry !== 'undefined' && typeof userOptions.entry !== 'string') {\n throw new Error(\"Option 'entry' must be a string\");\n }\n if (typeof userOptions.template !== 'undefined' && typeof userOptions.template !== 'string') {\n throw new Error(\"Option 'template' must be a string\");\n }\n if (typeof userOptions.proxyBlog !== 'string') {\n throw new Error(\"Option 'proxyBlog' must be a string\");\n }\n let proxyBlog: URL;\n try {\n proxyBlog = new URL(userOptions.proxyBlog);\n } catch {\n throw new Error(\"Option 'proxyBlog' must be a valid url\");\n }\n return {\n root: process.cwd(),\n entry: undefined as unknown as string,\n template: undefined as unknown as string,\n proxyBlog,\n viteConfig: undefined as unknown as ResolvedConfig,\n tailwind: false,\n input: undefined as unknown as string,\n html: undefined as unknown as string,\n resolve(config: UserConfig) {\n this.root = config.root ? path.resolve(config.root) : this.root;\n\n if (userOptions.entry) {\n const providedPath = path.resolve(this.root, userOptions.entry);\n if (fs.existsSync(providedPath)) {\n this.entry = providedPath;\n } else {\n throw new Error(`Provided entry file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_ENTRIES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.entry = fullPath;\n break;\n }\n }\n\n if (!this.entry) {\n throw new Error(\n 'No entry file found in \"src\".\\n' +\n `Tried: ${DEFAULT_ENTRIES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom entry like:\\n' +\n ' blogger({ entry: \"src/my-entry.ts\" })',\n );\n }\n }\n\n if (userOptions.template) {\n const providedPath = path.resolve(this.root, userOptions.template);\n if (fs.existsSync(providedPath)) {\n this.template = providedPath;\n } else {\n throw new Error(`Provided template file does not exist: ${providedPath}`);\n }\n } else {\n for (const file of DEFAULT_TEMPLATES) {\n const fullPath = path.resolve(this.root, 'src', file);\n if (fs.existsSync(fullPath)) {\n this.template = fullPath;\n break;\n }\n }\n\n if (!this.template) {\n throw new Error(\n 'No template file found in \"src\".\\n' +\n `Tried: ${DEFAULT_TEMPLATES.map((c) => path.join('src', c)).join(', ')}\\n` +\n '👉 Tip: You can pass a custom template like:\\n' +\n ' blogger({ template: \"src/my-template.xml\" })',\n );\n }\n }\n\n const name = path.basename(this.entry, path.extname(this.entry));\n this.input = `virtual:blogger-plugin/${name}.html`;\n this.html = `<!DOCTYPE html>\n<html>\n<head>\n <!--head-->\n <script type=\"module\" src=\"/${path.relative(this.root, this.entry).replace('\\\\', '/')}\"></script>\n</head>\n<body>\n <!--body-->\n</body>\n</html>`;\n },\n };\n}\n\nfunction isViteDevServer(server: ViteDevServer | PreviewServer): server is ViteDevServer {\n return 'hot' in server && 'transformRequest' in server && 'transformIndexHtml' in server;\n}\n\nfunction useServerMiddleware(server: ViteDevServer | PreviewServer, ctx: BloggerPluginContext, _this: MinimalPluginContextWithoutEnvironment) {\n return () => {\n server.httpServer?.once('listening', () => {\n setTimeout(() => {\n _this.info(`Unhandled requests will be proxied to ${ctx.proxyBlog.origin}`);\n }, 0);\n });\n\n server.middlewares.use(async (req, res, next) => {\n const url = getRequestUrl(req);\n\n if (!req.url || !req.originalUrl || !url) {\n next();\n return;\n }\n\n const start = Date.now();\n\n const proxyUrl = new URL(`${ctx.proxyBlog.origin}${req.originalUrl}`);\n\n const viewParam = proxyUrl.searchParams.get('view');\n proxyUrl.searchParams.set('view', `${isViteDevServer(server) ? '-DevServer' : '-PreviewServer'}${viewParam?.startsWith('-') ? viewParam : ''}`);\n\n const proxyRequest = new Request(proxyUrl, {\n method: req.method,\n headers: toWebHeaders(req.headers),\n body: ['GET', 'HEAD'].includes(req.method ?? '') ? undefined : Readable.toWeb(req),\n redirect: 'manual',\n });\n\n const proxyResponse = await fetch(proxyRequest).catch((error) => {\n if (error instanceof Error) {\n _this.warn({\n message: `${error.name}: ${error.message}`,\n cause: error.cause,\n stack: error.stack,\n });\n } else {\n _this.warn('Fetch failed');\n }\n return null;\n });\n\n if (proxyResponse) {\n res.statusCode = proxyResponse.status;\n res.statusMessage = proxyResponse.statusText;\n\n proxyResponse.headers.forEach((value, key) => {\n if (key === 'location') {\n const redirectUrl = new URL(value, proxyUrl);\n if (redirectUrl.host === url.host || redirectUrl.host === proxyUrl.host) {\n redirectUrl.host = url.host;\n redirectUrl.protocol = url.protocol;\n const viewParam = redirectUrl.searchParams.get('view')?.replaceAll('-DevServer', '').replaceAll('-PreviewServer', '');\n if (viewParam) {\n redirectUrl.searchParams.set('view', viewParam);\n } else {\n redirectUrl.searchParams.delete('view');\n }\n res.setHeader('location', redirectUrl.pathname + redirectUrl.search + redirectUrl.hash);\n } else {\n res.setHeader('location', redirectUrl.href);\n }\n } else if (['content-type', 'x-robots-tag', 'date', 'location'].includes(key)) {\n res.setHeader(key, value);\n }\n });\n\n const contentType = proxyResponse.headers.get('content-type');\n\n if (contentType?.startsWith('text/html')) {\n let htmlTemplateContent = await proxyResponse.text();\n\n if (ctx.tailwind && isViteDevServer(server)) {\n await updateTailwindCache(ctx.root, htmlTemplateContent);\n }\n\n htmlTemplateContent = replaceHost(htmlTemplateContent, proxyUrl.host, url.host, url.protocol);\n\n if (isViteDevServer(server)) {\n const htmlTags: string[] = [];\n\n htmlTags.push(`<script type='module' src='/${escapeHtml(path.relative(ctx.root, ctx.entry).replace('\\\\', '/'))}'></script>`);\n\n const template = await server.transformIndexHtml(\n req.url,\n replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTags.join('')),\n req.originalUrl,\n );\n\n res.end(template);\n } else {\n const xmlTemplateContent = fs.readFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), 'utf8');\n\n const htmlTagsStr = getBloggerPluginHeadComment(xmlTemplateContent, true);\n\n const template = replaceBloggerPluginHeadComment(htmlTemplateContent, htmlTagsStr ?? '');\n\n res.end(template);\n }\n } else if (contentType && /^(text\\/)|(application\\/(.*\\+)?(xml|json))/.test(contentType)) {\n const content = await proxyResponse.text();\n\n res.end(replaceHost(content, proxyUrl.host, url.host, url.protocol));\n } else {\n res.end(new Uint8Array(await proxyResponse.arrayBuffer()));\n }\n } else {\n res.statusCode = 500;\n res.statusMessage = 'Internal Server Error';\n\n res.setHeader('Content-Type', 'text/html');\n\n res.end(errorHtml(proxyUrl.href));\n }\n\n const duration = Date.now() - start;\n\n _this.info(`${req.method} ${req.originalUrl} -> ${res.statusCode} ${res.statusMessage} (${duration}ms)`);\n });\n };\n}\n\nexport interface BloggerPluginOptions {\n entry?: string;\n template?: string;\n proxyBlog: string;\n}\n\nexport default function blogger(userOptions: BloggerPluginOptions): Plugin {\n const ctx = createBloggerPluginContext(userOptions);\n\n return {\n name: 'vite-plugin-blogger',\n config(config) {\n // resolve plugin context\n ctx.resolve(config);\n\n // modify vite config\n config.build ||= {};\n const major = Number(version.split('.')[0]);\n const bundlerKey = (major >= 8 ? 'rolldownOptions' : 'rollupOptions') as 'rollupOptions';\n config.build[bundlerKey] ||= {};\n const bundlerOptions = config.build[bundlerKey];\n if (Array.isArray(bundlerOptions.input)) {\n bundlerOptions.input = [...bundlerOptions.input, ctx.input];\n } else if (typeof bundlerOptions.input === 'object' && bundlerOptions.input !== null) {\n bundlerOptions.input[ctx.input] = ctx.input;\n } else {\n bundlerOptions.input = ctx.input;\n }\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n // remove contents between comments from template\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(replaceBloggerPluginHeadComment(originalTemplateXmlContent, ''), '', true);\n\n fs.writeFileSync(ctx.template, modifiedTemplateXmlContent, 'utf-8');\n },\n configResolved(config) {\n ctx.viteConfig = config;\n ctx.tailwind = config.plugins.flat(Number.POSITIVE_INFINITY).some((plugin) => isTailwindPlugin(plugin));\n\n if (ctx.tailwind) {\n clearTailwindCache(ctx.root);\n\n if (config.command === 'build') {\n updateTailwindCache(ctx.root, fs.readFileSync(ctx.template, 'utf-8'));\n }\n } else {\n removeTailwindCache(ctx.root);\n }\n },\n resolveId(source) {\n if (source === ctx.input) {\n return ctx.input;\n }\n },\n load(id) {\n if (id === ctx.input) {\n return ctx.html;\n }\n },\n writeBundle(_, bundle) {\n if (!(ctx.input in bundle)) {\n return;\n }\n const asset = bundle[ctx.input];\n delete bundle[ctx.input];\n\n if (asset.type !== 'asset' || typeof asset.source !== 'string') {\n return;\n }\n const regex =\n /<!DOCTYPE html>\\s*<html[^>]*>\\s*<head>([\\s\\S]*?)<!--head-->([\\s\\S]*?)<\\/head>\\s*<body>([\\s\\S]*?)<!--body-->([\\s\\S]*?)<\\/body>\\s*<\\/html>/i;\n const match = asset.source.match(regex);\n if (!match) {\n return;\n }\n\n const afterHeadBegin = match[1];\n const beforeHeadEnd = match[2];\n const afterBodyBegin = match[3];\n const beforeBodyEnd = match[4];\n\n const headContent = (afterHeadBegin + beforeHeadEnd)\n // boolean attributes to empty string\n .replace(/\\b(crossorigin|defer|async|disabled|checked)\\b(?!=)/g, (_, $1: string) => `${$1}=\"\"`)\n // convert attributes to single quotes safely\n .replace(/(\\w+)=(\".*?\"|'.*?')/g, (_, $1: string, $2: string) => {\n const v = $2\n // remove quotes\n .slice(1, -1)\n // escape special XML chars\n .replace(/&/g, '&')\n .replace(/'/g, ''')\n .replace(/\"/g, '"')\n .replace(/</g, '<')\n .replace(/>/g, '>');\n return `${$1}='${v}'`;\n })\n // self-close void tags\n .replace(/<(link|meta|img|br|hr|input)([^>]*?)>/gi, (_, $1: string, $2: string) => `<${$1}${$2} />`)\n // remove whitespace between tags\n .replace(/>\\s+</g, '><')\n // trim overall\n .trim();\n\n const originalTemplateXmlContent = fs.readFileSync(ctx.template, 'utf8');\n const modifiedTemplateXmlContent = replaceBloggerPluginHeadComment(originalTemplateXmlContent, headContent, true);\n\n const templateTagsXmlContent = `<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<!DOCTYPE html>\n<html>\n<head>\n <!--head:afterbegin:begin-->\n\n <!--head:afterbegin:end-->\n\n <!--head:beforeend:begin-->\n ${headContent}\n <!--head:beforeend:end-->\n</head>\n<body>\n <!--body:afterbegin:begin-->\n ${afterBodyBegin.trim()}\n <!--body:afterbegin:end-->\n\n <!--body:beforeend:begin-->\n ${beforeBodyEnd.trim()}\n <!--body:beforeend:end-->\n</body>\n</html>`;\n\n fs.writeFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template.xml'), modifiedTemplateXmlContent);\n fs.writeFileSync(path.resolve(ctx.viteConfig.build.outDir, 'template-tags.xml'), templateTagsXmlContent);\n },\n closeBundle() {\n const htmlDir = path.resolve(ctx.viteConfig.build.outDir, 'virtual:blogger-plugin');\n if (fs.existsSync(htmlDir)) {\n fs.rmSync(htmlDir, { recursive: true });\n }\n },\n configureServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n configurePreviewServer(server) {\n return useServerMiddleware(server, ctx, this);\n },\n };\n}\n","import * as fs from 'node:fs';\nimport * as path from 'node:path';\nimport { getTailwindClasses } from 'tailwindcss-iso';\n\nconst TAILWIND_CACHE_FILE = '.tailwind-classes.json';\n\nfunction readFileContent(file: string): string | null {\n if (!fs.existsSync(file)) {\n return null;\n }\n return fs.readFileSync(file, 'utf-8');\n}\n\nfunction writeFileContent(file: string, content: string): boolean {\n const dirname = path.dirname(file);\n\n if (!fs.existsSync(dirname)) {\n fs.mkdirSync(dirname, { recursive: true });\n }\n\n const current = readFileContent(file);\n if (current === null || content !== current) {\n fs.writeFileSync(file, content, 'utf8');\n return true;\n }\n\n return false;\n}\n\nfunction removeFile(file: string): boolean {\n if (!fs.existsSync(file)) {\n return false;\n }\n fs.rmSync(file);\n return true;\n}\n\nfunction getTailwindCacheFile(root: string): string {\n return path.resolve(root, TAILWIND_CACHE_FILE);\n}\n\nexport function readTailwindCache(root: string): string[] | null {\n const content = readFileContent(getTailwindCacheFile(root));\n if (!content) {\n return null;\n }\n try {\n return JSON.parse(content);\n } catch {\n return null;\n }\n}\n\nexport function writeTailwindCache(root: string, classes: string[]): { updated: boolean; content: string } {\n const file = getTailwindCacheFile(root);\n const content = JSON.stringify(classes, null, 2);\n const updated = writeFileContent(file, content);\n return { updated, content };\n}\n\nexport function clearTailwindCache(root: string): void {\n writeTailwindCache(root, []);\n}\n\nexport function removeTailwindCache(root: string): void {\n removeFile(getTailwindCacheFile(root));\n}\n\nexport async function updateTailwindCache(root: string, content: string): Promise<void> {\n const classes = (await getTailwindClasses({\n content,\n })) as string[];\n\n writeTailwindCache(root, [...new Set([...(readTailwindCache(root) ?? []), ...classes])]);\n}\n","export const DEFAULT_ENTRIES = ['index.tsx', 'index.ts', 'index.jsx', 'index.js', 'main.tsx', 'main.ts', 'main.jsx', 'main.js'];\n\nexport const DEFAULT_TEMPLATES = ['template.xml', 'theme.xml'];\n","import type { IncomingHttpHeaders, IncomingMessage, OutgoingHttpHeaders } from 'node:http';\n\nexport function escapeHtml(str: string) {\n if (str === '') return '';\n return str.replace(/[&<>\"'`]/g, (ch) => {\n switch (ch) {\n case '&':\n return '&';\n case '<':\n return '<';\n case '>':\n return '>';\n case '\"':\n return '"';\n case \"'\":\n return ''';\n case '`':\n return '`';\n default:\n return ch;\n }\n });\n}\n\nexport function escapeRegex(str: string) {\n return str.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&');\n}\n\nexport function toWebHeaders(httpHeaders: IncomingHttpHeaders | OutgoingHttpHeaders): Headers {\n const headers = new Headers();\n for (const [name, value] of Object.entries(httpHeaders)) {\n if (Array.isArray(value)) {\n for (const item of value) {\n headers.append(name, item);\n }\n } else {\n headers.set(name, String(value ?? ''));\n }\n }\n return headers;\n}\n\nexport const BLOGGER_PLUGIN_HEAD_COMMENT_REGEX = /(<!--blogger-plugin:head:begin-->)([\\s\\S]*?)(<!--blogger-plugin:head:end-->)/;\n\nexport const BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX =\n /(<b:comment><!--blogger-plugin:head:begin--><\\/b:comment>)([\\s\\S]*?)(<b:comment><!--blogger-plugin:head:end--><\\/b:comment>)/;\n\nexport function replaceBloggerPluginHeadComment(input: string, replacement: string, bcomment = false) {\n if (bcomment) {\n return input.replace(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n }\n return input.replace(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX, (_, start: string, _content: string, end: string) => `${start}${replacement}${end}`);\n}\n\nexport function getBloggerPluginHeadComment(input: string, bcomment = false) {\n if (bcomment) {\n return input.match(BLOGGER_PLUGIN_HEAD_BCOMMENT_REGEX)?.[2] ?? null;\n }\n return input.match(BLOGGER_PLUGIN_HEAD_COMMENT_REGEX)?.[2] ?? null;\n}\n\nexport function replaceHost(input: string, oldHost: string, newHost: string, newProtocol?: string) {\n return input.replace(\n new RegExp(`(https?:)?(\\\\/\\\\/|\\\\\\\\/\\\\\\\\/)${escapeRegex(oldHost)}`, 'g'),\n (_, protocol, slash) => `${protocol ? (newProtocol ?? protocol) : ''}${slash ?? ''}${newHost}`,\n );\n}\n\nexport function getRequestUrl(req: IncomingMessage): URL | null {\n const xForwardedProtoHeader = req.headers['x-forwarded-proto'];\n const xForwardedHostHeader = req.headers['x-forwarded-host'];\n const hostHeader = req.headers.host;\n\n const protocol = Array.isArray(xForwardedProtoHeader)\n ? xForwardedProtoHeader[0]\n : (xForwardedProtoHeader ?? (req.socket && 'encrypted' in req.socket && req.socket.encrypted ? 'https' : 'http'));\n const host = Array.isArray(xForwardedHostHeader) ? xForwardedHostHeader[0] : (xForwardedHostHeader ?? hostHeader);\n\n if (host && req.url) {\n return new URL(`${protocol}://${host}${req.url}`);\n }\n\n return null;\n}\n\nexport function isBloggerPath(path: string) {\n return (\n path === '/' ||\n path === '/search' ||\n /^\\/search\\/label(\\/[^/]+)?\\/?$/.test(path) ||\n /^p\\/.+\\.html$/.test(path) ||\n /^\\/\\d{4}\\/\\d{2}(\\/?|\\/[^/\\s]+\\.html)$/.test(path)\n );\n}\n\nconst TAILWIND_PLUGIN_NAMES = new Set(['@tailwindcss/vite:scan']);\n\nexport function isTailwindPlugin(plugin: { name: string }): boolean {\n return TAILWIND_PLUGIN_NAMES.has(plugin.name);\n}\n\nexport function errorHtml(reqUrl: string) {\n return `<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset='UTF-8'/>\n <meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5, user-scalable=yes' name='viewport'/>\n <title>500 Internal Server Error</title>\n <link rel='icon' href='data:,' />\n <style>\n *, ::before, ::after {\n box-sizing: border-box;\n }\n body {\n min-height: 100svh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin: 0;\n padding: 20px;\n background-color: #f5f5f5;\n font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", Segoe UI Symbol, \"Noto Color Emoji\";\n }\n .card {\n padding: 24px;\n background-color: #ffffff;\n border: 1px solid #e5e5e5;\n max-width: 448px;\n border-radius: 14px;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n .card-content {\n display: flex;\n flex-direction: column;\n gap: 6px;\n }\n .card-title {\n font-weight: 600;\n }\n .card-description {\n font-size: 14px;\n opacity: 0.85;\n }\n .card-footer {\n display: flex;\n align-items: center;\n }\n .button {\n display: inline-flex;\n white-space: nowrap;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 8px 16px;\n font-weight: 500;\n background-color: #171717;\n outline: none;\n border: none;\n color: #ffffff;\n border-radius: 8px;\n min-height: 36px;\n }\n .button:hover {\n opacity: 0.9;\n }\n .button svg {\n wiheadersdth: 16px;\n height: 16px;\n flex-shrink: 0;\n }\n .card-footer .button {\n flex-grow: 1;\n }\n </style>\n</head>\n\n<body>\n <div class='card'>\n <div class='card-content'>\n <div class='card-title'>500 Internal Server Error</div>\n <div class='card-description'>Failed to fetch: ${escapeHtml(reqUrl)}</div>\n </div>\n <div class='card-footer'>\n <button class='button' type='button'>\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-refresh-ccw\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\"></path><path d=\"M3 3v5h5\"></path><path d=\"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16\"></path><path d=\"M16 16h5v5\"></path></svg>\n Reload\n </button>\n </div>\n </div>\n <script>\n const button = document.getElementsByTagName('button')[0];\n button.addEventListener('click', () => {\n window.location.reload();\n });\n </script>\n</body>\n\n</html>`;\n}\n"],"mappings":"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","names":["fs","path","dirname","_a","viewParam","_"]}
|