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
76a710cc94
Rename test files to be consistent ( #13882 )
2017-01-10 06:33:06 -08:00
Andy
3d6a15ee16
Strip BOM from all files ( #13735 )
2017-01-04 12:07:53 -08:00
Andy
559daaaea9
Fix ace tests ( #13734 )
...
They formerly did not run because the `/// <reference>`s for tests were not placed at the top of the file, so they were regular comments.
2017-01-04 11:04:09 -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
Ryan Cavanaugh
c33a46c3d5
Merge commit 'upstream/master~200' into merge_7_25
2016-07-26 18:25:24 -07:00
Ryan Cavanaugh
a4f5ae3098
Merge commit 'upstream/master~250' into merge_7_25
2016-07-26 18:03:56 -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
Ryan Cavanaugh
0db00fd21d
Merge pull request #7690 from webbiesdk/master
...
removed the misleading KeyBinding constructor in Ace.js
2016-06-30 16:51:24 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Mohamed Hegazy
65548b401c
Merge pull request #7764 from bioball/patch-ace-editor
...
add `on` func for Editor
2016-06-26 18:07:33 -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
Ryan Cavanaugh
9300d8ac49
Zero errors!
2016-05-09 11:02:48 -07:00
Ryan Cavanaugh
81862d240d
More fixes
2016-05-04 22:50:05 -07: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
15dbdc4c4c
Remove *all* tscparams
2016-04-27 20:47:56 -07:00
Ryan Cavanaugh
dc851736af
Delete unused tscparams
2016-04-27 20:42:33 -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
Valentin Robert
1cd955aeb5
EditSession.addMarker returns a number
2016-03-14 18:13:12 -07:00
vvakame
4de74cb527
normalize line ending (CRLF -> LF)
2016-02-16 01:20:30 +09:00
Dan Chao
d95cc8609a
add on func for Editor
2016-01-24 09:33:08 -08:00
Erik Krogh Kristensen
de8574d395
removed the KeyBinding constructor
2016-01-19 10:52:33 +01:00
vvakame
781e468d4b
remove unused .tscparams
2015-12-23 18:23:35 +09:00
André Rieussec
2f7fb157a8
Marked all functions with no return type as returning void
...
Marked all params with no types as `any`
2015-11-20 10:40:21 -08:00
Daniel Rosenwasser
8423202086
Added what appears to be an undocumented but used property in 'ace'.
2015-08-21 18:23:07 -07:00
shaban
39293fc55d
Update ace.d.ts
...
Add isClean and markClean methods.
Reference https://github.com/ajaxorg/ace/issues/324
2015-06-25 01:48:44 +02:00
shaban
19fc8fa756
Update ace.d.ts
...
add config functions, reference https://github.com/ajaxorg/ace/wiki/Configuring-Ace
also support $blockscrolling variable; reference https://github.com/ajaxorg/ace/issues/2499
2015-06-21 22:45:11 +02:00
Basarat Ali Syed
9a8c0ea74e
feat(ace) specialize 'change'
2015-05-22 18:00:08 +10:00
Basarat Ali Syed
bfbc30d832
Editor is an event emitter
2015-05-21 19:31:40 +10:00
Basarat Ali Syed
2c3f84a797
getTabSize returns number
2015-05-21 19:14:33 +10:00
Mohamed Hegazy
2aaa293cb1
Remove quotes from response files
2014-09-02 14:53:39 -07:00
Jeffery Grajkowski
798dbfbf8f
Converting ungeneric "Array" to "any[]"
...
TypeScript 0.9.5 beta does not allow generic type references without the type argument. This code will still compile for 0.9.1 users. Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
Diullei
9ecc886b95
#883 fix - ace editor.selection.getCursor() should return Position not number
2013-09-07 20:27:58 -03:00
Neil Stalker
dc8c737177
fix ace editor definition and tests for 0.9
2013-06-21 17:02:20 +01:00
Niklas Mollenhauer
8c7c8dcc6e
bool -> boolean
2013-06-19 01:57:09 +03:00
Diullei Gomes
9b008b0b54
Ace definitions updated. I added more tests.
2013-02-18 23:01:24 -03:00
Diullei Gomes
996158f29d
ace definitions updated; I added some tests.
2013-02-18 21:15:05 -03:00
Diullei Gomes
aa687fa220
some bugs fixed.
2013-02-18 09:17:42 -03:00
Diullei Gomes
c90a036457
Ace Cloud9 Editor definitions #260
2013-02-16 22:37:07 -02:00