Nathan Shively-Sanders
15c9fdbdf1
Merge branch 'master' into types-2.0
2016-08-09 15:41:20 -07:00
Erik Krogh Kristensen
41a2fd266b
Re-introduced the redundant Em declaration.
2016-08-06 17:45:21 +02:00
Erik Krogh Kristensen
74b0156518
Added the Registry class to ember. (since it is a private class, and the API is unstable, no documentation was added for the inner workings):
2016-08-05 12:27:29 +02:00
Erik Krogh Kristensen
6b5a500c0b
The entire Test object was documented wrong. It is not a class, it is a plain object/module/namespace with functions and properties.
2016-08-05 11:44:38 +02:00
Erik Krogh Kristensen
85059621e5
A lot of updating ember to version 2.7
2016-08-05 11:29:32 +02:00
Erik Krogh Kristensen
9ab8c2ce8c
When wring types in Ember, you now have to use the full "Ember" name instead of the shorthand "Em".
2016-08-05 11:22:56 +02:00
Erik Krogh Kristensen
30132424e2
Filled in ENV variable in Ember
2016-08-05 09:46:39 +02:00
Erik Krogh Kristensen
4ad073419e
Using typeof and export instead of duplicating declaration in Ember.
2016-08-05 09:39:51 +02:00
Ryan Cavanaugh
c33a46c3d5
Merge commit 'upstream/master~200' into merge_7_25
2016-07-26 18:25:24 -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
webbiesdk
3cf7d6eb66
Start on updating Ember to 2.X ( #9854 )
...
* Updating ember to 2.X (and keeping a 1.11).
* Updated naming of ember 1 test file, to make tests work
2016-07-01 15:11:36 +09:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
e105eabd48
Remove invalid references
2016-05-10 16:27:59 -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
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
vvakame
4de74cb527
normalize line ending (CRLF -> LF)
2016-02-16 01:20:30 +09:00
Daniel Rosenwasser
c892b43ca4
Add index signature to 'CoreObjectArguments' in 'ember'.
2015-08-11 15:45:04 -07:00
vvakame
4536b5371f
fix ember/ember.d.ts
2015-07-19 16:41:54 +09:00
Mateusz Warkocki
f7ac2d7969
type of argument list elements for Mixin.create
2015-06-18 19:03:38 +02:00
Mateusz Warkocki
4185303285
type of argument list elements for Mixin.create
2015-06-18 19:01:33 +02:00
Mateusz Warkocki
539eb90ace
fix argument typing for Mixin.create in ember.d.ts
...
`Mixin.create` can take not one, but multiple arguments like e.g. `Component.extend` to extend other mixins.
Ember code: https://github.com/emberjs/ember.js/blob/master/packages/ember-metal/lib/mixin.js#L589
This method in action: http://jsbin.com/kipenaxowe/edit?html,js,console
2015-06-18 18:47:03 +02:00
Calvin Fernandez
cac474a0e2
Move handlebars to handlebars-1.0.0.
2015-06-15 20:21:26 -04:00
Masahiro Wakame
b5e9009ed2
Merge pull request #4412 from inez/master
...
Transition.then - it's optional, really is, to pass "onRejected" callback
2015-05-25 00:28:32 +09:00
Inez Korczynski
720878aee7
Transition.then - it's optional, really is, to pass "onRejected" callback
2015-05-20 17:31:28 -07:00
Inez Korczynski
03286161b4
Ember.observer takes as parameters for instance string and a function
2015-05-13 16:03:49 -07:00
Inez Korczynski
6aa0f25a1a
Ember.computed takes for instance string and a function
2015-05-13 16:00:52 -07:00
David Gardiner
ee2357ab6d
Bring methods of Ember.Route up to date
...
Extra RenderOptions
Non-static CoreObject.create
Generic alternate for get()
Types for Promises
2015-05-01 19:24:09 +09:30
David Gardiner
318bd34543
Move methods from Object to CoreObject
...
Reorder methods in CoreObject class to match ember-runtime/lib/system/core_object.js
Added non-static method declarations for 'extend', as Ember classes aren't really TypeScript classes (so we need to be able to call extend on instances)
2015-04-24 16:08:53 +09:30
Yui T
a88024c770
Update breaking change from parsing class declaration in strict mode (as specified in ES6)
2015-04-08 11:35:43 -07:00
vvakame
95d860879f
remove unused .tscparams
2015-03-15 23:36:05 +09:00
David Gardiner
19a680e67d
any or {}
2015-02-25 16:02:56 +10:30
David Gardiner
c2cfd165ef
Fix errors from compiling with with --noImplicitAny
...
Set Error as type 'any' because we can't currently refer to the global Error type
2015-02-25 15:52:38 +10:30
David Gardiner
c5e9ada526
Arrays are more flexible
...
extend can take mixin parameter
Add external ambient module
2015-02-25 15:03:51 +10:30
David Gardiner
6f6dd3c309
Update EmberStates.Transition
2015-02-25 15:03:51 +10:30
David Gardiner
93928c19d6
Change any[] to Enumerable
2015-02-25 15:03:51 +10:30
David Gardiner
ad18fda593
jsdocs for find()
...
Optional arguments for find() and Handlebars.helper()
2015-02-25 15:03:50 +10:30
David Gardiner
d4460ea941
Missing methods and optional arguments
2015-02-25 15:03:50 +10:30
David Gardiner
e26b81b4e3
Add ActionHandlerMixin to Em module
2015-01-07 16:37:35 +10:30
David Gardiner
65235fb181
Add ActionHandlerMixin (send method, actions property) and update related classes
2015-01-07 16:27:21 +10:30
Jed Mao
04ee18ba7e
Update CONTRIBUTORS.md
...
Recent legal name change from Jed Hunsaker to Jed Mao.
2014-10-12 12:58:12 -05:00
Mohamed Hegazy
2aaa293cb1
Remove quotes from response files
2014-09-02 14:53:39 -07:00