Skip to content

Conversation

@adamdbradley
Copy link
Contributor

No description provided.

@adamdbradley adamdbradley enabled auto-merge (squash) August 9, 2022 03:36
@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: befc811
Status: ✅  Deploy successful!
Preview URL: https://bc00551b.qwik-docs.pages.dev
Branch Preview URL: https://qwik-city-entry.qwik-docs.pages.dev

View logs

@adamdbradley adamdbradley merged commit 94d58aa into main Aug 9, 2022
@adamdbradley adamdbradley deleted the qwik-city-entry branch August 9, 2022 03:39
for (let i = 0; i < ctx.entries.length; i++) {
const entry = ctx.entries[i];
c.push(`export const _${i} = () => import(${JSON.stringify(entry.filePath)});`);
c.push(`export const ${entry.id} = () => import(${JSON.stringify(entry.filePath)});`);

Check warning

Code scanning / CodeQL

Improper code sanitization

[Improperly sanitized value](1) flows to here and is used to construct code.
youngboy added a commit to youngboy/qwik that referenced this pull request Aug 10, 2022
* main: (29 commits)
  docs: update qwik-city docs (QwikDev#1001)
  docs: cache control headers (QwikDev#1000)
  feat: Expose types related to head function in endpoints (QwikDev#999)
  docs: fix link to resumable concept docs (QwikDev#998)
  docs: replace obs function by track function (QwikDev#997)
  docs: Update progressive.mdx (QwikDev#995)
  docs: add link to the community groups index page (QwikDev#979)
  docs: update docs to directory routing (QwikDev#972)
  0.0.41 (QwikDev#994)
  fix: repl require() core.cjs (QwikDev#993)
  0.0.40 (QwikDev#992)
  chore: update lint ignore rules (QwikDev#991)
  chore: update qwik-city starter (QwikDev#990)
  feat: make Content-Type json validation less rigid
  docs: Update resumable.mdx (QwikDev#980)
  release: qwik-city 0.0.32 (QwikDev#978)
  fix: qwik-city dev server, improve tests (QwikDev#977)
  fix: qwik-city entry chunk name (QwikDev#976)
  release: qwik-city 0.0.31 (QwikDev#973)
  chore: 0.0.40-0 (QwikDev#971)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants