reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/extension_bundle

Idea detail

extension_bundle

reqlan rq/development/build.rq:77

block

Summary

The extension host ( `src/extension/main.ts` ) and language server ( `src/language/main.ts` ) are bundled with esbuild per esbuild.mjs.
sql. js asm is emitted as `out/extension/vendor/sql-asm.cjs` and remains behind a dynamic import so the extension host entry does not parse the database engine before first paint.
Output: CommonJS `.cjs` files under `packages/extension/out/`.
`vscode` remains external; a small `Object.groupBy` polyfill is injected for older Node runtimes.

Jump to outbound references

Jump to inbound references

Navigation

Source file

reqlan rq/development/build.rq

build.rq

file cluster

reqlan rq/development

folder cluster

status: Not present

status cluster

tag: Not present

tag cluster

Printable page

Static print-friendly idea sheet.

Attributes

KeyValue
steps node esbuild.mjs

Browse all attributes

Ancestor context

No ancestor chain recorded.

Outbound references

KindIdeaPathSnippet
file_reference extension_esbuild packages/extension/esbuild.mjs esbuild.mjs

Inbound references

KindIdeaPathSnippet
None

Unresolved references

KindIdeaPathSnippet
None

Local graph

Initialising graph…