Commit Graph

2823 Commits (6bb45f00b67cd32b1a413eb84f049a96c97acc41)
 

Author SHA1 Message Date
Divyansh Singh 6bb45f00b6 refactor(build): own all task spinners in build()
7 days ago
Divyansh Singh 6699cedc00 refactor(markdown): fold highlight typing into MarkdownRenderer
7 days ago
Divyansh Singh e273822ebe refactor: declare module-level state at the top of files
7 days ago
Divyansh Singh 12b9680fef refactor(routes): drop localeCompare when sorting dynamic routes
1 week ago
Divyansh Singh eccaf3e32c refactor(build): extract render step from build
1 week ago
Divyansh Singh 310a8e5015 refactor(build): extract chunk group naming from the bundle config
1 week ago
Divyansh Singh 9d00630cce refactor(build): reuse slash for the theme entry regexp
1 week ago
Divyansh Singh ad513824ee refactor(init): use async fs in scaffolding
1 week ago
Divyansh Singh 355dfc842e refactor(build): use async fs in build entry
1 week ago
Divyansh Singh ba7a5a9b4d refactor: return the task callback result
1 week ago
Divyansh Singh 7bb02b34a9 refactor(build): time builds with performance.now
1 week ago
Divyansh Singh 3fc09f67b7 refactor(data): memoize loader promise instead of manual deferred
1 week ago
Divyansh Singh e8899f3273 refactor(serve): resolve once the server is listening
1 week ago
Divyansh Singh 898f5d41c1 refactor: use promise event APIs for git log processing
1 week ago
Divyansh Singh d50b29da61 refactor(build): write sitemap through stream pipeline
1 week ago
Divyansh Singh 91b54b0422 chore(scripts): await child exit via events.once in release helper
1 week ago
Divyansh Singh 4bb26cbedc refactor: use promisified setTimeout in read retry
1 week ago
Divyansh Singh bf8b6585f6 fix: retry file reads when out of file descriptors
1 week ago
Divyansh Singh 91ced03685 fix(markdown): skip circular includes
1 week ago
Divyansh Singh 644ad945db refactor(markdown): make processIncludes async
1 week ago
Divyansh Singh 3a1c889043 refactor(search): handle missing files at read time and skip empty pages
1 week ago
Divyansh Singh dffa8a92a5 refactor(markdown): restructure snippet plugin
1 week ago
Divyansh Singh ef788318ef refactor(markdown): drop parameter defaults from createMarkdownToVueRenderFn
1 week ago
Divyansh Singh 9a22223a23 refactor(serve): simplify static server setup
1 week ago
Divyansh Singh 1e702dc103 refactor(build): use async fs and minify while rendering pages
1 week ago
Divyansh Singh b1636e9f89 refactor(routes): load route templates with fs/promises
1 week ago
Divyansh Singh f53f00a01c refactor(loader): read content files with fs/promises
1 week ago
Divyansh Singh 61d7f63577 build: emit ads chunks with hash-only filenames
1 week ago
Divyansh Singh b8ec0b563a refactor: normalize filesystem API usage
1 week ago
Divyansh Singh 3f4530b0e2 fix(markdown): preserve user-defined attributes
1 week ago
Divyansh Singh a86e8b51e2 chore(build): sort PageMeta import
1 week ago
Divyansh Singh 559fb24a22 fix(search): only index pages on dev updates
1 week ago
Divyansh Singh 027f0461e0 fix(build): respect cleanUrls in content loader render
1 week ago
Divyansh Singh 1534a67d86 fix(search): serve a fresh search index after dev updates
1 week ago
Divyansh Singh 769c10ee65 fix(build): resolve rewrites against externally injected pages too
1 week ago
Divyansh Singh c9616559f5 fix(build): track include importers by module id
1 week ago
Divyansh Singh 3cf3f37b17 fix(build): report links to pre-rewrite paths of rewritten pages as dead
1 week ago
Divyansh Singh 5e4a9e799f fix(build): resolve additional configs by source path
1 week ago
Divyansh Singh 9e2148d75e fix(build): apply rewrites when computing createContentLoader urls
1 week ago
Divyansh Singh 6b64f3561b fix(search): index changed files with srcDir-relative paths in dev
1 week ago
Divyansh Singh 5eac447318 fix(build): clear markdown cache with rewritten path on include change
1 week ago
Divyansh Singh fa0e48c8df fix(build): don't apply docsearch css transform to pages matching its filter
1 week ago
Divyansh Singh 7ee811b7e6 refactor(build): reuse pageData.relativePath for the HMR payload path
1 week ago
Divyansh Singh fdd68e37a7 perf(build): reuse lastUpdated from markdown rendering in sitemap generation
1 week ago
Divyansh Singh 20a7cb7a5f chore: bump deps
1 week ago
Divyansh Singh ca8ba5baec fix(types): declare Badge as a global component
1 week ago
Divyansh Singh 0535009f44 feat(client): declare $frontmatter and $params as ComponentCustomProperties
1 week ago
Divyansh Singh a5ce6ab200 docs(types): rewrite JSDoc comments in shared.d.ts
1 week ago
Divyansh Singh 1d448c9fc1 feat: add web-types.json for JetBrains IDE support
1 week ago
Divyansh Singh 8ff1f3e2dd fix(types): import EnhanceAppContext from package entry in theme.d.ts
1 week ago