TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
Add BigInt64Array and BigUint64Array types
See https://github.com/heycam/webidl/pull/936.
BigInt64ArrayandBigUint64Arrayare introduced as keywords.- The
ArrayBufferViewandBufferSourcealiases now include BigInt64Array and BigUint64Array as part of the union.
Concretely, the only change that appears to be necessary is changing the bufferSourceTypes array here: https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/a0f3ac4a4b764fe908e6aa81365e348a1b4004d2/src/build/helpers.ts#L4-L17