Commits
User selector
Commit History
Commits on Jul 14, 2020
Commits on Jul 7, 2020
Fix parameter auto-complete in some cases (#7277)
Show description for 5f0b367authored
Commits on Jun 29, 2020
Add support for union types in Python compiler (#7257)
Show description for 753f45bauthoredFix type checking of function args by allowing narrower types instead of always unifying with formal param (#7246)
Show description for 4eb7760andauthored
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 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 74552b9authoredMore intellisense fixes (#7032)
Show description for 7d927eaauthored
Commits on May 12, 2020
Fix member auto-complete for primative types (#6963)
Show description for 9c14efaauthoredCheck 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 6, 2020
redo callkeys in blocklycompiler to not use compile (#6976)
Show description for 3eb39bdauthored
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 30, 2020
Better autocomplete on "this" keyword (#6869)
Show description for 3a2e76fauthored
Commits on Apr 29, 2020
Provide block aliases for javascript functions that return values (#6901)
Show description for 33cd158authored
Commits on Apr 22, 2020
Fix name hints for namespaced functions and enable python decomp suite (#6893)
Show description for c49a50eauthored
Commits on Apr 21, 2020
- authored
Commits on Apr 20, 2020
proposed fix for enum bug (#6875)
Show description for f898b5bandauthored
Commits on Apr 9, 2020
proper js parseint, and add string.trim (#6825)
Show description for 47d3075authored
Commits on Apr 8, 2020
Commits on Apr 3, 2020
Multi editor per target (#6813)
Show description for 19e4db7authored- authored
Commits on Mar 27, 2020
Service worker (aka the death of the application cache) (#6634)
Show description for 4e9bd1fandauthored
Commits on Mar 24, 2020
Proper nonlocal & global variable scope analysis for ts->py (#6599)
Show description for fef7a2aauthoredReturn values for functions in blocks (#6736)
Show description for 69905d5authored
Commits on Mar 12, 2020
Fix completions in non-main ts and py files (#6699)
Show description for c047367authored
Commits on Mar 10, 2020
Adding language service tests and improving completions for literals (#6692)
Show description for 53b826dauthored
Commits on Mar 4, 2020
don't emit value if initializer has one (#6661)
Show description for 8a2fbacauthored
Commits on Feb 25, 2020
Wrap Python tutorial snippets in a function to reduce scoping issues (#6631)
Show description for f7a9fa0authored
Commits on Feb 12, 2020
Fix "Ice Age" example not compiling (#6585)
Show description for 499010fauthored