-
filterInternals(lines, opts) → {Array.<string>}
-
Filters all internals specified via opts from the given lines.
Parameters:
Name Type Argument Description lines
Array.<string> to filter lines from that have internals
opts
Object <optional>
specify which kind of internals to keep
Properties
Name Type Description unresolveds
Boolean unresolved addresses like
0x1a23c
are filtered from the trace unless this flag is set (default: false)sysinternals
Boolean sysinternals like
__lib_c_start...
are filtered from the trace unless this flag is set (default: false)v8internals
Boolean v8internals like
v8::internal::...
are filtered from the trace unless this flag is set (default: false)v8gc
Boolean when v8internals are filtered, garbage collection info is as well unless this flag set (default: true)
Returns:
lines that passed through the filter
- Type
- Array.<string>
Maintenance
Commit Frequency
Further analysis of the maintenance status of trace-filter-internals based on released npm versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.
An important project maintenance signal to consider for trace-filter-internals is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.