diff options
author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2022-10-21 06:46:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 09:16:57 +0530 |
commit | 16a6b86122b742ba48637d58379d1c401ea206b7 (patch) | |
tree | 03f10e268f3b51ab100f1d0f05faeb96a0dc46a5 /cli/tsc/compiler.d.ts | |
parent | c007657cfda4e07ee3070919c0b629f874ba9106 (diff) |
fix(ext/ffi): Use BufferSource for FFI buffer types (#16355)
Potential fix for type-code mismatch in FFI buffer types. The code
supports ArrayBuffers, but types only reflect TypedArray support.
There's also an existing type for this sort of stuff: `BufferSource`.
(Although, it uses `ArrayBufferView` which doesn't actually connect with
the TypedArray interfaces specifically, but it's just a type inheritance
difference and nothing more.)
Diffstat (limited to 'cli/tsc/compiler.d.ts')
0 files changed, 0 insertions, 0 deletions