Commit graph

2 commits

Author SHA1 Message Date
Zaggy1024
675e209f5e Meta: Simplify tracking the current op in libjs_bytecode_def.py
The the presence of a value in the Optional[OpDef] already indicated
whether the loop was in an op. The `in_op` variable was decoupling the
check for a current op from the usage of the current op, so type
checking couldn't determine that None was impossible where it was used.
2026-05-13 08:13:51 -05:00
Timothy Flynn
5c34c7f554 Meta: Move python code generators to a subdirectory
Let's have a bit of organization here, rather than an ever-growing Meta
folder.
2026-04-23 07:31:19 -04:00
Renamed from Meta/libjs_bytecode_def.py (Browse further)