atom-archive / xray

An experimental next-generation Electron-based text editor
MIT License
8.48k stars 235 forks source link

Fix the type for WorkTree.entries and ranges #144

Closed joshaber closed 5 years ago

joshaber commented 5 years ago

https://github.com/atom/xray/commit/277c2ba152d1b084c2238ed53f26a2cedb8762bc and https://github.com/atom/xray/pull/144/commits/f790df917ba0d63d400ab9f1bd4367bd4ee77353 are the important fixes here. The rest is just continuing the trend from from mutable to immutable 💥

nathansobo commented 5 years ago

Thanks for the TypeScript ✨!