Sebastian McKenzie
5fd5b815ab
fix whitespace in resolveRc
2015-04-13 14:25:47 -07:00
Sebastian McKenzie
92db8312f6
add parse api
2015-04-13 14:25:37 -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
b967ecf063
v5.1.5
v5.1.5
2015-04-13 11:58:58 -07:00
Sebastian McKenzie
365b7285d2
bump core-js version
2015-04-13 11:58:09 -07:00
Sebastian McKenzie
a40d532b0e
5.1.4
2015-04-13 09:38:21 -07:00
Sebastian McKenzie
0487bf911d
v5.1.4
v5.1.4
2015-04-13 09:36:21 -07:00
Sebastian McKenzie
57c72d1cd0
fix syntax error in runtime definitions
2015-04-13 09:35:35 -07:00
Sebastian McKenzie
335bdffec2
add missing Reflect methods to runtime transformer #1248
2015-04-13 09:34:45 -07:00
Sebastian McKenzie
e1d76a1dfe
5.1.3
2015-04-13 09:25:37 -07:00
Sebastian McKenzie
a4845323a2
v5.1.3
v5.1.3
2015-04-13 09:24:00 -07:00
Sebastian McKenzie
792951b489
add 5.1.3 changelog
2015-04-13 09:23:12 -07:00
Sebastian McKenzie
5adda836af
don't do TCO on generators and async functions - fixes #1251
2015-04-13 09:21:59 -07:00
Sebastian McKenzie
4c2c3098c3
Merge branch 'master' of github.com:babel/babel
2015-04-13 09:20:36 -07:00
Sebastian McKenzie
087c714098
simplify runtime transformer traversal and add a catch-all - fixes #1248
2015-04-13 09:20:28 -07:00
Sebastian McKenzie
5a33e4fe05
Merge pull request #1245 from deepsweet/travis-cache
...
let Travis cache node_modules
2015-04-13 08:29:59 -07:00
Sebastian McKenzie
5f8667eaa7
make parsing of decorators stateless - fixes shuhei/babel-angular2-app#4
2015-04-13 08:26:51 -07:00
Sebastian McKenzie
31b4468514
switch to vanilla regenerator - closes #1247 , closes #1123
2015-04-13 08:08:00 -07:00
Kir Belevich
2be9678bbe
let Travis cache node_modules
2015-04-13 17:54:50 +07:00
Sebastian McKenzie
b5210877cf
5.1.2
2015-04-13 00:54:00 -07:00
Sebastian McKenzie
658dde768e
v5.1.2
v5.1.2
2015-04-13 00:52:43 -07:00
Sebastian McKenzie
8df1d81ca4
fix iterable runtime name
2015-04-13 00:51:50 -07:00
Sebastian McKenzie
a505e4a121
aAdd getIterator and isIterable to babel-runtime build script - fixes #1243
2015-04-13 00:48:19 -07:00
Sebastian McKenzie
71eafdcac7
5.1.1
2015-04-13 00:14:47 -07:00
Sebastian McKenzie
65060b0c97
v5.1.1
v5.1.1
2015-04-13 00:13:52 -07:00
Sebastian McKenzie
09883962f1
add item to 5.1.0 changelog
2015-04-13 00:13:05 -07:00
Sebastian McKenzie
1583262807
add missing runtime symbol definitions - fixes #1242
2015-04-13 00:12:59 -07:00
Sebastian McKenzie
04c7cd5c0c
add note to 5.1.0 changelog
2015-04-12 21:29:29 -07:00
Sebastian McKenzie
3f6969f4f8
5.1.0
2015-04-12 21:23:21 -07:00
Sebastian McKenzie
23db842cb8
v5.1.0
v5.1.0
2015-04-12 21:22:25 -07:00
Sebastian McKenzie
41c82e00f9
add 5.1.0 changelog
2015-04-12 21:21:35 -07:00
Sebastian McKenzie
766099e783
5.0.13
2015-04-12 21:21:31 -07:00
Sebastian McKenzie
53bc54b3b2
v5.0.13
v5.0.13
2015-04-12 21:14:12 -07:00
Sebastian McKenzie
bb70f37123
Merge branch 'master' of github.com:babel/babel
2015-04-12 20:59:26 -07:00
Sebastian McKenzie
8a0317132e
deopt array unpack optimisation on member expressions - fixes #1241
2015-04-12 20:59:17 -07:00
Sebastian McKenzie
f598c70841
Merge pull request #1215 from AluisioASG/es7-trailing-function-commas
...
ES7 trailing function commas
2015-04-12 19:17:02 -07:00
Sebastian McKenzie
61b57ea055
rejigger decorator alias
2015-04-12 19:10:22 -07:00
Sebastian McKenzie
a971ad7fd2
Merge branch 'master' of github.com:babel/babel
2015-04-12 19:07:19 -07:00
Sebastian McKenzie
27b6f804ce
clean up class decorators #1185
2015-04-12 19:06:59 -07:00
Sebastian McKenzie
8ab79f3a72
Merge pull request #1240 from JaRail/master
...
Fix broken dead-code-removal case.
2015-04-12 18:58:45 -07:00
James Railton
0c2bf2f5a2
Fix broken dead-code-removal case.
...
The "test" local variable was removed with path work. The last dead-code-removal check used this var. By reintroducing the local var, the unknown variable reference is fixed.
2015-04-12 18:52:37 -07:00
Sebastian McKenzie
7e1a4be085
add use strict header to decorators test
2015-04-12 09:09:26 -07:00
Sebastian McKenzie
bbc951dfe1
fix decorators order - thanks to some random japanese tweet i translated...
2015-04-12 09:05:46 -07:00
Sebastian McKenzie
b3e4aefe12
update runtime transformer to not use $for module - cc @zloirock
2015-04-12 09:00:32 -07:00
Sebastian McKenzie
26b5174dfa
add descriptor for all class properties - fixes #1235
2015-04-12 08:53:01 -07:00
Sebastian McKenzie
652d3c7320
move eval and arguments identifier handling to nameMethod helper
2015-04-11 20:51:01 -07:00
Sebastian McKenzie
edc2cd320c
don't consider eval and arguments valid identifiers - fixes #1232
2015-04-11 20:45:44 -07:00
Sebastian McKenzie
274a6e01dc
add support for inheriting from statically inlined native constructors - closes #1172
2015-04-11 19:47:11 -07:00
Sebastian McKenzie
3561efdb86
update runtime transformer to modular core-js - fixes #1206
2015-04-11 19:07:39 -07:00