MCPcopy
hub / github.com/markmap/markmap / buildJSItem

Function buildJSItem

packages/markmap-common/src/loader.ts:105–112  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

103}
104
105export function buildJSItem(path: string): JSScriptItem {
106 return {
107 type: 'script',
108 data: {
109 src: path,
110 },
111 };
112}
113
114export function buildCSSItem(path: string): CSSStylesheetItem {
115 return {

Callers 6

fillTemplateFunction · 0.90
config.tsFile · 0.90
config.tsFile · 0.90
config.tsFile · 0.90
initializeFunction · 0.90
common.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected