no shadowing bom variable js READMEWarns the developer he is shadowing a BOM object. Even though shadowing an object is syntactically right, I made so it's wrong, because there is no way this is allowed:
This is the error shown:
It supports all the BOM objects, and works with
RequirementsWorks for javascript. Known IssuesUsing var, instead of let or const doesn't trigger any error. But who uses var anyway... 1.0.0Initial release. Enjoy! |