Casper Beyer
|
8c58e0f14c
|
Add .es extension to util.canCompile
|
2015-01-05 16:43:00 +08:00 |
|
Casper Beyer
|
d62914e41c
|
Amend require documentation to include '.es' extension
|
2015-01-05 16:35:01 +08:00 |
|
Casper Beyer
|
85db67edf4
|
Add .es to register extensions
.es is a known ecmascript file extension and should be handled by the loader
See RFC 4329, 8.2.
|
2015-01-05 16:10:41 +08:00 |
|
Sebastian McKenzie
|
4f10bcedda
|
Merge pull request #392 from thejameskyle/changlog-tags
Add tags to top of changelog
|
2015-01-05 10:15:36 +11:00 |
|
James Kyle
|
601b3d584f
|
Add tags to top of changelog
|
2015-01-04 14:41:17 -08:00 |
|
Sebastian McKenzie
|
42878f85fe
|
Merge pull request #391 from thejameskyle/extend-null-check
Make parent constructor check explicit when extending from null
|
2015-01-05 09:14:33 +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
|
7345899343
|
Merge pull request #389 from caspervonb/master
Make build target the default target
|
2015-01-05 03:01:32 +11:00 |
|
Casper Beyer
|
316102ab14
|
Make build target the default target
The top target is implicitly the default target, having this as *clean*
is rather unothodox, usually it would be the executable or library target.
|
2015-01-04 23:53:28 +08:00 |
|
Sebastian McKenzie
|
655cc8fcb9
|
v2.5.0
v2.5.0
|
2015-01-05 00:17:35 +11:00 |
|
Sebastian McKenzie
|
97a504bbef
|
2.5.0 changelog
|
2015-01-05 00:16:39 +11:00 |
|
Sebastian McKenzie
|
bf3443962b
|
disable failing esnext tests
|
2015-01-05 00:15:46 +11:00 |
|
Sebastian McKenzie
|
a4394494ef
|
remove noDuplicateProperties test
|
2015-01-05 00:15:37 +11:00 |
|
Sebastian McKenzie
|
9a6c13a6a4
|
Merge branch 'esnext'
Conflicts:
package.json
|
2015-01-05 00:03:53 +11:00 |
|
Sebastian McKenzie
|
ac8d77fb45
|
upgrade acorn-6to5
|
2015-01-04 21:14:59 +11:00 |
|
Sebastian McKenzie
|
09c88238e1
|
upgrade acorn-6to5
|
2015-01-04 20:37:14 +11:00 |
|
Sebastian McKenzie
|
05669204dd
|
fix generation expression comment tests
|
2015-01-04 20:26:07 +11:00 |
|
Sebastian McKenzie
|
1abef2c1e2
|
more intelligent parens wrapping of no line terminator expressions - fixes #376, reference #349
|
2015-01-04 20:22:24 +11:00 |
|
Sebastian McKenzie
|
f16079c83f
|
v2.4.10
v2.4.10
|
2015-01-04 19:51:52 +11:00 |
|
Sebastian McKenzie
|
b7132f3529
|
upgrade acorn-6to5
|
2015-01-04 19:50:54 +11:00 |
|
Sebastian McKenzie
|
ed41f1652e
|
v2.4.9
v2.4.9
|
2015-01-04 19:49:54 +11:00 |
|
Sebastian McKenzie
|
c522bdb4b9
|
upgrade acorn-6to5
|
2015-01-04 19:48:47 +11:00 |
|
Sebastian McKenzie
|
005362a615
|
update tests to 2.4.9 fixes
|
2015-01-04 19:48:14 +11:00 |
|
Sebastian McKenzie
|
88e542634f
|
fix linting errors
|
2015-01-04 19:45:18 +11:00 |
|
Sebastian McKenzie
|
c8304138eb
|
add 2.4.9 changelog
|
2015-01-04 19:44:04 +11:00 |
|
Sebastian McKenzie
|
35608d497e
|
make comprehension for-of loop a let
|
2015-01-04 19:42:25 +11:00 |
|
Sebastian McKenzie
|
b5a78355c4
|
add initProps to single call expression in computed property names - fixes #378
|
2015-01-04 19:42:16 +11:00 |
|
Sebastian McKenzie
|
223e28ba8f
|
upgrade acorn-6to5
|
2015-01-04 19:40:51 +11:00 |
|
Sebastian McKenzie
|
18813f26bb
|
Merge branch 'master' into esnext
|
2015-01-04 15:32:41 +11:00 |
|
Sebastian McKenzie
|
ccabb91f69
|
add back deleted object-define-properties-closure template
|
2015-01-04 15:30:59 +11:00 |
|
Sebastian McKenzie
|
35fda899a8
|
remove spec-no-duplicate-properties transformer
|
2015-01-04 15:30:40 +11:00 |
|
Sebastian McKenzie
|
e2f01d41a3
|
fix api test
|
2015-01-04 13:42:16 +11:00 |
|
Sebastian McKenzie
|
931a80f5b3
|
rename "declarations" to the more sane "helpers"
|
2015-01-04 13:34:56 +11:00 |
|
Sebastian McKenzie
|
9a2fd22e91
|
add newline to esnext super change proto test
|
2015-01-04 08:35:28 +11:00 |
|
Sebastian McKenzie
|
cbcad22d81
|
update default parameters transformer to use var a = arguments[0] === undefined ? 1 : arguments[0]; instead of if (a === undefined) a = 1;
|
2015-01-04 08:35:14 +11:00 |
|
Sebastian McKenzie
|
4d5861cfdc
|
remove invalid strict-mode es6 next class test
|
2015-01-04 08:34:25 +11:00 |
|
Sebastian McKenzie
|
c578db7ae8
|
upgrade acorn-6to5
|
2015-01-04 08:34:14 +11:00 |
|
Sebastian McKenzie
|
dea73b7186
|
change code assertion to 6to5 output
|
2015-01-04 08:01:29 +11:00 |
|
Sebastian McKenzie
|
4506e39cf5
|
add toString key to instance keys as methods are enumerable
|
2015-01-04 08:01:08 +11:00 |
|
Sebastian McKenzie
|
7ab6df093b
|
use Symbol.iterator instead of @@iterator
|
2015-01-04 08:00:49 +11:00 |
|
Sebastian McKenzie
|
22eeae1a93
|
use assert instead of expect
|
2015-01-04 08:00:40 +11:00 |
|
Sebastian McKenzie
|
a645ae0583
|
contextLiteral fallback in es6-spread transformer
|
2015-01-04 07:59:56 +11:00 |
|
Sebastian McKenzie
|
7f4efecb7d
|
support for CallExpression in Scope.prototype.generateUidBasedOnNode
|
2015-01-04 07:59:43 +11:00 |
|
Sebastian McKenzie
|
0c0f40d14a
|
only automatically assume test is exec if it has a js extension
|
2015-01-04 07:58:49 +11:00 |
|
Sebastian McKenzie
|
cb54c11d84
|
add esnext tests
|
2015-01-04 07:39:11 +11:00 |
|
Sebastian McKenzie
|
55123be7d7
|
use t.toComputedKey in computed property name transformer
|
2015-01-04 07:38:49 +11:00 |
|
Sebastian McKenzie
|
324a0b408a
|
add optional protoToAssign transformer
|
2015-01-04 07:38:36 +11:00 |
|
Sebastian McKenzie
|
8b2788e930
|
fix es6-property-method-assignment tests name
|
2015-01-03 21:48:22 +11:00 |
|
Sebastian McKenzie
|
d945379b5b
|
remove isDynamic checks and always execute those expressions **once**
|
2015-01-03 21:48:06 +11:00 |
|
Sebastian McKenzie
|
5a622ac9c7
|
update traversal api in optional-bluebird-coroutines transformer
|
2015-01-03 20:11:21 +11:00 |
|