https://github.com/enlight/atom-typings
TypeScript type definitions for Atom 1.0
https://github.com/enlight/atom-typings
Last synced: over 1 year ago
JSON representation
TypeScript type definitions for Atom 1.0
- Host: GitHub
- URL: https://github.com/enlight/atom-typings
- Owner: enlight
- Created: 2015-06-30T16:43:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T16:46:28.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T07:43:18.976Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atom-typings
These are now largely done, I've mostly focused on the parts of the API that were marked as public
and essential, submit PRs if you find anything useful missing. The parts of the API that were
deprecated in Atom 1.0 have been omitted entirely, don't submit PRs for those,
[upgrade your package](https://atom.io/docs/latest/upgrading-to-1-0-apis-upgrading-your-package)
instead.
The idea is to get these into [DefinitelyTyped](https://github.com/borisyankov/DefinitelyTyped/)
but there's a bit of a backlog and a limited number of maintainers, so it'll take a while.
Here's the current status of getting these type definitions into [DefinitelyTyped](https://github.com/borisyankov/DefinitelyTyped/):
- [x] [event-kit](https://github.com/borisyankov/DefinitelyTyped/tree/master/event-kit)
- [x] PR merged
- [x] [atom-keymap](https://github.com/borisyankov/DefinitelyTyped/tree/master/atom-keymap)
- [x] [PR submitted](https://github.com/borisyankov/DefinitelyTyped/pull/4905)
- [x] PR merged
- [x] [first-mate](https://github.com/borisyankov/DefinitelyTyped/tree/master/first-mate)
- [x] [PR submitted](https://github.com/borisyankov/DefinitelyTyped/pull/4906)
- [x] PR merged
- [ ] [serializable](https://github.com/enlight/atom-typings/tree/master/serializable)
- [ ] PR submitted
- [ ] PR merged
- [ ] [text-buffer](https://github.com/enlight/atom-typings/tree/master/text-buffer)
- [ ] PR submitted, depends on `serializable`
- [ ] PR merged
- [ ] [atom](https://github.com/enlight/atom-typings/tree/master/atom)
- [ ] PR submitted, depends on `serializable` and `text-buffer`
- [ ] PR merged