Commit Graph

72 Commits

Author SHA1 Message Date
Nikolay Yakimov
b63d70da01 [atom] Revert getLastCursor type (#34869)
Apparently, `getLastCursor` returning `undefined` was unintened and evidently was at some point silently fixed, at least in most cases.
2019-04-21 10:40:45 -07:00
Nikolay Yakimov
9f250ce56b atom: update to version 1.36 (#34821) 2019-04-18 15:50:27 -07:00
Nathan Shively-Sanders
608c146d89 Mark non-npm packages 2019-02-13 15:44:35 -08:00
Ulrich Buchgraber
6ccbcd2c4d Fix all the (unrelated) 'no-angle-bracket-type-assertion' linter errors in packages which depend on @types/node 2018-11-21 01:29:44 +01:00
Andy
7c6c96516e
More fixes from dtslint improvements (#29765) 2018-10-15 17:35:36 -07:00
Nikolay Yakimov
e0aa5bf22c atom: update to version 1.31 (#29551) 2018-10-09 11:30:10 -07:00
GlenCFL
ae75d945a1 atom: bump to version 1.28 2018-06-22 15:47:23 -04:00
GlenCFL
12bfa24567 [atom] mark MarkerLayer.getRole's return as potentially undefined 2018-05-21 05:38:37 -04:00
GlenCFL
2a4b24f0d0 [atom] support Project.onDidReplace, add history interfaces 2018-05-20 18:08:40 -04:00
GlenCFL
b0ebc93ab3 [atom] support version 1.27 2018-05-20 11:07:44 -04:00
Glen M
a146d147bb [atom] Support version v1.26. (#25111)
* [atom] bump to v1.26.

* [atom] support ContextMenu placement properties.
2018-04-19 10:57:56 -07:00
Nikolay Yakimov
3b587e9ce3 [atom] Clean up FilesystemChangeEvent (#24968)
Add a type for a single FilesystemChange, have `oldPath` on rename
events only.
2018-04-13 08:49:55 -07:00
Nikolay Yakimov
54968ba726 [atom] Updates to AC+ types (#24967) 2018-04-13 08:49:39 -07:00
GlenCFL
2e06710aab atom: add support for v1.25. 2018-03-16 05:26:33 -04:00
Nikolay Yakimov
7421b45cf0
[Atom] Add readonly qualifier to some properties 2018-03-11 20:54:12 +03:00
GlenCFL
ea5617c050 atom: add the JQuery compatible type instead of using JQuery. 2018-03-08 23:13:21 -05:00
GlenCFL
e2000f841d atom: remove jQuery as a dependency. 2018-03-08 20:20:32 -05:00
Armando Aguirre
3a790703df
Merge pull request #24075 from Hirse/patch-1
Atom: Add id to MarkerLayer
2018-03-06 12:29:05 -08:00
Jan Pilzer
cdd1c69488
Atom: Add tests for MarkerLayer id 2018-03-05 14:17:40 -08:00
Jan Pilzer
351a918bfb
Atom: Add id to DisplayMarkerLayer 2018-03-05 14:17:02 -08:00
Jan Pilzer
3e552b76f6
Atom: Add id to MarkerLayer 2018-03-04 18:23:29 -08:00
Nikolay Yakimov
ca01c72d2a
[atom] File.read can return Promise<null>
ea686aeffc/src/file.coffee (L270)
2018-03-03 23:30:45 +03:00
Glen M
b728b61adb atom: add the linterName property to Linter Message (#23804) 2018-02-27 07:33:44 -08:00
Daniel Rosenwasser
ded713d650
Merge pull request #23621 from GlenCFL/atom-1.24
atom: support version 1.24.
2018-02-15 11:23:41 -08:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
GlenCFL
13c5a9e977 atom: bump to version 1.24. 2018-02-13 16:42:13 -05:00
smhxx
bfd3533b4f
atom: fix callback signature for Directory.getEntries() 2018-02-10 21:42:27 -06:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
smhxx
417ea06896 atom: add PackageManager.deactivatePackage() method (#23208) 2018-01-26 09:06:08 -08:00
smhxx
2c7e6c4f09 atom: fix return type of LinterProvider.lint() (#22904) 2018-01-17 09:57:04 -08:00
smhxx
a025cb184b atom: fix type of Task.send()'s message parameter (#22907)
* atom: fix type of Task.send()'s message parameter

* atom: disallow undefined message argument to Task.send()

* atom: remove unnecessary linter comment

* atom: allow nested arrays to be passed to Task.send()
2018-01-17 09:55:29 -08:00
Nikolay Yakimov
0e20cee14e Remove undefined from atom.config.get (#22589) 2018-01-02 12:16:36 -08:00
Nikolay Yakimov
cbf0da6545 [atom] atom.workspace.isTextEditor is a type assertion (#22590) 2018-01-02 12:16:19 -08:00
smhxx
12522af29a [atom] add type guarding to isFile() and isDirectory() methods (#22591) 2018-01-02 12:15:57 -08:00
GlenCFL
6e88f6eb9a atom: document the properties of TextInsertionOptions. 2017-12-26 18:32:13 -05:00
GlenCFL
9def24f941 atom: support version 1.23 2017-12-26 14:21:49 -05:00
Arthur Ozga
0271861ab4
Merge pull request #22251 from lierdakil/text-editor-element-component
[atom] Added TextEditorElement and TextEditorComponent
2017-12-19 15:55:13 -08:00
Arthur Ozga
3bc3a37b7d
Merge pull request #22248 from lierdakil/atom-setTextInBufferRange-return-type
[atom] setTextInBufferRange fix and missing definitions
2017-12-19 15:51:21 -08:00
Nikolay Yakimov
e04d65fe12
[atom] Adding myself (@lierdakil) to authors list
Also removing extraneous comma, as per multiline format example at
https://github.com/DefinitelyTyped/DefinitelyTyped#edit-an-existing-package
2017-12-17 19:42:22 +03:00
Nikolay Yakimov
3d0964bd85
[atom] Use interface for pixel position type 2017-12-17 18:48:21 +03:00
Nikolay Yakimov
9a0ce85aa9
[atom] Added TextEditorElement and TextEditorComponent 2017-12-17 13:05:08 +03:00
Nikolay Yakimov
0c842ceefe
[atom] Add some missing definitions mentioned in #22211 2017-12-17 02:17:54 +03:00
Nikolay Yakimov
87fe42183e
[atom] setTextInBufferRange returns Range, not void 2017-12-17 01:28:55 +03:00
Nikolay Yakimov
78828b3fb7
[atom] update watchPath tests 2017-12-14 01:22:23 +03:00
Nikolay Yakimov
8015c2aead
watchPath returns a Promise 2017-12-13 22:17:57 +03:00
GlenCFL
be75291b04 atom: use lierdakil's implementation for Atom.Emitter. 2017-12-06 06:37:42 -05:00
GlenCFL
00ba109977 atom: more lax typing for item in TooltipManager.add 2017-12-06 02:53:40 -05:00
GlenCFL
5b9aafbe1b atom: the value for Emitter methods shouldn't be undefined. 2017-12-05 06:03:19 -05:00
GlenCFL
ab57b98b80 atom: fix issues raised by lierdakil 2017-12-04 22:42:14 -05:00
HE Shi-Jun
9b3e2fef0b
fix typo at CursorPositionChangedEvent 2017-11-20 11:21:09 -06:00