Skip to content

python2ts: v1.4.3

Latest

Choose a tag to compare

@swernerx swernerx released this 23 Jan 10:53
e7143d6

1.4.3 (2026-01-22)

Bug Fixes

  • class method *args, **kwargs parameter order (9a0893b), closes #62
  • comments in args, f-string debug syntax, scientific notation, bare raise (cd25d79)
  • filter comments in expressions, 2D slice assignment with ndarray (9a94e18)
  • filter comments in set literals (d16359f)
  • handle edge cases for imports, method calls, and abstract classes (3e1c1ba)
  • parenthesized tuple, bytes literals, 2D slice, reserved words (89e2c61)
  • reserved keywords in decorated functions, spread in arrays, nested tuple unpacking (b347544)
  • reserved keywords in destructuring, spread in assignments, tuple comments, doc in classes (6c7263f)