Files
insomnia/packages/insomnia-testing
Jack Kavanagh 54a23e3bbb refactor: remove dead vite config stubs and fix stale comments (#10026)
* 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
2026-06-04 09:35:02 +00:00
..