Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankitskvmdam/clean-jsdoc-theme
/ functions
Functions
1,410 in github.com/ankitskvmdam/clean-jsdoc-theme
⨍
Functions
1,410
◇
Types & classes
411
↓ 1 callers
Function
codeRanges
Collect the [start, end) char ranges of code regions in `content`.
packages/clean-jsdoc-theme/src/publish.ts:1443
↓ 1 callers
Function
codeRanges
Collect the [start, end) char ranges of code regions in `content`.
packages/typedoc/src/docs.ts:208
↓ 1 callers
Function
collectBacktickWarnings
* Turn a page body's unbalanced backticks (see {@link findStrayBackticks}) into * non-fatal {@link RenderWarning}s with a one-line code-frame each. C
packages/dwar/src/index.ts:125
↓ 1 callers
Function
collectIslandNamesOnPage
(islands: IslandRecord[])
packages/dwar/src/html.ts:258
↓ 1 callers
Function
collectSourceFiles
* Collect every source file referenced by a doclet's `meta` and read its * contents, ready to hand to setu as {@link SourceFileInput}s. `absPath` is
packages/clean-jsdoc-theme/src/publish.ts:1190
↓ 1 callers
Function
collectSourceFiles
* Collect every source file referenced by a doclet's `meta` and read its * contents into {@link SourceFileInput}s for setu. Mirrors the JSDoc bridge'
packages/typedoc/src/write-site.ts:556
↓ 1 callers
Function
compileMdxToComponent
( source: string, components: MdxComponentMap, shiki: ShikiThemes, langs: readonly string[] )
packages/dwar/src/mdx.ts:281
↓ 1 callers
Function
compute
()
packages/rang/src/components/TOC.tsx:51
↓ 1 callers
Function
computeBuildId
(pages: readonly Page[])
packages/setu/src/generate-site.ts:1545
↓ 1 callers
Function
computeCacheKey
* Content-hash key for the island bundle. Composed (stable order) of: the * concatenated island entry sources (dwar's entry logic), the contents of
packages/dwar/src/islands-bundle.ts:102
↓ 1 callers
Function
computeNeighbors
* Map each non-hidden page to its previous/next neighbors in reading order. * Returns an empty map when the pager is disabled.
packages/dwar/src/index.ts:243
↓ 1 callers
Function
computeRelPaths
* Compute project-relative paths for a set of absolute source paths by stripping * their longest common directory prefix. Copied from the JSDoc bridg
packages/typedoc/src/write-site.ts:521
↓ 1 callers
Function
computeReverseImplementations
* After the full flat doclet list is built, compute the reverse index: for * every doclet that `implements` an interface, push its longname onto that
packages/typedoc/src/reflection-to-doclets.ts:179
↓ 1 callers
Function
containerLongname
* The longname of a reflection's *containing* symbol — i.e. the value its * children should use as `memberof`. Returns `undefined` for the project ro
packages/typedoc/src/names.ts:66
↓ 1 callers
Function
containsSlug
Does `node` or any of its descendants (at any depth) carry `currentSlug`?
packages/rang/src/components/Sidebar.tsx:223
↓ 1 callers
Function
contentHash
Short content hash for cache-busting an asset's served name.
packages/typedoc/src/docs.ts:35
↓ 1 callers
Function
contentOf
(manifest: ReturnType<typeof generateSite>, longname: string)
packages/setu/src/__tests__/link-resolution.test.ts:27
↓ 1 callers
Function
contentToMdast
* Parse raw content into a structured mdast tree per its source format. Both * formats normalize through HTML so the resulting tree carries only stru
packages/setu/src/guide-view.ts:94
↓ 1 callers
Function
contentToMdast
(content: string, type: 'markdown' | 'html')
packages/setu/src/__tests__/guide-view.test.ts:226
↓ 1 callers
Function
createBuildProgress
* Build-stage narrator backed by `ora`. The setu→dwar pipeline does much more * than a bare jsdoc run (per-page MDX compile, per-island esbuild bundl
packages/clean-jsdoc-theme/src/publish.ts:1922
↓ 1 callers
Method
createIndex
(opts?: unknown)
packages/dwar/src/pagefind.ts:18
↓ 1 callers
Function
createSignatureHighlighter
( shiki: ShikiThemes )
packages/dwar/src/mdx.ts:355
↓ 1 callers
Function
currentLocale
* The active locale code from `<html lang>` (dwar sets it per built site). Used * to scope saved-search keys per locale, since every locale shares on
packages/rang/src/components/CtrlK/use-saved-searches.ts:24
↓ 1 callers
Function
currentTheme
Read the active theme from `<html data-theme>` (defaults to `light`).
packages/rang/src/components/Embed.tsx:57
↓ 1 callers
Function
declareThemeOption
(app: Application)
packages/typedoc/src/options.ts:97
↓ 1 callers
Function
defaultClassFrontmatter
(view: ClassView)
packages/setu/src/mdx.ts:116
↓ 1 callers
Function
defaultSections
(buckets: MemberBuckets)
packages/setu/src/mdast/class-view.ts:40
↓ 1 callers
Function
defineThemes
(monaco: MonacoGlobal)
packages/rang/src/components/CodeViewer.tsx:120
↓ 1 callers
Method
deltaDecorations
(oldIds: string[], newDecorations: unknown[])
packages/rang/src/components/CodeViewer.tsx:9
↓ 1 callers
Method
destroy
* Destroys the cache and cleans up resources
examples/typedoc-basic/src/services/cache/Cache.ts:463
↓ 1 callers
Function
detectIndent
Detect the indentation unit of a JSON document (first indented line); default 2 spaces.
packages/aadesh/src/interactive/package-json.ts:31
↓ 1 callers
Function
docletKind
Resolve the `TDoclet.kind` for a handled reflection.
packages/typedoc/src/reflection-to-doclets.ts:267
↓ 1 callers
Method
drain
* Run every pending job, honoring priority and concurrency, then resolve. * * @async * @override * @param {Object} [context] - Ambient dat
examples/basic/src/queue/Queue.js:132
↓ 1 callers
Function
emit
()
packages/rang/src/components/toc-utils.ts:105
↓ 1 callers
Method
enqueue
* Add a job to the queue. * * @param {JobDescriptor} job - The job to schedule. * @param {number} [priority={@link Priority.NORMAL}] - Overri
examples/basic/src/queue/Queue.js:104
↓ 1 callers
Function
ensureHighlightStyle
()
packages/rang/src/components/CodeViewer.tsx:157
↓ 1 callers
Method
entries
* Gets all entries as key-value pairs * * @returns Array of [key, value] tuples
examples/typedoc-parity/src/services/cache/Cache.ts:383
↓ 1 callers
Function
entriesBlock
Render one chunk's entries as the `{ key: { source, current? } }` JSON block.
packages/aadesh/src/prompt.ts:77
↓ 1 callers
Function
enumMemberSections
(buckets: MemberBuckets)
packages/setu/src/mdast/class-view.ts:71
↓ 1 callers
Function
escapeRegExp
Escape a string for safe interpolation into a `RegExp`.
packages/aadesh/src/artifacts.ts:73
↓ 1 callers
Function
escapeScriptContent
* Guard raw user JS against breaking out of its `<script>` element: a literal * `</script` in a string/regex/comment would close the block. Split it
packages/dwar/src/html.ts:223
↓ 1 callers
Function
escapeStyleContent
* Guard raw user CSS against breaking out of its `<style>` element. CSS has no * comment/quote that can terminate the element, so the only break-out
packages/dwar/src/html.ts:214
↓ 1 callers
Method
estimateSize
* Estimates the size of a value in bytes * * @internal
examples/typedoc-basic/src/services/cache/Cache.ts:546
↓ 1 callers
Method
estimateSize
* Estimates the size of a value in bytes * * @internal
examples/typedoc-parity/src/services/cache/Cache.ts:546
↓ 1 callers
Method
evict
* Evicts entries based on the configured policy * * @internal
examples/typedoc-basic/src/services/cache/Cache.ts:475
↓ 1 callers
Method
evict
* Evicts entries based on the configured policy * * @internal
examples/typedoc-parity/src/services/cache/Cache.ts:475
↓ 1 callers
Function
executeCommand
Run the chosen command through its shared runner.
packages/aadesh/src/interactive/index.ts:65
↓ 1 callers
Function
extractSearchText
(mdxBody: string, max = 20000)
packages/dwar/src/html.ts:368
↓ 1 callers
Function
fakeRunner
({ env })
packages/aadesh/src/__tests__/commands.test.ts:29
↓ 1 callers
Function
faviconType
Map a favicon file extension to its `<link>` `type` (empty when unknown → omit).
packages/dwar/src/html.ts:83
↓ 1 callers
Function
fileWith
Build a locale file with given active entries (full key → {value, hash}).
packages/aadesh/src/__tests__/prompt.test.ts:14
↓ 1 callers
Function
firstSignature
First signature of a (possibly undefined) reflection that has signatures.
packages/typedoc/src/reflection-to-doclets.ts:617
↓ 1 callers
Function
flagFields
(reflection: Reflection)
packages/typedoc/src/comment.ts:306
↓ 1 callers
Function
flatten
Recursively flatten a nested string object into a dotted-key map.
packages/bhasha/src/catalog.ts:182
↓ 1 callers
Function
flattenChrome
Walk a nested chrome tree into `chrome.a.b → value` pairs (depth-first, in order).
packages/aadesh/src/locale/file.ts:41
↓ 1 callers
Function
flattenNavSlugs
* Flatten the nav tree into the linear reading order the prev/next pager walks: a * depth-first collection of the real content pages — the Home page
packages/dwar/src/index.ts:209
↓ 1 callers
Function
fontUrl
Build the CSS-endpoint URL for a family (`%20` → `+`).
packages/utils/src/config/google-fonts.ts:50
↓ 1 callers
Function
formatElapsed
Format an elapsed-ms span compactly: `840ms` under a second, else `5.2s`.
packages/clean-jsdoc-theme/src/publish.ts:1892
↓ 1 callers
Function
formatExtractReport
(reports: readonly MergeReport[])
packages/aadesh/src/report.ts:21
↓ 1 callers
Function
formatMergeReport
(report: MergeReport)
packages/aadesh/src/report.ts:10
↓ 1 callers
Function
formatYamlScalar
(v: unknown)
packages/setu/src/mdx.ts:137
↓ 1 callers
Function
generateMdx
(collection: unknown)
packages/setu/src/index.ts:484
↓ 1 callers
Method
get
* Gets a value from the cache * * @param key - Cache key * @returns Cached value or undefined if not found/expired * * @example * ``
examples/typedoc-basic/src/services/cache/Cache.ts:227
↓ 1 callers
Method
get
* Gets a value from the cache * * @param key - Cache key * @returns Cached value or undefined if not found/expired * * @example * ``
examples/typedoc-parity/src/services/cache/Cache.ts:227
↓ 1 callers
Function
getConfigReturnType
()
packages/typedoc/src/types.test.ts:83
↓ 1 callers
Function
getHeadingAnchorsScript
()
packages/dwar/src/heading-anchors.ts:29
↓ 1 callers
Function
getIslandsLoaderScript
( _islandNamesOnPage: IslandName[], chunkHrefByName: Record<string, string> )
packages/dwar/src/islands-loader.ts:29
↓ 1 callers
Function
getLineOffset
(depth: number)
packages/rang/src/components/toc-utils.ts:15
↓ 1 callers
Function
getMarkdown
()
packages/rang/src/components/CopyPageButton.tsx:87
↓ 1 callers
Function
getPreHydrationThemeScript
()
packages/dwar/src/theme-script.ts:15
↓ 1 callers
Function
getScrollParent
(el: HTMLElement | null)
packages/rang/src/components/toc-utils.ts:64
↓ 1 callers
Function
getScrollbarScript
()
packages/dwar/src/scrollbar-script.ts:29
↓ 1 callers
Method
getVariant
* Gets a specific variant by ID * * @typeParam T - Variant value type * @param variantId - The variant identifier * @returns The variant o
examples/typedoc-basic/src/models/Product.ts:361
↓ 1 callers
Method
getVariant
* Gets a specific variant by ID * * @typeParam T - Variant value type * @param variantId - The variant identifier * @returns The variant o
examples/typedoc-parity/src/models/Product.ts:361
↓ 1 callers
Function
groupNav
* Bucket nodes into CONTIGUOUS runs of the same `group` label, preserving the * exact order setu emits. A new bucket starts whenever the group change
packages/rang/src/components/Sidebar.tsx:48
↓ 1 callers
Function
gzipSizer
(b: Uint8Array | string)
packages/utils/src/__tests__/config/report.test.ts:96
↓ 1 callers
Function
hasChildren
(node: unknown)
packages/setu/src/guide-view.ts:104
↓ 1 callers
Function
hasChildren
(node: unknown)
packages/setu/src/mdast/link-tags.ts:25
↓ 1 callers
Function
hastText
Concatenate the visible text of a hast node (recursively).
packages/dwar/src/mdx.ts:236
↓ 1 callers
Function
headingText
Concatenate the text content of a heading node's inline children.
packages/setu/src/generate-site.ts:150
↓ 1 callers
Function
highlightLines
* Mark the `highlight`ed lines of a Shiki-rendered `<code>`. Shiki wraps each * source line in a `<span class="line">` (separated by `"\n"` text node
packages/rang/src/components/CodeBlock.tsx:50
↓ 1 callers
Function
holdsSlug
* Should this branch auto-open for `currentSlug`? Two modes: * - `deepExpand` set (TypeDoc module/folder branches): open when ANY descendant * a
packages/rang/src/components/Sidebar.tsx:239
↓ 1 callers
Function
humanize
Humanize a slug-ish token into a display label: `getting-started` → `Getting Started`.
packages/setu/src/guide-view.ts:224
↓ 1 callers
Method
info
Convenience wrapper for {@link LOG_LEVELS.INFO}.
docs-site/typedoc-src/index.ts:66
↓ 1 callers
Function
inlineTagToJsdoc
* Rewrite a TypeDoc inline tag part to JSDoc `{@link target|text}`. * * `tag` is `@link` / `@linkcode` / `@linkplain`. The target may be a reflectio
packages/typedoc/src/comment.ts:89
↓ 1 callers
Function
interfaceMemberLine
One interface member rendered as a TS declaration line (`name?(p: P): R`).
packages/setu/src/mdast/class-view.ts:378
↓ 1 callers
Function
interfaceSignature
* Declaration block for a standalone interface page (typedoc flavor): the full * `interface Name<T> extends Base { member; … }` overview default Type
packages/setu/src/mdast/class-view.ts:400
↓ 1 callers
Function
isAbort
Whether an inquirer error is the user pressing Ctrl+C / Esc to abort a prompt.
packages/aadesh/src/interactive/index.ts:123
↓ 1 callers
Function
isAsset
`true` for files under `_assets`/`_islands` or with an image extension.
packages/utils/src/config/report.ts:78
↓ 1 callers
Function
isAsyncReflection
* Conservative async detection: true only when the reflection's first signature * has a resolvable return type whose name is exactly `Promise` (a Typ
packages/typedoc/src/comment.ts:333
↓ 1 callers
Function
isEmbed
(node: unknown)
packages/setu/src/__tests__/doclet-embed.test.ts:15
↓ 1 callers
Function
isLower
(ch: string)
packages/rang/src/components/search-utils.ts:30
↓ 1 callers
Function
isPositionedError
* Narrow a thrown value to one carrying a numeric `line` (MDX compile failures * throw a `VFileMessage`, whose `.line`/`.column` point at the source
packages/dwar/src/index.ts:89
↓ 1 callers
Function
isServableUrl
A value that's already a servable URL/URI needs no copying.
packages/typedoc/src/docs.ts:30
↓ 1 callers
Function
isServableUrl
A logo value that's already a servable URL/URI needs no copying.
packages/typedoc/src/write-site.ts:414
↓ 1 callers
Function
isUpper
(ch: string)
packages/rang/src/components/search-utils.ts:26
↓ 1 callers
Function
islandRegistryKeys
()
scripts/check-docs.mjs:94
↓ 1 callers
Method
keys
* Gets all keys in the cache * * @returns Array of keys
examples/typedoc-parity/src/services/cache/Cache.ts:363
↓ 1 callers
Function
kindNoun
Human-readable noun for a doclet's kind, used in default messages.
packages/setu/src/mdast/doclet.ts:271
↓ 1 callers
Function
linkifyTypeExpression
* Render a type expression string as phrasing content, hyperlinking each token * that resolves to a documented symbol — restoring the v4 behaviour wh
packages/setu/src/mdast/doclet.ts:71
← previous
next →
601–700 of 1,410, ranked by callers