- More careful asyncIterator definition
- Remove debug line
- Revert to using plain ghci
- Use atom-ts-spec-runner
- Lints and style
- Don't run ghci-specific tests on travis
- Reshuffle sources, bump dependencies, add travis
- Bump dependencies
- Simplify terminal-echo
- Remove unused terminal-reporter message
- Rewrite GHCI interface code to use interactive-process
- Fix temp variable assignment
- Bump dependencies and a bit of housekeeping
- Support breakpoints in non-main modules (@DavidEichamnn)
- 🎨 Code cleanup
- Package deactivation (rudimentary)
- Move TerminalEcho to /bin; target es5 with it
- Fix for trace history longer than 100
- Typed emitter
- Avoid using getActiveTextEditor, since it's unreliable
- bump submodules
- Bump minimal Atom version to 1.19
- Expression: don't attempt to evaluate empty expressions
- Tooltips: get closest identifier from grammar scope on empty range
- Use atom-select-list instead of space-pen
- Remove dependency on Emissary
- noImplicitAny
- Fix infinite loop in expression evaluation
- Migrate to UPI-3
- Switch to new typings
- Use Object.values instead of _.values