Nathan Shively-Sanders 3a6dde0b6b Make numeric Array constructors take ArrayLikeBuffer union
PR #38449 changed the second overload of the constructor for Int8,
Uint8, Int32, Uint32, Int16, Uint16, Float, Float64 -Array so that it no
longer includes `ArrayBufferLike`. It's just `ArrayLike<number>`.
This is fine except in the case that
the caller provides exactly `ArrayLike<number> | ArrayBufferLike`. This
PR adds ArrayBufferLike back so that the union is once again accepted.

This avoids a breaking change, in particular in one Microsoft-internal
codebase.
2020-08-03 16:57:29 -07:00
..
2020-06-12 13:55:40 -07:00
2018-06-04 14:05:56 -07:00
2018-05-04 15:51:13 -07:00
2020-03-26 13:55:56 -07:00
2018-05-31 09:50:51 -07:00
2018-05-04 15:51:13 -07:00
2018-05-04 15:51:13 -07:00
2018-05-04 15:51:13 -07:00
2018-05-04 15:51:13 -07:00
2020-03-26 13:55:56 -07:00
2018-05-04 15:51:13 -07:00
2019-06-27 11:30:03 +03:00
2019-07-18 15:06:56 +03:00
2020-03-11 08:36:00 -07:00
2018-05-04 15:51:13 -07:00
2019-06-27 11:30:03 +03:00
2018-10-22 03:33:11 +05:30
2020-06-12 13:55:40 -07:00
2017-03-17 13:54:18 -07:00

Read this!

The files within this directory are used to generate lib.d.ts and lib.es6.d.ts.

Generated files

Any files ending in .generated.d.ts aren't meant to be edited by hand. If you need to make changes to such files, make a change to the input files for our library generator.