mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
node: Set "lib" to "es5" (#15093)
This commit is contained in:
@@ -520,7 +520,7 @@ function stream_readable_pipe_test() {
|
||||
|
||||
assert(typeof r.bytesRead === 'number');
|
||||
assert(typeof r.path === 'string');
|
||||
assert(typeof rs.path === 'Buffer');
|
||||
assert(rs.path instanceof Buffer);
|
||||
|
||||
r.pipe(z).pipe(w);
|
||||
|
||||
@@ -2159,7 +2159,7 @@ namespace v8_tests {
|
||||
|
||||
const heapStats = v8.getHeapStatistics();
|
||||
const heapSpaceStats = v8.getHeapSpaceStatistics();
|
||||
|
||||
|
||||
const zapsGarbage: number = heapStats.does_zap_garbage;
|
||||
|
||||
v8.setFlagsFromString('--collect_maps');
|
||||
|
||||
Reference in New Issue
Block a user