MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / onwarn

Function onwarn

frameworks/lit/rollup.config.js:19–23  ·  view source on GitHub ↗
(warning)

Source from the content-addressed store, hash-verified

17 format: 'esm',
18 },
19 onwarn(warning) {
20 if (warning.code !== 'THIS_IS_UNDEFINED') {
21 console.error(`(!) ${warning.message}`);
22 }
23 },
24 plugins: [
25 replace({'Reflect.decorate': 'undefined'}),
26 typescript(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected