Sebastian McKenzie
d94bb2e048
handle comments and use strict directives better - fixes #1030
2015-03-16 13:07:28 +11:00
Sebastian McKenzie
25fa10e592
fix syntax errors
2015-03-16 02:00:19 +11:00
Sebastian McKenzie
8d3a7acbd1
add symbol check to defineProperty helper - fixes #1010
2015-03-16 02:00:10 +11:00
Sebastian McKenzie
29d33dd31a
Merge branch 'master' of github.com:babel/babel
2015-03-16 01:52:14 +11:00
Sebastian McKenzie
4afd0f553e
Merge branch 'experimental'
...
# Conflicts:
# src/babel/transformation/transformers/playground/method-binding.js
2015-03-16 01:51:52 +11:00
Sebastian McKenzie
1fb877e9f5
add highlightErrors option - fixes #837
2015-03-16 01:50:37 +11:00
Sebastian McKenzie
866d3a8eab
move file into a separate folder
2015-03-16 01:45:08 +11:00
Sebastian McKenzie
76e1f0dd9f
add babelrc to vendor
2015-03-16 01:44:17 +11:00
Sebastian McKenzie
1bbe52a022
split up module class declarations - fixes #1021
2015-03-16 01:44:10 +11:00
Sebastian McKenzie
cc0f43813c
small style fixes
2015-03-16 01:26:26 +11:00
Sebastian McKenzie
b13b4bbfba
add buildPass File check in preperation for plugin api
2015-03-16 01:25:59 +11:00
Sebastian McKenzie
1c6ac0a07a
designate all playground and es7 transformers as optional
2015-03-16 01:25:25 +11:00
Sebastian McKenzie
5a319fd553
automate option generation
2015-03-16 01:23:57 +11:00
Sebastian McKenzie
a8cedf813b
Revert "remove es7.abstractReferences, playground.methodBinding and playground.objectGetterMemoisation"
...
This reverts commit f4ce216d1c18cbdad92e1e95446d3eb6f76f5925.
2015-03-16 01:02:35 +11:00
Sebastian McKenzie
9f037fa75e
Merge pull request #1025 from thejameskyle/tjk/fix-flag
...
Correct --gdbjit v8 flag
2015-03-15 18:41:36 +11:00
James Kyle
8681a78618
Correct --gdbjit v8 flag
2015-03-15 00:39:48 -07:00
Sebastian McKenzie
2d72d423b3
Merge pull request #1024 from thejameskyle/tjk/1020-v8-flags
...
Add all v8 flags (node & iojs)
2015-03-15 18:35:19 +11:00
James Kyle
280964eafe
Add all v8 flags (node & iojs). Fixes #1020
2015-03-15 00:33:39 -07:00
Sebastian McKenzie
5ee9b3c37e
remove irrelevant test
2015-03-14 04:50:46 +11:00
Sebastian McKenzie
9676056f08
add note about member expression resolution
2015-03-14 04:50:23 +11:00
Sebastian McKenzie
080a844457
rename "reassigned" to "constant" to reflect purpose of the property better
2015-03-14 04:44:51 +11:00
Sebastian McKenzie
1f9f57a2a6
use paths in replace supers helper
2015-03-14 03:58:18 +11:00
Sebastian McKenzie
056b7fc634
hoist uids to their parent function
2015-03-14 03:58:02 +11:00
Sebastian McKenzie
547ecc2f73
update tests to reflect new for-of behaviour
2015-03-14 03:57:53 +11:00
Sebastian McKenzie
a1ab8fa0c1
remove playground.memoisationOperator deprecation message
2015-03-14 03:57:39 +11:00
Sebastian McKenzie
9e61a307d4
fix scope traversal
2015-03-14 03:34:02 +11:00
Sebastian McKenzie
d4d18f4230
Merge branch 'experimental' of github.com:babel/babel into experimental
...
# Conflicts:
# src/babel/transformation/transformers/playground/object-getter-memoization.js
# src/babel/traversal/path/index.js
# src/babel/traversal/scope.js
2015-03-14 03:10:17 +11:00
Sebastian McKenzie
f4ce216d1c
remove es7.abstractReferences, playground.methodBinding and playground.objectGetterMemoisation
2015-03-14 03:00:41 +11:00
Sebastian McKenzie
d71c72de3c
4.7.12
2015-03-14 02:39:09 +11:00
Sebastian McKenzie
b1c21b8d4d
v4.7.12
v4.7.12
2015-03-14 02:37:30 +11:00
Sebastian McKenzie
e9b0005cf5
deprecate playground.methodBinding
2015-03-14 02:35:10 +11:00
Sebastian McKenzie
63bac550cd
Merge branch 'master' into experimental
...
# Conflicts:
# src/babel/transformation/transformers/es6/for-of.js
# src/babel/transformation/transformers/playground/object-getter-memoization.js
2015-03-14 02:34:03 +11:00
Sebastian McKenzie
d0b6aa9882
4.7.11
2015-03-14 02:30:59 +11:00
Sebastian McKenzie
0e877acfdf
v4.7.11
v4.7.11
2015-03-14 02:29:42 +11:00
Sebastian McKenzie
b670ee18df
fix unicode regex test
2015-03-14 02:28:32 +11:00
Sebastian McKenzie
24807120bf
fix unicode regexes stripping their unicode flag before being passed on two regexpu - fixes #1009
2015-03-14 02:26:20 +11:00
Sebastian McKenzie
33f7c0b67e
rejigger regex flag pulling
2015-03-14 02:12:13 +11:00
Sebastian McKenzie
c23b47f796
4.7.10
2015-03-14 02:02:06 +11:00
Sebastian McKenzie
2871d8a710
v4.7.10
v4.7.10
2015-03-14 01:57:26 +11:00
Sebastian McKenzie
3172b5de5d
Merge branch 'master' of github.com:babel/babel
2015-03-14 01:53:15 +11:00
Sebastian McKenzie
2c05303813
deprecate some playground transformers
2015-03-14 01:52:59 +11:00
Sebastian McKenzie
75dda10057
add 4.7.10 changelog
2015-03-14 01:52:51 +11:00
Sebastian McKenzie
12664c6cd6
start migration of core from nodes to paths
2015-03-14 01:48:46 +11:00
Sebastian McKenzie
581f70c803
Merge pull request #1013 from Rich-Harris/patch-1
...
fix inputSourceMap option
2015-03-14 01:47:55 +11:00
Rich Harris
a00d2c33d8
fix inputSourceMap option
...
See #827 - it looks like `opts.inputSourceMap` is the wrong way round, babel should only use an input sourcemap if the `inputSourceMap` option is *not* `false`
2015-03-13 10:46:50 -04:00
Sebastian McKenzie
c906bd3edc
start migration of core from nodes to paths
2015-03-14 01:00:02 +11:00
Sebastian McKenzie
27fc574e9f
4.7.9
2015-03-13 13:33:50 +11:00
Sebastian McKenzie
a3b1fcc79c
v4.7.9
v4.7.9
2015-03-13 13:30:14 +11:00
Sebastian McKenzie
491cb26c1f
remove console.log
2015-03-13 13:29:13 +11:00
Sebastian McKenzie
7c3d052714
add 4.7.9 changelog
2015-03-13 13:27:40 +11:00