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

Function getQwikDomVersion

scripts/submodule-server.ts:117–121  ·  view source on GitHub ↗
(config: BuildConfig)

Source from the content-addressed store, hash-verified

115}
116
117async function getQwikDomVersion(config: BuildConfig) {
118 const pkgJsonPath = join(config.packagesDir, 'qwik-dom');
119 const pkgJson = await readPackageJson(pkgJsonPath);
120 return pkgJson.version;
121}
122
123const browserCjsRequireShim = `
124if (typeof require !== 'function' && typeof location !== 'undefined' && typeof navigator !== 'undefined') {

Callers 1

submoduleServerFunction · 0.85

Calls 2

readPackageJsonFunction · 0.90
joinFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…