Fábio Santos
|
b31918bbf0
|
computed properties
|
2015-10-12 21:38:20 +01:00 |
|
Richard van Velzen
|
34685a6f55
|
Merge pull request #794 from fabiosantoscode/feature/harmony-template-strings-2
Harmony: template strings
|
2015-09-08 21:23:41 +02:00 |
|
Fábio Santos
|
2fac2bbfe4
|
Remove unused state variable in_parameters, and also remove unreachable code (try_an_object always returned an object!)
|
2015-09-05 23:01:29 +01:00 |
|
Fábio Santos
|
242c61be94
|
prefixed template strings, like "String.rawfoo\nbar".
|
2015-09-05 22:48:38 +01:00 |
|
Fábio Santos
|
e1cb1a0e3c
|
Parse and output ES6 template strings. Yikes!
|
2015-09-05 22:32:57 +01:00 |
|
Richard van Velzen
|
c8b82583d2
|
Merge pull request #773 from fabiosantoscode/harmony-typeof-arrows
Fix evaluating the typeof an arrow function.
|
2015-08-21 11:51:42 +02:00 |
|
Fábio Santos
|
36420183fd
|
s/binary/number/g
|
2015-08-17 16:23:43 +01:00 |
|
Fábio Santos
|
a8f8aa518b
|
Add new-style octal literals and make the B and the O case insensitive.
|
2015-08-17 11:50:56 +01:00 |
|
Fábio Santos
|
dcce4e5c66
|
Fix evaluating the typeof an arrow function. Using evaluate on used to cause a crash.
|
2015-08-14 22:05:42 +01:00 |
|
Fábio Santos
|
a68953c491
|
=> with destructuring arguments. Requires a lot of parser changes
|
2015-08-04 00:57:53 +01:00 |
|
Fábio Santos
|
fa5c4f2d03
|
Adding arrow functions
|
2015-08-04 00:57:53 +01:00 |
|