Skip to content

1.4.0 - Non-representable default values are now handled correctly

Compare
Choose a tag to compare
@smarie smarie released this 11 Mar 17:13
· 274 commits to main since this release

When a non-representable default value was used in the signature to generate, the code failed with a SyntaxError. This case is now correctly handled, by storing the corresponding variable in the generated function's context. Fixes #23.

See documentation page for details.