Commit Graph

56 Commits

Author SHA1 Message Date
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
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
Jakub Olek
76e60effef args should have a name 2014-08-26 11:51:35 +02:00
Jakub Olek
dc699cf646 missing Transition property 2014-08-25 14:37:52 +02:00
Jakub Olek
0f37f4b288 remove changes that are not really changes 2014-08-25 14:35:04 +02:00
Jakub Olek
af20aff6bf Fixes for ember 2014-08-25 14:27:59 +02:00
Zalim Bashorov
ad8d43a73b Remove extra declaration of Em.Handlebars.compile in ember.d.ts 2014-07-16 23:39:39 +04:00
Kenneth Kouot
290d4da010 tabs to spaces 2014-07-03 13:53:34 -07:00
Kenneth Kouot
8e49b8e8c8 Add tests for Ember.RSVP.Promise from Ember docs 2014-07-03 13:50:55 -07:00
Kenneth Kouot
a44c7d653b ember-RSVP Add typing for Ember.RSVP.Promise constructor 2014-07-03 13:45:42 -07:00
Kenneth Kouot
10b861d5c0 make dependentKeys in registerBoundHelper optional 2014-07-01 17:16:16 -07:00
vvakame
1021dcfdf3 Suppress warning about ember.d.ts 2014-02-26 10:01:00 +09:00
apsk
267ab03a0d Ember: Add Application.Router, Router.map, RouterDSL methods. 2014-02-05 20:53:50 +02:00
Jed Hunsaker
a63e5a7e1e Fix Ember/Handlebars 2013-12-14 14:21:00 -06:00
Diullei Gomes
4af79b4a66 Merge pull request #1118 from flxf/emberdebounce
Ember.run.{debounce,throttle,later} have variable arguments
2013-11-09 16:15:14 -08:00
Felix Fung
7871c30298 Ember.run.{debounce,throttle,later} have variable arguments
Straight from the docs (http://emberjs.com/api/classes/Ember.run.html),
see the method debounce is defined thusly:

debounce (target, method, args*, wait, immediate): void

Even though the last two arguments are guaranteed, the variable
arguments in the middle means we can only ever type everything after
method as "...any".
2013-10-09 02:20:02 -04: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
Jed Hunsaker
e385702968 Fix Ember and Handlebars 2013-09-22 11:16:35 -07:00
basarat
ea3045e853 ember fix tests and minor updates to definitions 2013-09-10 22:49:19 +10:00
Diullei
f706537dc9 ember - fix syntax error 2013-09-08 17:24:30 -03:00
jraymakers
e22f63b38f Fix ember syntax error 2013-08-07 22:01:45 -07:00