kungfooman / RuntimeTypeInspector.js

Checking JSDoc types at runtime for high-quality types - Trust is good, control is better.
MIT License
8 stars 0 forks source link

Rely on sending and receiving messages instead of direct DOM access #195

Closed kungfooman closed 1 month ago

kungfooman commented 1 month ago

Fixes #194

To do:

kungfooman commented 1 month ago

This PR became quite big and I removed two functions (enableTypeChecking and disableTypeChecking)

Big changes, PR probably introduces some corner case issues I'm not yet aware of :see_no_evil:

But the real change is now the support for messaging and I will bump semver version for this later...