Skip to content

putout v37.19.0

Choose a tag to compare

@coderaiser coderaiser released this 22 Jan 22:09
· 4615 commits to master since this release

🐞 fix

  • d935947 @putout/plugin-extract-keywords-from-variables: isDeclarationKeyword

🔥 feature

  • 94e35fb @putout/plugin-putout: declare: operator-keyword
  • 1be2228 @putout/operator-keyword: isDeclarationKeyword, isConditionKeyword
  • f379813 putout: @putout/plugin-remove-unused-variables v10.1.0
  • f27b244 @putout/plugin-remove-unused-variables: drop support of 🐊 < 37
  • 40ad7ae putout: add operator-keyword
  • 6cf22f7 @putout/plugin-remove-unused-variables: exclude keywords
  • 8e3dce0 @putout/operator-keyword: add
  • 03024f0 @putout/plugin-extract-keywords-from-variables: isKeyword
  • e6d8580 @putout/plugin: declare: isKeyword
  • da325b7 @putout/engine-loader: load: PUTOUT_LOAD_DIR
  • dfdf418 @putout/plugin-conditions: reverse-conditions: !(__a !== __b || __c !== __d) -> __a === __b && __c === __d
  • b178889 @putout/plugin-putout: declare-path-variable: add
  • 4989b9f @putout/plugin-putout: declare-template-variables: declared partially
  • ee80b00 @putout/engine-parser: acorn: ParenthesizedExpression + TS