40 Commits

Author SHA1 Message Date
Sebastian McKenzie
20a0280a52 add support for optional transformers 2015-01-01 22:35:02 +11:00
Sebastian McKenzie
52ffc65a06 make system module formatter modules anonymous by default - fixes #347 2014-12-29 01:55:30 +11:00
Sebastian McKenzie
615425c808 fix linting errors 2014-12-12 12:14:02 +11:00
Elan Shanker
5e67dfbd9e Ensure only file events are acted upon 2014-12-08 17:55:54 -05:00
Elan Shanker
6f6d9bd5a8 Simplify chokidar event handler 2014-12-08 17:17:31 -05:00
Sebastian McKenzie
d184bc93b9 add playground 2014-11-25 23:50:50 +11:00
Sebastian McKenzie
bd91bbee71 put experimental ES7 features behind a flag --experimental and experimental option 2014-11-21 19:36:35 +11:00
Lars Kappert
b924e3deb5 Rename to "--amd-module-ids" 2014-11-19 08:55:16 +01:00
Lars Kappert
8db466c698 Make AMD module id's optional 2014-11-18 22:04:41 +01:00
Sebastian McKenzie
c0b03e8126 append sourceMappingURL when using bin/6to5 and output sourcemaps - fixes #183 2014-11-17 14:22:25 +11:00
Sebastian McKenzie
8a9a205122 fix up comments option 2014-11-17 11:59:52 +11:00
Lars Kappert
e1cc1dcb4b Introduce --remove-comments (-c) option 2014-11-16 20:33:50 +01:00
Sebastian McKenzie
e3bd2dff8d remove unused path variable 2014-11-16 19:27:49 +11:00
Sebastian McKenzie
5c1ee86b97 remove filenameRelative from bin/6to5* since it's unneccesary 2014-11-16 19:24:47 +11:00
Sebastian McKenzie
24964ac454 add filenameRelative to bin/6to5* 2014-11-16 19:20:08 +11:00
Sebastian McKenzie
db7b6a4972 fix canCompile in readdirFilter in bin/6to5 util 2014-11-10 16:45:30 +11:00
Sebastian McKenzie
ab9cd4e630 add support for an optional runtime - closes #129 2014-11-09 12:02:06 +11:00
Sebastian McKenzie
5c6d57c51b add transformation and generation folders 2014-11-08 09:17:12 +11:00
Sebastian McKenzie
89ecd46b77 move _moduleFormatter transformer before useStrict transformer and remove duplicate use strict removing - fixes #114 2014-11-03 12:20:47 +11:00
Sebastian McKenzie
163c68dd6a fix lint errors 2014-10-29 20:57:43 +11:00
Brian Donovan
32b5edb711 Remove unused requires. 2014-10-27 20:28:31 -07:00
Sebastian McKenzie
a1adca6b65 add support for custom module formatters - #82 2014-10-19 12:11:12 +11:00
Sebastian McKenzie
2be2e4e1ae simplify bin/6to5 util methods and fix double compilation bug with eval in 6to5-node 2014-10-18 15:46:15 +11:00
Sebastian McKenzie
45c8c29cdf add --ignore and --extensions flag to 6to5-node to compliment require hook options 2014-10-16 10:02:16 +11:00
Sebastian McKenzie
4017a02756 add transformers to bin/6to5 help output, add descriptions tn whitelist and blacklist arguments 2014-10-15 11:45:28 +11:00
Sebastian McKenzie
cd006814f2 revamp bin/6to5 - file watching, nicer code - closes #65 2014-10-14 19:22:48 +11:00
Sebastian McKenzie
184e82f718 add jshint and change root file from node.js to index.js 2014-10-13 03:28:36 +11:00
Sebastian McKenzie
04f2f96672 better --filename bin/6to5 description 2014-10-12 00:23:25 +11:00
Sebastian McKenzie
df8d8d6ebc add full bin test suite 2014-10-11 22:31:18 +11:00
Sebastian McKenzie
c4a6626cc2 join sourcemaps on multiple files for bin/6to5 2014-10-11 22:00:54 +11:00
Sebastian McKenzie
0d87858e91 add support for stdin to 6to5 bin 2014-10-10 23:09:42 +11:00
Sebastian McKenzie
b06cd42a0b change --source-map-type [type] flag to --source-maps-inline and rename comment sourcemap type to inline 2014-10-08 23:59:38 +11:00
Sebastian McKenzie
4cb7b786dd always return { map, code } object on transform, update apis, change sourceMap comment adding, closes #6, #7 and #8 2014-10-08 23:49:19 +11:00
Sebastian McKenzie
f77e7d71d2 fix incorrect commander.out reference - closes #5 2014-10-08 23:13:03 +11:00
Sebastian McKenzie
04d5875771 fix sourcemap flag reference 2014-10-08 18:09:02 +11:00
Sebastian McKenzie
6f487a8899 change 6to5 source-map flag operation 2014-10-08 18:07:21 +11:00
Sebastian McKenzie
56fb41a616 add 6to5-node bin 2014-10-02 09:55:08 +10:00
Sebastian McKenzie
6d74efa452 remove chokidar 2014-10-01 11:06:40 +10:00
Sebastian McKenzie
66e06b5e13 fix invalid variable declaration name 2014-09-29 00:25:16 +10:00
Sebastian McKenzie
c97696c224 first commit 2014-09-28 23:39:22 +10:00