Sebastian McKenzie
63b44a3e6e
fix transformer and module formatter list in $ babel --help - fixes #1421
2015-05-02 23:16:37 +01:00
Sebastian McKenzie
e1491de6b8
5.2.6
2015-05-01 13:09:33 +01:00
Sebastian McKenzie
166909998e
5.2.5
2015-05-01 13:00:15 +01:00
Sebastian McKenzie
d2aff67c6c
5.2.4
2015-05-01 11:39:43 +01:00
Sebastian McKenzie
6f622033c5
5.2.3
2015-05-01 11:27:02 +01:00
Sebastian McKenzie
5080534974
5.2.2
2015-05-01 00:44:48 +01:00
Sebastian McKenzie
f3b6f2fc61
5.2.1
2015-05-01 00:41:24 +01:00
Sebastian McKenzie
09453a490b
5.2.0
2015-04-30 23:27:37 +01:00
Sebastian McKenzie
4fe24a9a3b
Merge pull request #1392 from jden/jden-patch-1
...
process glob matching in babel-cli (windows compat)
2015-04-30 23:10:24 +01:00
Sebastian McKenzie
571cb4928f
add register-without-polyfill option
2015-04-30 22:27:52 +01:00
jden
b9ca9d42dc
fix formatting per feedback from @sebmck
...
https://github.com/babel/babel/pull/1392#discussion-diff-29454022
2015-04-30 11:06:51 -07:00
jden
479c3e477a
process glob matching in babel-cli (windows compat)
2015-04-30 10:57:48 -07:00
Sebastian McKenzie
4c9cb957a9
5.1.13
2015-04-25 22:46:01 +01:00
Sebastian McKenzie
4007148d9f
5.1.12
2015-04-25 18:23:16 +01:00
Joe McBride
ff63d8f60c
Bump convert-source-map version.
...
Relates to #1014
2015-04-23 09:29:19 -07:00
Sebastian McKenzie
b6498103db
5.1.11
2015-04-20 06:26:23 +01:00
Sebastian McKenzie
0ee9531db3
5.1.10
2015-04-15 15:24:49 -07:00
Sebastian McKenzie
569f046045
5.1.9
2015-04-14 08:32:47 -07:00
Sebastian McKenzie
fb30e79e03
5.1.8
2015-04-13 15:46:45 -07:00
Sebastian McKenzie
c54c3d3c15
5.1.7
2015-04-13 15:44:02 -07:00
Sebastian McKenzie
d4944d606b
5.1.6
2015-04-13 14:29:21 -07:00
James Coglan
1f2f4ce4f3
Correct relative pathnames in source maps.
...
Say you have a file called `src/thing.js` and you run
$ babel src/thing.js --out-file lib/thing.js --source-maps true
This generates a source map at `lib/thing.js.map` that contains
"src/thing.js" in its `sources` array. This is incorrect; since browsers
resolve all relative URLs relative to the directory containing the file
that refers to the URL, this resolves to `lib/src/thing.js`.
To make the source map refer to the source files correctly, the
`sources` array should contain "../src/thing.js".
2015-04-13 21:17:11 +01:00
Sebastian McKenzie
e080fe547d
5.1.5
2015-04-13 11:59:47 -07:00
Sebastian McKenzie
a40d532b0e
5.1.4
2015-04-13 09:38:21 -07:00
Sebastian McKenzie
e1d76a1dfe
5.1.3
2015-04-13 09:25:37 -07:00
Sebastian McKenzie
b5210877cf
5.1.2
2015-04-13 00:54:00 -07:00
Sebastian McKenzie
71eafdcac7
5.1.1
2015-04-13 00:14:47 -07:00
Sebastian McKenzie
3f6969f4f8
5.1.0
2015-04-12 21:23:21 -07:00
Sebastian McKenzie
766099e783
5.0.13
2015-04-12 21:21:31 -07:00
Sebastian McKenzie
83324b977d
Merge branch 'master' of github.com:babel/babel
...
# Conflicts:
# packages/babel-cli/package.json
2015-04-09 06:46:26 -07:00
Paul Miller
84439384c0
Update to stable chokidar.
2015-04-09 16:45:30 +03:00
Sebastian McKenzie
1e398e45ff
5.0.12
2015-04-09 06:44:06 -07:00
Sebastian McKenzie
d114349890
5.0.11
2015-04-08 08:15:15 -07:00
Sebastian McKenzie
1374863b9c
5.0.10
2015-04-07 18:06:52 -07:00
Sebastian McKenzie
96506f4249
5.0.9
2015-04-07 09:20:40 -07:00
chocolateboy
88941b3270
babel-node --print: don't mangle percent characters (%)
...
This applies the babel fix in #528 to babel-node.
before:
$ babel-node --print --eval '"%%"'
'%'
after:
$ babel-node --print --eval '"%%"'
'%%'
2015-04-05 06:26:29 +01:00
Sebastian McKenzie
dc98ac7c93
5.0.8
2015-04-04 17:09:35 +11:00
Sebastian McKenzie
54c6339f20
5.0.7
2015-04-04 04:51:24 +11:00
Sebastian McKenzie
db9ed0235f
finally fix cli tests
2015-04-04 04:39:28 +11:00
Sebastian McKenzie
6c98d39937
grr, debugging travis builds is hard
2015-04-04 04:01:35 +11:00
Sebastian McKenzie
20651df3ce
try and fix babel cli bootstrap
2015-04-04 03:47:47 +11:00
Sebastian McKenzie
67201e9698
add ignore/only option to cli
2015-04-04 03:31:19 +11:00
Sebastian McKenzie
5f91ee8a1a
5.0.6
2015-04-03 23:15:34 +11:00
Sebastian McKenzie
76d0fb4ba6
5.0.5
2015-04-03 22:44:16 +11:00
Sebastian McKenzie
20f28aba64
5.0.4
2015-04-03 15:34:20 +11:00
Cesar Andreu
bad877946f
Add README.md to babel-cli
2015-04-02 21:31:47 -07:00
Sebastian McKenzie
9f467ef7c0
5.0.3
2015-04-03 15:29:16 +11:00
Sebastian McKenzie
313f1e755a
5.0.2
2015-04-03 06:55:53 +11:00
Sebastian McKenzie
bf811ea34a
5.0.1
2015-04-03 06:47:47 +11:00
Sebastian McKenzie
a9e214b1db
fix build cli script
2015-04-03 05:48:02 +11:00