Sebastian McKenzie
|
591f123670
|
update tests to work with new syntax
|
2014-10-31 11:38:52 +11:00 |
|
Sebastian McKenzie
|
1f7270720f
|
add more type methods
|
2014-10-31 11:38:37 +11:00 |
|
Sebastian McKenzie
|
ec3a3cbbc9
|
more descriptive test helper method names
|
2014-10-31 11:38:18 +11:00 |
|
Sebastian McKenzie
|
8a1ea82e97
|
remove legacy generator options
|
2014-10-31 11:38:04 +11:00 |
|
Sebastian McKenzie
|
6953b6e8b6
|
remove start and end props from nodes in traverse.removeProperties
|
2014-10-31 11:37:49 +11:00 |
|
Sebastian McKenzie
|
378832d31b
|
add comments with estraverse
|
2014-10-31 11:37:17 +11:00 |
|
Sebastian McKenzie
|
85703eb5b8
|
run internal transformers when using a whitelist
|
2014-10-31 11:37:04 +11:00 |
|
Sebastian McKenzie
|
d0fdd3bf41
|
remove comments transformer
|
2014-10-31 11:36:44 +11:00 |
|
Sebastian McKenzie
|
a7385bdf1b
|
make CodeGenerators use static method calls instead of recursive string methods
|
2014-10-31 11:36:28 +11:00 |
|
Sebastian McKenzie
|
9c7c385ee8
|
add generation tests from escodegen
|
2014-10-31 11:35:57 +11:00 |
|
Sebastian McKenzie
|
7c84af2ba8
|
remove optional computed property in b.memberExpression
|
2014-10-30 17:38:05 +11:00 |
|
Sebastian McKenzie
|
009d063790
|
just return constructor if only a constructor exists in classes
|
2014-10-30 17:37:51 +11:00 |
|
Sebastian McKenzie
|
5483c4ef6f
|
split up code generators
|
2014-10-30 17:30:05 +11:00 |
|
Sebastian McKenzie
|
5558f61518
|
add more feature detection to 6to5/register
|
2014-10-30 17:16:33 +11:00 |
|
Sebastian McKenzie
|
96bc95d6d9
|
add blacklist syntax feature checking to 6to5/register
|
2014-10-30 17:11:54 +11:00 |
|
Sebastian McKenzie
|
11dd13b7e0
|
remove invalid node types from generator and add todo ones
|
2014-10-30 17:11:31 +11:00 |
|
Sebastian McKenzie
|
976e6782a2
|
expose traverse.VISITOR_KEYS
|
2014-10-30 17:11:13 +11:00 |
|
Sebastian McKenzie
|
febc3062cc
|
update traverse visitor keys to acorn ones
|
2014-10-30 17:11:05 +11:00 |
|
Sebastian McKenzie
|
efff5e5aab
|
add generation completeness test
|
2014-10-30 17:10:54 +11:00 |
|
Sebastian McKenzie
|
eefab7f80f
|
remove unused variables
|
2014-10-30 13:31:45 +11:00 |
|
Sebastian McKenzie
|
1a3d306949
|
Merge branch 'master' into code-generator
Conflicts:
package.json
|
2014-10-30 13:29:05 +11:00 |
|
Sebastian McKenzie
|
e5ae2f8eaf
|
fix linting errors
|
2014-10-30 13:26:13 +11:00 |
|
Sebastian McKenzie
|
e797be518f
|
move some util and traverse methods into types
|
2014-10-30 13:26:06 +11:00 |
|
Sebastian McKenzie
|
45cb755845
|
better eval contexts in bin/6to5-node
|
2014-10-30 13:09:37 +11:00 |
|
Sebastian McKenzie
|
3b9a339c79
|
remove useless traverse.Delete
|
2014-10-30 13:09:23 +11:00 |
|
Sebastian McKenzie
|
ea7ac4cd2d
|
change acorn-ast-types to internal builders
|
2014-10-30 13:09:12 +11:00 |
|
Sebastian McKenzie
|
e141a8b875
|
run 6to5-node repl in a context
|
2014-10-30 12:15:37 +11:00 |
|
Sebastian McKenzie
|
6768fc3800
|
add back regex.flags in unicode regex transformer
|
2014-10-30 12:15:12 +11:00 |
|
Sebastian McKenzie
|
0af5e00b5f
|
update jsx empty test to new dom tags behaviour
|
2014-10-30 12:14:41 +11:00 |
|
Sebastian McKenzie
|
ecedc23892
|
v1.10.7
v1.10.7
|
2014-10-29 20:59:35 +11:00 |
|
Sebastian McKenzie
|
163c68dd6a
|
fix lint errors
|
2014-10-29 20:57:43 +11:00 |
|
Sebastian McKenzie
|
4dc6147348
|
update acorn-recast
|
2014-10-29 20:53:25 +11:00 |
|
Sebastian McKenzie
|
4b3ebc62b1
|
fix indentation
|
2014-10-29 20:52:31 +11:00 |
|
Sebastian McKenzie
|
cc094efe1b
|
modify regex object instead of creating a new literal
|
2014-10-29 20:52:25 +11:00 |
|
Sebastian McKenzie
|
8f4a3f77a0
|
remove jsx known-tags and use the latest jsx known tag definition
|
2014-10-29 20:52:12 +11:00 |
|
Sebastian McKenzie
|
b31f3666c8
|
yank out acorn-recast and replace it with our own code generator
|
2014-10-29 20:51:52 +11:00 |
|
Sebastian McKenzie
|
b1495832d7
|
remove acorn-recast
|
2014-10-29 20:51:03 +11:00 |
|
Sebastian McKenzie
|
fa6e50ea28
|
Merge pull request #103 from eventualbuddha/remove-unused-vars
Remove unused vars & fix typo
|
2014-10-28 14:31:24 +11:00 |
|
Sebastian McKenzie
|
a72c839a73
|
add bin and benchmark directories to jshint test #103
|
2014-10-28 14:31:09 +11:00 |
|
Brian Donovan
|
32b5edb711
|
Remove unused requires.
|
2014-10-27 20:28:31 -07:00 |
|
Brian Donovan
|
8cbb121e3f
|
Fix typo.
|
2014-10-27 20:28:08 -07:00 |
|
Sebastian McKenzie
|
75ece96475
|
v1.10.6
v1.10.6
|
2014-10-28 13:18:47 +11:00 |
|
Sebastian McKenzie
|
b016fda8af
|
add browser.js to .gitignore
|
2014-10-28 13:18:00 +11:00 |
|
Sebastian McKenzie
|
2cffad61fa
|
more reliable destructuring building
|
2014-10-28 13:16:31 +11:00 |
|
Sebastian McKenzie
|
4e248c0a16
|
add member expression destructuring test
|
2014-10-28 13:16:21 +11:00 |
|
Sebastian McKenzie
|
4f5026101b
|
fix cache-templates build script position - fixes #101
|
2014-10-28 13:16:08 +11:00 |
|
Sebastian McKenzie
|
4ce38eab37
|
v1.10.5
v1.10.5
|
2014-10-28 10:59:28 +11:00 |
|
Sebastian McKenzie
|
0a7ce115ff
|
remove browser.js in make publish
|
2014-10-28 10:58:29 +11:00 |
|
Sebastian McKenzie
|
21ed438fd8
|
alias functions in scope call wrapping - fixes #99
|
2014-10-28 10:58:20 +11:00 |
|
Sebastian McKenzie
|
5f9e954d21
|
v1.10.4
v1.10.4
|
2014-10-28 10:54:18 +11:00 |
|