MCPcopy
hub / github.com/babel/babel / log

Function log

scripts/utils/logger.ts:6–9  ·  view source on GitHub ↗
(msg: string, ...args: any[])

Source from the content-addressed store, hash-verified

4 * @param {...any} args - Additional arguments to log.
5 */
6export function log(msg: string, ...args: any[]) {
7 const time = new Date().toLocaleTimeString("en-US", { hour12: false });
8 console.log(`[${time}] ${msg}`, ...args);
9}

Callers 6

generateHelpersFunction · 0.90
generateStandaloneFunction · 0.90
buildRollupFunction · 0.90
buildRollupDtsFunction · 0.90
Gulpfile.tsFile · 0.90
transformFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected