0.0.7
A little but useful update.
- Fixed a problem where code blocks intended for functions of a different type were removed from the generated function, and as a result, the function was not compiled. Now a
passis always inserted into the empty body of the function (except for generator functions, there will be a check foryieldin the future). - Fixed a problem with work of third-party context managers.
- Added more tests for old features.