Inspectopedia Help

Probable bugs

'switch' statement with no 'default' branch   New in this release

Reports a switch statement without default branches in CoffeeScript content.

Infinite loop statement  

Reports a for, while, or do statement that can only exit by throwing an exception.

Missing import statement   New in this release

Reports a module that is not referenced through an import statement.

Object literal call   New in this release

Reports an object literal expression that is invoked as if it were a function.

Variable assigned to itself   New in this release

Reports any assignment of the form x = x in CoffeeScript content.

Last modified: 11 September 2024