issues
search
logdna
/
logdna-browser
A frontend browser logging and exception capturing library for LogDNA
MIT License
19
stars
14
forks
source link
Export TypeScript Types, Minor Code Housekeeping
#13
Open
prescience-data
opened
3 years ago
prescience-data
commented
3 years ago
Implements:
Fixes TypeScript exports
Consolidates dangling types
Adds typed Exceptions
Inlines some verbose code
Adds
lint
to npm commands
Suggestions:
Would be good to implement some ESLint rules to avoid contributors IDEs messing with code style (some things that
prettier
doesn't catch).
With typed
Exceptions
added, may be worth adding specific error
instanceof
checks in certain places.
Implements:
lint
to npm commandsSuggestions:
prettier
doesn't catch).Exceptions
added, may be worth adding specific errorinstanceof
checks in certain places.