mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-03 05:35:56 -04:00
- 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