MCPcopy Index your code
hub / github.com/QwikDev/qwik / getBanner

Function getBanner

scripts/util.ts:174–184  ·  view source on GitHub ↗
(moduleName: string, version: string)

Source from the content-addressed store, hash-verified

172
173/** Standard license banner to place at the top of the generated files. */
174export const getBanner = (moduleName: string, version: string) => {
175 return `
176/**
177 * @license
178 * ${moduleName} ${version}
179 * Copyright Builder.io, Inc. All Rights Reserved.
180 * Use of this source code is governed by an MIT-style license that can be
181 * found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
182 */
183`.trim();
184};
185
186/**
187 * The JavaScript target we're going for. Reusing a constant just to make sure all the builds are

Callers 7

submoduleTestingFunction · 0.90
submoduleCliFunction · 0.90
submoduleServerFunction · 0.90
submoduleCoreProdFunction · 0.90
submoduleCoreProductionFunction · 0.90
bundleCreateQwikCliFunction · 0.90
buildOptimizerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…