mirror of
https://github.com/Kong/insomnia.git
synced 2026-07-31 01:37:32 -04:00
* refactor: remove dead vite.config stubs and fix comments - Remove @apidevtools/swagger-parser and mocha from externalDependencies since both are only used in the main process (importers and IPC handler), never in the renderer - Update stale comment claiming nodeIntegration: true is still used - Remove misleading insomnia-testing example from SSR conditions comment - Remove main/types fields from insomnia-testing package.json since they point to a non-existent src/index.ts; all consumers use explicit deep path imports * refactor: remove unused assert polyfill alias, clarify dep chain in comments - Remove assert/node:assert aliases — no renderer consumer (jshint, isomorphic-git, events, tough-cookie) requires 'assert' - Condense polyfill comments to show only the evidence (which library needs it) - Update util comment from tough-cookie (moved to main process) to jshint (actual renderer consumer) * clean up vite config * fix lint