Brian Donovan
|
f5bae0b696
|
Remove redundant variable.
|
2015-02-12 18:46:53 -08:00 |
|
Brian Donovan
|
0b042b2681
|
Use the posessive form of "its", not a contraction of "it is".
|
2015-02-12 18:36:02 -08:00 |
|
Brian Donovan
|
83b4d12884
|
Correct a jsdoc comment parameter name.
|
2015-02-12 18:35:35 -08:00 |
|
Sebastian McKenzie
|
298cfac7f4
|
fix linting errors
|
2015-02-12 21:55:31 +11:00 |
|
Sebastian McKenzie
|
a4932e0e0f
|
add messages to make it easier to make error messages
|
2015-02-11 15:57:30 +11:00 |
|
Sebastian McKenzie
|
56a953df64
|
add basic support for class property initializers - #619
|
2015-02-11 10:59:44 +11:00 |
|
Sebastian McKenzie
|
45b70d7fba
|
fix bad ctrl+f Class -> ClassTransformer replacement
|
2015-02-10 22:39:21 +11:00 |
|
Sebastian McKenzie
|
329b4e9d21
|
append Transformer to the end of transformer classes
|
2015-02-10 22:12:36 +11:00 |
|
Sebastian McKenzie
|
c0af67eca1
|
add support for super in object literals - fixes #411
|
2015-02-08 02:01:17 +11:00 |
|
Sebastian McKenzie
|
76ae1682a3
|
remove context arg in favor of this, rename TraversalIteration to TraversalPath, and remove ast handlers
|
2015-02-06 01:47:43 +11:00 |
|
Sebastian McKenzie
|
d6b39bc89b
|
HomeObject isn't dynamic - fixes #690
|
2015-02-04 18:47:58 +11:00 |
|
Sebastian McKenzie
|
7d950cd60a
|
i made the javascripts faster with a transformer prepass to check what transformers actually have to be ran
|
2015-02-04 12:56:34 +11:00 |
|
Sebastian McKenzie
|
55f2cffc22
|
fix linting errors
|
2015-02-04 10:05:20 +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
|
8e23d623c8
|
split up util.pushMutatorMap and util.buildDefineProperties
|
2015-02-03 09:30:52 +11:00 |
|
Sebastian McKenzie
|
bbbc9c0c5e
|
remove redundant enumerable: true property on class methods
|
2015-01-30 10:44:33 +11:00 |
|
Sebastian McKenzie
|
31df576d26
|
make class methods nonenumerable - fixes #639
|
2015-01-30 10:05:17 +11:00 |
|
Sebastian McKenzie
|
8a13c12738
|
switch rest and default parameters to new ast type
|
2015-01-24 16:31:43 +11:00 |
|
Sebastian McKenzie
|
8f68f62f8a
|
add jscs
|
2015-01-22 19:23:56 +11:00 |
|
Sebastian McKenzie
|
287bfc77b2
|
add scope file.generateUidIdentifier alias
|
2015-01-21 23:58:43 +11:00 |
|
Sebastian McKenzie
|
3205c78f01
|
ensure that a scope is always passed to traverse and allow scopes to have access to file
|
2015-01-21 23:52:12 +11:00 |
|
Sebastian McKenzie
|
28fe45bd1d
|
namespace all transformer keys with their type
|
2015-01-21 23:12:57 +11:00 |
|
Sebastian McKenzie
|
f312026c23
|
move transformers into their corresponding type folder
|
2015-01-21 23:04:31 +11:00 |
|