TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Add BigInt64Array and BigUint64Array types

Open TimothyGu opened this issue 4 years ago • 0 comments

See https://github.com/heycam/webidl/pull/936.

  • BigInt64Array and BigUint64Array are introduced as keywords.
  • The ArrayBufferView and BufferSource aliases 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

TimothyGu avatar Jul 05 '21 18:07 TimothyGu