Skip to content

putout v7.24.0

Choose a tag to compare

@coderaiser coderaiser released this 30 Apr 16:02
· 16290 commits to master since this release

fix

  • (@putout/plugin-convert-for-in-to-for-of) negative: absent hasOwnProperty
  • (@putout/plugin-convert-for-in-to-for-of) npmignore: add fixture
  • (package) eslintrc

feature

  • (putout) add ability to show rule name on crash
  • (@putout/engine-runner) add ability to set rule name on crash
  • (@putout/plugin-extract-sequence-expressions) add support of AwaitExpression
  • (@putout/plugin-convert-for-in-to-for-of) add support of missing VariableDeclaration
  • (@putout/plugin-remove-unused-variables) const __a = __b = __c -> __b = __c
  • (@putout/plugin-remove-unused-variables) const __a = exports = __b -> exports = __b
  • (@putout/plugin-remove-unused-variables) const __a = module.exports = __b -> module.exports = __b
  • (@putout/eslint-config) add "no-cond-assign: off"
  • (eslint-plugin-putout) add function declaration-paren-newline