MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / onLog

Function onLog

packages/tooling/src/vite.ts:156–164  ·  view source on GitHub ↗
(level, log, handler)

Source from the content-addressed store, hash-verified

154 ],
155 output: [],
156 onLog(level, log, handler) {
157 switch (log.code) {
158 case 'CIRCULAR_DEPENDENCY': // ignore circular dependency warnings
159 case 'EMPTY_BUNDLE': // ignore empty bundles
160 case 'EMPTY_IMPORT_META': // rolldown's automatic `{}` substitution in non-ESM
161 return;
162 }
163 handler(level, log);
164 }
165 }
166 }
167 };

Callers

nothing calls this directly

Calls 1

handlerFunction · 0.70

Tested by

no test coverage detected