Closed frankebersoll closed 9 years ago
Awesome job
Is this ready to be tested and merged?
Absolutley. Currently working on https://github.com/exceptionless/Exceptionless.JavaScript/issues/8 for it to make it into the same release.
Awesome!
This now contains support for additional properties (https://github.com/exceptionless/Exceptionless.JavaScript/issues/8), including some unit tests to check for compatibility with common browser properties.
Awesome!
This feature (Issue #6) adds a
NodeModuleCollector.ts
that tries to find all currently loaded npm modules:npm ls --depth=0 --json
to get all installed packages on root level. Those modules are cached, as they won't change during runtime.require.cache
to get all currently cached modules. Those are all JavaScript files that have been required since startup of the application./node_modules/
, which is the module name, and makes them unique.