microsoft / microsoft/typespec
[Bug]: TypeScript emitter framework should emit bytes as Uint8Array<ArrayBuffer>
Open
bug
emitter-framework
triaged:core
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
Today it emits Uint8Array with no generic parameter which results in a type that is incompatible with most network APIs like fetch (because those APIs don't accept shared array buffers).
Contributor guide
Assessment
This issue has not been assessed yet.