You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have confirmed that this issue is not reproducible on Node 21.2.0 and earlier, so we suspect that the issue might have to do with something that changed in Node 21.3.0.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
Question
Answer
@microsoft/api-extractor version?
7.36.4
Operating system?
Ubuntu 20.04.6
API Extractor scenario?
rollups (.d.ts)
Would you consider contributing a PR?
No
TypeScript compiler version?
5.0.4
Node.js version (node -v)?
21.3.0
The text was updated successfully, but these errors were encountered:
Summary
When trying to generate rolled up definition file, fails to write the definition file with
EBADF
.Repro steps
npm install
node ./node_modules/typescript/bin/tsc
npx api-extractor --typescript-compiler-folder node_modules/typescript --local
Expected result: Runs with no errors and produces
bson.d.ts
successfullyActual result: When run with
--diagnostics
flag enabledDetails
We have confirmed that this issue is not reproducible on Node 21.2.0 and earlier, so we suspect that the issue might have to do with something that changed in Node 21.3.0.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/api-extractor
version?node -v
)?The text was updated successfully, but these errors were encountered: