Commits
User selector
Commit History
Commits on Jun 16, 2020
Fix array indexing in Python (#7199)
Show description for fb30263authoredFix nonlocal and global variable tracking and type unification (#7185)
Show description for 9424c25authored
Commits on Jun 8, 2020
Fix python hover help for parameters (#7055)
Show description for afc5d54authored
Commits on Jun 5, 2020
py->ts: Emit array type annotation when array is empty (#7136)
Show description for afbe160authored
Commits on May 28, 2020
In py->ts, include type annotations if the rvalue is "None" (#7100)
Show description for 82fa0d0authored
Commits on May 27, 2020
Support the "step" argument in python's slice syntax (#7086)
Show description for da7bd58authored
Commits on May 15, 2020
Add spacing around event handlers when converting ts->py; add support for whitespace sensitive test cases (#7036)
Show description for 74552b9authored
Commits on May 14, 2020
Commits on May 12, 2020
Check pyRetType when emitting function definitions (#7003)
Show description for 57388b2authored- authored
Commits on May 11, 2020
Unify types on calls to slice, str (#6998)
Show description for 2369630authored
Commits on May 8, 2020
Commits on May 4, 2020
Bail out on generics in python type inference (#6962)
Show description for 3d4e24aauthoredShow keywords in auto-complete (#6845)
Show description for 6da2408authored
Commits on Apr 22, 2020
Fix name hints for namespaced functions and enable python decomp suite (#6893)
Show description for c49a50eauthored
Commits on Apr 17, 2020
Commits on Apr 10, 2020
Commits on Apr 9, 2020
Commits on Apr 2, 2020
Make the function names for python snippets match the pydeompiler (#6805)
Show description for 470603dandauthored
Commits on Mar 24, 2020
Proper nonlocal & global variable scope analysis for ts->py (#6599)
Show description for fef7a2aauthored
Commits on Mar 4, 2020
don't emit value if initializer has one (#6661)
Show description for 8a2fbacauthored
Commits on Feb 12, 2020
Fix "Ice Age" example not compiling (#6585)
Show description for 499010fauthored
Commits on Feb 11, 2020
Improvements for comment decompilation (#6573)
Show description for c1508fcauthored
Commits on Feb 7, 2020
Fix duplicate identifier names when using toolbox snippets (#6549)
Show description for 2d99a76authored
Commits on Feb 4, 2020
Gulp, TypeScript, and Monaco (#6523)
Show description for cb0bc75authored
Commits on Jan 30, 2020
Track source mappings through PY->TS (#6502)
Show description for 91632f0authored
Commits on Jan 17, 2020
- authored andcommitted
Use alias when avaiable in py decompiler (#6468)
Show description for d98b6d2authored- authored andcommitted
support py `for i in "abc"` (#6423)
Show description for b3c490aauthored andcommitted
Commits on Jan 16, 2020
- authored andcommitted
- authored
- authored
Commits on Jan 11, 2020
Always emit type annotations for parameter declaration (#6439)
Show description for 9d09f44authored
Commits on Jan 9, 2020
add support for break and continue (#6432)
Show description for e067910authored