Sebastian McKenzie
|
d6b39bc89b
|
HomeObject isn't dynamic - fixes #690
|
2015-02-04 18:47:58 +11:00 |
|
Sebastian McKenzie
|
b1f0ecf244
|
update class super constructor inheritance tests
|
2015-02-04 10:03:57 +11:00 |
|
Sebastian McKenzie
|
8d81a382f7
|
inline back the super constructor call helper - fixes #684
|
2015-02-04 08:39:45 +11:00 |
|
Sebastian McKenzie
|
72de8f5c9b
|
fix class tests to reflect new call behaviour
|
2015-02-03 15:35:24 +11:00 |
|
Sebastian McKenzie
|
3a11c7d46b
|
as per "ES6 February 2, 2015 Draft Rev 32" "Constructors defined using class definition syntax throw when called as functions"
|
2015-02-03 15:16:16 +11:00 |
|
Sebastian McKenzie
|
567479787b
|
update tests to reflect new helper compact behaviour
|
2015-01-26 11:48:35 +11:00 |
|
Sebastian McKenzie
|
ea627ed57c
|
don't use function variable declaration for class constructor
|
2015-01-13 00:03:52 +11:00 |
|
Sebastian McKenzie
|
76a3771943
|
change ambiguous _inherits parameters
|
2015-01-12 20:54:37 +11:00 |
|
Sebastian McKenzie
|
5b52e507ca
|
fix non-identifier class super tests
|
2015-01-10 22:55:19 +11:00 |
|
Sebastian McKenzie
|
54b05f33f2
|
move super reference into closure
|
2015-01-10 22:26:51 +11:00 |
|
Brian Donovan
|
af1912ab7a
|
Ensure constructors use the current super class.
This is an extension of 324a4a1b22c5cd6b624d7689f8ec97a8c36eb165.
|
2015-01-08 09:31:18 -08:00 |
|
Sebastian McKenzie
|
5ce8ee6c2b
|
add inheritance type check to tests
|
2015-01-05 12:39:46 +11:00 |
|
James Kyle
|
3b4c9c415e
|
Make parent constructor check explicit when extending from null - fixes #386
|
2015-01-04 13:45:13 -08:00 |
|
Sebastian McKenzie
|
93ceafc732
|
better uid names
|
2015-01-02 03:53:28 +11:00 |
|
Sebastian McKenzie
|
b1d1909c64
|
forced closure on super classes - fixes #339
|
2015-01-02 01:59:42 +11:00 |
|
Sebastian McKenzie
|
694a8dc456
|
rename helper functions to be more reflective of what they do
|
2014-12-22 23:23:59 +11:00 |
|
Sebastian McKenzie
|
a3eb8900a9
|
add if super check to constructor default
|
2014-12-18 01:09:24 +11:00 |
|
Sebastian McKenzie
|
77f9596682
|
update classes tests to work with new _extends method
|
2014-12-14 14:49:37 +11:00 |
|
Sebastian McKenzie
|
833a4900da
|
remove IIFE on class declarations #288
|
2014-12-13 17:33:35 +11:00 |
|
Sebastian McKenzie
|
cc6d440f0e
|
update classes and destructuring test names
|
2014-11-23 16:17:49 +11:00 |
|