Skip to content

TSLint-Filter 1.10.0

Compare
Choose a tag to compare
@jens-duttke jens-duttke released this 14 Feb 16:40
  • Create new failure instead of overwriting private properties of the existing failure
  • The return value of modifyFailure() can be a string now, which replaces the original failure message, but keeps all other failure properties.
  • The second parameter of modifyFailure() is the sourceFile object now
  • The third parameter of modifyFailure() is the program for typed rules, otherwise it's undefined.
  • Add JSDoc type definitions to predefined rule wrappers
  • ___deprecation: Extends the message by the context of the deprecated identifier (like KeyboardEvent.which).