* typings for xml2json
* carried out suggestions made by andy-ms
* fixed: 9:1 unified-signatures These overloads can be combined into one signature taking `{} | string`.
* Move rx.virtualtime to its own package
* Update headers
* Update module name
* Move rx.time to its own package
* Update header and module name
* Move rx.testing to its own package
* Update headers and module name
* Move rx.joinpatterns to its own package
* Update headers and module name
* Move rx.expermental to its own package
* Update headder and module name
* Move rx.coincidence to its own package
* Combine rx.coincidence-lite.d.ts and rx.coincidence.d.ts into one file
* Update header and module name
* Move rx.binding to its own package
* combine rx.binding into index.d.ts
* Update headers and module name
* Move rx.backpressure to its own package
* Fix headers and update module name
* Move rx.aggregte to its own package
* Fix headers and update module name
* move rx.async to its own package
* Fix headers and module name
* move startAsync to rx-lite-async
* Move fromCallback tests back to rx
* Move rx-lite to its own package
* Fix headers
* Combine files
* import new module
* Fix file extension
* Fix strict null checks
* Move definitions back to rx
* move rx-core to its own package
* Update header and change module name
* Fix lint errors
* reference new rx-core
* update index.d.ts
* Point to new submodules
* turn strictNull On
* update tslint config
* Update module name
* Move Subject to core-binding
* Make rx-lite-* libraries depend on rx-lite
* Fix reference
* Fix lint errors
* Disable lint rules
* Disable lint rules
* Fix failing test
* Fixed up indentation on 'rx-lite-async-tests.ts'
* Fix formatting
* Switch tabs to spaces
* Fix whitespacing issue
* Update index.d.ts
* Add version number back
* Forgot a line of the header
* Update Configstore tests
Configstore is a class now, and doesn't expose these properties
* Create Configstore/tslint.json
* Update index.d.ts
* Remove JSDoc types per @andy-ms
* Forgot the size property
* Update index.d.ts
* 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
* Add typings for expr-eval
* Avoid use of Function type
* Use (slightly) stricter typings for expr-eval
* Update with more PR comments
* Disable linter due to bugs, allow CI to pass