Sebastian McKenzie
e78859fae0
add 2.12.6 changelog
2015-01-16 22:49:31 +11:00
Sebastian McKenzie
d68f1e9910
add flow type generation skeleton
2015-01-16 22:47:55 +11:00
Sebastian McKenzie
20e97f2d9b
add flow type visitor keys - none currently as we don't need to traverse over any of them - closes #513
2015-01-16 22:46:09 +11:00
Sebastian McKenzie
750ec7783f
v2.12.5
v2.12.5
2015-01-16 08:08:52 +11:00
Sebastian McKenzie
14ae438735
remove declarators push in let scoping
2015-01-16 08:06:38 +11:00
Sebastian McKenzie
2f8bdd7e27
add 2.12.5 changelog
2015-01-16 07:59:40 +11:00
Sebastian McKenzie
87da9fcfc5
fix let scoping for loop - closes #509
2015-01-16 07:58:14 +11:00
Sebastian McKenzie
51f6cfddca
remove instanbul inclusion
2015-01-16 02:47:20 +11:00
Sebastian McKenzie
b9ad4c2773
v2.12.4
v2.12.4
2015-01-16 02:41:23 +11:00
Sebastian McKenzie
228b3dbc34
fix linting errors
2015-01-16 02:38:45 +11:00
Sebastian McKenzie
a01802300f
fix default parameters transformer for loops
2015-01-16 02:36:56 +11:00
Sebastian McKenzie
51c6a3fffc
fix let scoping body not existing
2015-01-16 02:31:36 +11:00
Sebastian McKenzie
4668e1d67b
fix linting errors
2015-01-16 02:29:35 +11:00
Sebastian McKenzie
75e9097e19
add 2.12.4 changelog
2015-01-16 02:29:02 +11:00
Sebastian McKenzie
0627cd94d4
turn array for ins into fors
2015-01-16 02:25:41 +11:00
Sebastian McKenzie
71879d6e8f
Merge branch 'master' of github.com:6to5/6to5
2015-01-16 00:50:55 +11:00
Sebastian McKenzie
d7810cac08
add ambiguous rest parameters comment
2015-01-16 00:50:38 +11:00
Sebastian McKenzie
dc9efd21d3
Merge pull request #507 from leebyron/unused
...
Rm unused dependencies (pass lint)
2015-01-16 00:47:55 +11:00
Lee Byron
347e490614
Rm unused dependencies (pass lint)
2015-01-15 08:47:03 -05:00
Sebastian McKenzie
e512264be7
Merge pull request #506 from leebyron/rest
...
Improve performance of rest parameter.
2015-01-16 00:43:56 +11:00
Lee Byron
9624663e60
Improve performance of rest parameter.
...
Rather than initing an empty array and filling, create an array of the correct size up-front. Minor gain on chromium, but considerably (~5x) faster in spidermonkey/firefox.
2015-01-15 08:41:53 -05:00
Sebastian McKenzie
3cf8a6df01
rename replaceInstanceSuperReferences to replaceSuperReferences in classes transformer and add breaks on method definitions
2015-01-15 23:08:28 +11:00
Sebastian McKenzie
88eacecd72
clarify traceur ignore tests
2015-01-15 23:08:06 +11:00
Sebastian McKenzie
fcd3c9ce65
remove register blacklist tests
2015-01-15 23:07:52 +11:00
Sebastian McKenzie
1733bac3bb
move chokidar to top
2015-01-15 23:07:46 +11:00
Sebastian McKenzie
21cd063274
Merge pull request #503 from shinnn/output-file-sync
...
Use output-file-sync instead of mkdirp
2015-01-15 20:32:48 +11:00
Shinnosuke Watanabe
db5750643a
use output-file-sync instead of mkdirp
...
https://github.com/shinnn/output-file-sync
2015-01-15 18:29:40 +09:00
Sebastian McKenzie
60dae7a88d
add build comprehension helper
2015-01-15 20:13:24 +11:00
Sebastian McKenzie
790c924b54
abstract out build comprehension helper
2015-01-15 20:13:16 +11:00
Sebastian McKenzie
50d7a46c7f
abstract away remap async to generator helper
2015-01-15 20:09:50 +11:00
Sebastian McKenzie
6f7da38957
abstract out named method helper
2015-01-15 20:07:32 +11:00
Sebastian McKenzie
80764c214a
add rest parameter comments
2015-01-15 19:52:53 +11:00
Sebastian McKenzie
55054e45da
Revert "Improve performance of rest parameter."
...
This reverts commit e5463cc2a97cafbf9d35656038f19b45dd75ffce.
2015-01-15 19:34:33 +11:00
Sebastian McKenzie
060aa5ba0b
fix rest parameter check in types.isReferenced
2015-01-15 19:29:54 +11:00
Sebastian McKenzie
688d619bfe
add identifier check to class id inheritance
2015-01-15 19:29:54 +11:00
Sebastian McKenzie
6db7fce543
fix computed member expressions in playground memoization
2015-01-15 19:29:54 +11:00
Sebastian McKenzie
41ff1d4ace
upgrade acorn-6to5
2015-01-15 19:29:54 +11:00
Sebastian McKenzie
1c6eeba2e9
Merge pull request #499 from leebyron/rest
...
Improve performance of rest parameter.
2015-01-15 19:28:32 +11:00
Sebastian McKenzie
488b719fde
Merge pull request #494 from gaearon/perf-2
...
Performance impovements
2015-01-15 19:28:04 +11:00
Sebastian McKenzie
af32080287
Merge pull request #498 from leebyron/patch-1
...
Update CONTRIBUTING.md
2015-01-15 19:27:07 +11:00
Sebastian McKenzie
4c1cd13536
Merge pull request #501 from shinnn/package-json
...
Update repository info and homepage URL
2015-01-15 14:36:39 +11:00
Dan Abramov
1002cf7796
Avoid Node allocations by making prototype call statics
2015-01-15 04:18:18 +03:00
Shinnosuke Watanabe
081dd33e73
Update repository info and homepage URL
...
* link to https://6to5.org
* use user/repo style
2015-01-15 10:07:54 +09:00
Sebastian McKenzie
bd9dc4f15d
Merge pull request #500 from shinnn/container-based-build
...
Use container-based infrastructure on Travis CI
2015-01-15 12:01:33 +11:00
Shinnosuke Watanabe
c7ba566ad6
Use container-based infrastructure on Travis CI
...
http://docs.travis-ci.com/user/workers/container-based-infrastructure/
2015-01-15 09:55:10 +09:00
Dan Abramov
a1b326a0ab
Use object lookup instead of array
2015-01-15 03:51:22 +03:00
Dan Abramov
a452f781b8
Slightly refactor and add explanations for optimized functions
2015-01-15 03:39:24 +03:00
Lee Byron
e5463cc2a9
Improve performance of rest parameter.
...
Rather than initing an empty array and filling, create an array of the correct size up-front. Minor gain on chromium, but considerably (~5x) faster in spidermonkey/firefox.
2015-01-14 19:08:14 -05:00
Lee Byron
7d732ef503
Update CONTRIBUTING.md
2015-01-14 19:01:53 -05:00
Lee Byron
25cb0c6344
Update CONTRIBUTING.md
...
Explain git init submodules step when checking out
2015-01-14 18:23:49 -05:00