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

Function log

tools/build_browser.js:13–13  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

11const config = require("./build_config.js");
12const { install, installCleanCSS, mkdir, renderTemplate } = require("./lib/makestuff.js");
13const log = (...args) => console.log(...args);
14const { rollupCode } = require("./lib/bundling.js");
15const bundling = require('./lib/bundling.js');
16const Table = require('cli-table');

Callers 5

buildBrowserFunction · 0.70
installDemoFunction · 0.70
installDocsFunction · 0.70
installDemoStylesFunction · 0.70
buildCoreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected