Files
insomnia/.github
jackkav e2a85e94e5 fix: make generate:autocomplete runnable and add CI check
- Switch generate:autocomplete to use esr (esbuild-runner) instead of
  node --experimental-strip-types, matching the pattern used across the
  monorepo for TypeScript script execution
- Add esbuild-runner.config.js to mark @getinsomnia/node-libcurl and
  electron as external, preventing the bundler from choking on the
  native .node addon transitively pulled in by send-request.ts
- Import directly from source files in the script to document the
  intent clearly (avoiding index.ts which re-exports send-request)
- Regenerate autocomplete-snippets.json (227 snippets, content matches
  the old hand-crafted file but now pretty-printed and complete)
- Add CI step in test.yml that runs generate:autocomplete and fails the
  build if the output differs from the committed file
2026-06-03 08:44:24 +02:00
..