DefinitelyTyped/node
a8775 18e96e67d7 add HeapInfo interface to v8 module (#13677)
* add HeapInfo interface to v8 module

Documentation:
https://nodejs.org/dist/latest-v7.x/docs/api/v8.html#v8_v8_getheapstatistics

Changes:
- add HeapInfo interface to the v8 module, add missing fields: malloced_memory, peak_malloced_memory, does_zap_garbage
- change return type for the method: v8.getHeapStatistics()

* change does_zap_garbage type to be 0|1

* add const enum DoesZapCodeSpaceFlag type
2017-01-03 10:21:31 -08:00
..
index.d.ts add HeapInfo interface to v8 module (#13677) 2017-01-03 10:21:31 -08:00
node-0.8.8.d.ts isTTY is optional 2016-11-21 12:00:08 +01:00
node-0.10.d.ts isTTY is optional 2016-11-21 12:00:08 +01:00
node-0.11-tests.ts
node-0.11.d.ts isTTY is optional 2016-11-21 12:00:08 +01:00
node-0.12-tests.ts
node-0.12.d.ts isTTY is optional 2016-11-21 12:00:08 +01:00
node-4-tests.ts Merge branch 'master' into types-2.0 2016-11-09 17:20:41 -08:00
node-4.d.ts Merge master into typings-2.0 2016-11-29 16:51:33 -08:00
node-tests.ts Fix dgram.Socket message event 2016-12-29 01:50:02 -06:00
tsconfig.json Add "noImplicitThis" to all tsconfig.json (#13446) 2016-12-19 14:11:46 -08:00