MCPcopy
hub / github.com/highlightjs/highlight.js / buildLanguages

Function buildLanguages

tools/build_node.js:128–137  ·  view source on GitHub ↗
(languages, options)

Source from the content-addressed store, hash-verified

126}
127
128async function buildLanguages(languages, options) {
129 log("Writing languages.");
130 await Promise.all(
131 languages.map(async(lang) => {
132 await buildNodeLanguage(lang, options);
133 process.stdout.write(".");
134 })
135 );
136 log("");
137}
138
139const CORE_FILES = [
140 "LICENSE",

Callers 1

buildNodeFunction · 0.85

Calls 2

buildNodeLanguageFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…