MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / info

Function info

packages/webpack5/src/helpers/log.ts:41–45  ·  view source on GitHub ↗
(...data: any)

Source from the content-addressed store, hash-verified

39}
40
41export function info(...data: any): void {
42 if (env.verbose) {
43 console.log(`[@nativescript/webpack] Info: \n`, ...cleanup(data));
44 }
45}
46
47// todo: refine
48// export function error(message: string, info?: { possibleCauses?: string[] }) {

Callers 3

resolveChainableConfigFunction · 0.90
addPlatformFunction · 0.90
applyExternalConfigsFunction · 0.90

Calls 2

cleanupFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected