Skip to content

Commit

Permalink
feat: Add TraceAnything, a new generic tracing engine
Browse files Browse the repository at this point in the history
TraceAnything does what it says on the tin.  You can feed it a class,
an object, a member, a prototype, on an HTML element type, and it will
explore the properties, methods, and events of the thing, shim them,
and trace them.  It is configurable, and has support for
non-enumerable events and arbitrary logging mechanisms via that
configuration.

Change-Id: Ie90364f4d6287662910523992c6e9318bb548c42
  • Loading branch information
joeyparrish committed Nov 4, 2021
1 parent 18788d3 commit 09260ee
Showing 1 changed file with 952 additions and 0 deletions.
Loading

0 comments on commit 09260ee

Please sign in to comment.