summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
authorAapo Alasuutari <aapo.alasuutari@gmail.com>2022-10-21 06:46:57 +0300
committerGitHub <noreply@github.com>2022-10-21 09:16:57 +0530
commit16a6b86122b742ba48637d58379d1c401ea206b7 (patch)
tree03f10e268f3b51ab100f1d0f05faeb96a0dc46a5 /cli/tsc
parentc007657cfda4e07ee3070919c0b629f874ba9106 (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')
0 files changed, 0 insertions, 0 deletions