Skip to content

Provides helper functions to support adding configurable debugging logging and support to your application or libraries.

License

Notifications You must be signed in to change notification settings

nevware21/ts-debug

Repository files navigation

@nevware21 / ts-debug

Provides helper functions to support adding configurable debugging logging and support to your application or libraries.

GitHub Workflow Status (main) codecov npm version downloads downloads

Description

This package provides helper functions to support adding configurable debugging logging and support to your application or libraries. The support is all built and tested using TypeScript with one of the primary focuses of this package is to provide support for the creation of code that can be better minified, resulting in a smaller runtime payload which can directly assist with Page Load performance.

Test Environments

  • Node (12, 14, 16, 18)
  • Browser (Chromium - headless)
  • Web Worker (Chromium - headless)

Documentation and details

See the documentation generated from source code via typedoc for a full list and details of all of the available types, functions, interfaces with included examples.

See Browser Support for details on the supported browser environments.

Type / Function Details
Interfaces
IDbgProvider This package exports the IDbgProvider interface and provides some implementations which abstracts the implmentation from the helper functions which use it to provide minification support.

Quickstart

Install the npm packare: npm install @nevware21/ts-debug --save

And then just import the helpers and use them.

Simple Examples

TBD

Release Notes

Browser Support

General support is currently set to ES5 supported runtimes higher.

Chrome Firefox IE Opera Safari
Latest ✔ Latest ✔ 9+ ✔ Latest ✔ Latest ✔

Contributing

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

About

Provides helper functions to support adding configurable debugging logging and support to your application or libraries.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published