Loading
fix(build): adapt bundle and transpile for gitlab-lsp 8.107.0
- Mark Node built-ins crypto and node:diagnostics_channel as external in the browser esbuild bundle. gitlab-lsp 8.107.0 references these in out/common/index.js; they are not used at runtime in the browser (the LS runs in a separate worker). - Remove p-queue and p-timeout from the integration-test ES->CJS transpile list; gitlab-lsp 8.107.0 no longer pulls them into node_modules.