Skip to content

python2ts: v1.2.0

Choose a tag to compare

@swernerx swernerx released this 21 Jan 09:49
ae68765

1.2.0 (2026-01-21)

Features

  • add ESLint prefer-const post-processing for optimal variable declarations (209a1f9), closes #16
  • improve code quality of generated TypeScript (e0f49f1)
  • transpiler: add ESLint rules for cleaner output (737335d)
  • transpiler: add prefer-arrow-callback ESLint rule (7825978)
  • transpiler: add prefer-rest-params and prefer-spread rules (9f45b1e)
  • transpiler: add TypeScript type-aware ESLint rules (e16104f)

Code Refactoring

  • transpiler: use typescript-eslint presets (16db776)