Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added autocomplete support for the graphics module. This has several …
…aspects: - We need to load graphics.py to process it so I use webpack's support for loading text files at import-time. - Then we extract types from this file (added to the file in this commit) in the format TigerPython expects. And that's all we need to do. Then we have support in the autocomplete for the graphics types.
- Loading branch information