mongosh icon indicating copy to clipboard operation
mongosh copied to clipboard

[Do Not Merge] PoC for shell-api autocomplete type definitions

Open addaleax opened this issue 1 year ago • 0 comments

cd packages/shell-api && \
  npm run compile && \
  npx api-extractor run ; \
  npx ts-node bin/api-postprocess.ts ; \
  cat lib/api-processed.d.ts

(api-extractor will dump a ton of errors)

addaleax avatar Jan 24 '24 17:01 addaleax