Andy
450a426995
Set "target": "es6" where necessary. ( #14111 )
2017-01-19 06:37:32 -08:00
Andy
ae4fe7b6de
Use "lib" in tsconfigs instead of "target". ( #13968 )
...
* Use "lib" in tsconfigs instead of "target".
Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.
* Update new-package and readme
* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
2f71174636
Restructure to support old versions ( #13811 )
...
* Restructure to support old versions
* Fix tests
2017-01-06 12:36:57 -08:00
Andy
a4bd9fa3c1
Add "noImplicitThis" to all tsconfig.json ( #13446 )
...
* Add "noImplicitThis" to all tsconfig.json
* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy Hanson
b02b9903cc
Merge commit 'origin/master~100' into merge_21sep
2016-09-21 08:13:15 -07:00
ShMcK
007f8af1dc
Add Atom Grammars ( #11194 )
...
See [Atom Grammar Registry Docs](https://atom.io/docs/api/v1.10.2/GrammarRegistry ).
Atom grammars can be found by typings `atom.grammars` into the console.
2016-09-14 21:45:16 +09:00
Ryan Cavanaugh
35075752ec
Merge commit 'upstream/master~750' into merge_7_25
2016-07-25 14:51:03 -07:00
Ryan Cavanaugh
9d7d5a209a
Getting types-2.0 passing CI
2016-07-14 18:13:43 -07:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Mohamed Hegazy
66c2cf2409
Use Q as a module consistently
2016-07-08 11:38:55 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
bfd400a8f8
Add noEmit to all config files
2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062
Remove unneeded references
2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046
Change relative reference paths to types references. Errors incoming...
2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38
Rename all entry points to index.d.ts and explicitify all file lists
2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5
Add typesRoot to all config files
2016-05-09 13:52:25 -07:00
t_
2eaeb872aa
update ISelection in atom/atom.d.ts ( #9198 )
2016-05-06 02:33:16 +09:00
Ryan Cavanaugh
ded70421be
Turn off strict null checks
2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a
Add tsconfig.json files
2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7
Merge remote-tracking branch 'upstream/master' into types2.0
...
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
vvakame
7de6c3dd94
Merge branch 'master' into rename-repo-url
2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4
replace internal module to namespace
2016-03-17 02:18:10 +09:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
ShMcK
9c3cf45735
Missing types on IEditor, fix ICommandRegistry
...
ICommandRegistry should take a string and object as params. [Docs](https://atom.io/docs/api/v1.5.3/CommandRegistry ).
2016-02-28 22:07:25 -08:00
Masahiro Wakame
6a6249e2ff
Merge pull request #8002 from Retsam/atom-workspace-isTextEditor
...
Atom: Add isTextEditor method to IWorkspace
2016-02-12 00:32:11 +09:00
vvakame
9027703c0b
pass npm run all in new definition-tester
2016-02-10 00:16:03 +09:00
Ben Nelson
b49b9894c5
Atom: Add isTextEditor method to IWorkspace
2016-02-06 18:27:37 -05:00
Victor M
b93eea7d22
Fix typos
2015-07-07 20:38:17 +05:00
Victor M
608f330439
Fix indentation
2015-07-07 20:11:09 +05:00
Victor M
e7eaa7bd5b
Fix duplicates confilict
2015-07-07 19:55:07 +05:00
Victor M
0b6df4413c
Fix indentation
2015-07-07 19:37:15 +05:00
Victor M
811f53c77a
Add typings for IGrammar interface
2015-07-07 19:26:14 +05:00
Victor M
68725b6b6e
Merge with the main branch
2015-07-07 19:24:36 +05:00
Victor M
17de9b4271
Add atom.d.ts from atom-typescript project
2015-07-07 19:11:46 +05:00
Kei Nakazawa
22ad73a73c
Replace Uri with URI regarding https://github.com/atom/atom/commit/7f8ab72
2015-06-15 15:46:00 +09:00
vvakame
26587ce0df
add atom/api-docs.d.ts
2015-04-19 02:42:12 +09:00
Vitalii Daniuk
4b49250d9a
added new type definitions for Atom 1.0 api CommandRegistry, Disposable and atom.commands property
2015-04-15 19:47:04 +07:00
Mohamed Hegazy
2aaa293cb1
Remove quotes from response files
2014-09-02 14:53:39 -07:00
vvakame
1339939e44
updat IEditor and add IDecorator.
...
see http://blog.atom.io/2014/07/24/decorations.html
2014-09-03 00:55:30 +09:00
SHTrassEr
e579babc1d
fix indent
2014-07-09 21:57:32 +09:00
SHTrassEr
153a630fd1
add main module to package
2014-07-09 21:50:17 +09:00
SHTrassEr
a795ca109d
Add IPackage interface, fix IPackageManager
2014-07-08 23:45:28 +09:00
basarat
989897e630
fix indents
2014-06-21 23:51:30 +10:00
basarat
6b3d97d9b6
atom: add doc links
2014-06-21 23:49:19 +10:00
vvakame
705102df2b
improve atom/atom.d.ts and space-pen/space-pen.d.ts
2014-05-12 02:30:58 +09:00
vvakame
e722b5d4ca
fix travis-ci
2014-05-11 01:39:03 +09:00
vvakame
c8bfe5cbfe
fix travis-ci
2014-05-11 01:35:09 +09:00
vvakame
6c701a398b
improve atom/atom.d.ts and pathwatcher/pathwatcher.d.ts
2014-05-11 01:32:28 +09:00
vvakame
ee72e6e294
improve atom/atom.d.ts and others. add status-bar/status-bar.d.ts.
2014-05-10 22:56:58 +09:00
vvakame
6af8618c81
improve atom/atom.d.ts and text-buffer/text-buffer.d.ts
2014-05-10 19:31:25 +09:00