Sebastian McKenzie
|
a607ac0077
|
Merge pull request #1786 from callumacrae/update-regenerator
Update regenerator
|
2015-06-18 17:57:43 +01:00 |
|
Callum Macrae
|
41f5e7c077
|
removed ^ from regenerator
|
2015-06-18 17:57:04 +01:00 |
|
Callum Macrae
|
99604362ed
|
update regenerator
|
2015-06-18 17:52:16 +01:00 |
|
Sebastian McKenzie
|
2c8e374eaf
|
add back non-es5 number guard in literal code gen
|
2015-06-17 22:56:08 +01:00 |
|
Sebastian McKenzie
|
238c68f829
|
fix member expression generation on object integers
|
2015-06-17 22:54:45 +01:00 |
|
Ingvar Stepanyan
|
09b334ad21
|
Add guard against non-ES5 integer literals.
|
2015-06-17 21:11:20 +03:00 |
|
Sebastian McKenzie
|
d647ede94b
|
fix up raw number literal
|
2015-06-17 17:58:03 +01:00 |
|
Sebastian McKenzie
|
6386b60b9a
|
add comments to types generator
|
2015-06-17 16:53:23 +01:00 |
|
Sebastian McKenzie
|
25749a9933
|
clear properties to undefined in traverse.removeProperties
|
2015-06-17 16:53:08 +01:00 |
|
Ingvar Stepanyan
|
fd4c0dae95
|
Generate original number representation when value was not changed.
|
2015-06-17 18:20:35 +03:00 |
|
Andres Suarez
|
80d362c534
|
fix matchesPattern with deep member expressions
|
2015-06-16 23:37:32 -04:00 |
|
Andres Suarez
|
59820b9a84
|
matchesPattern recognizes "this"
|
2015-06-16 22:48:50 -04:00 |
|
Sebastian McKenzie
|
f6ff366edf
|
add getEarliestCommonAncestorFrom jsdoc description
|
2015-06-17 02:40:15 +01:00 |
|
Sebastian McKenzie
|
c7cac7aaba
|
add deply nested smart insertion of rest parameter allocation
|
2015-06-17 02:34:42 +01:00 |
|
Sebastian McKenzie
|
0647d374a3
|
add more comments
|
2015-06-17 02:09:38 +01:00 |
|
Sebastian McKenzie
|
25c2816a85
|
fix ancestry index loopup in Path#getEarliestCommonAncestorFrom
|
2015-06-17 02:07:35 +01:00 |
|
Sebastian McKenzie
|
b57a80ecae
|
optimise rest parameters in spread element position and allocate rest array at the earliest common ancestor of all references - fixes #1768
|
2015-06-17 01:57:14 +01:00 |
|
Sebastian McKenzie
|
574d47a571
|
finish removal of esquery
|
2015-06-17 01:56:01 +01:00 |
|
Sebastian McKenzie
|
7c5d2b19b7
|
remove esquery
|
2015-06-17 01:38:49 +01:00 |
|
Arthur Verschaeve
|
c7669f44c1
|
Add tests for util.booleanify
|
2015-06-16 20:18:33 +02:00 |
|
Sebastian McKenzie
|
0ed5c5f480
|
add check for JSXMemberExpression to t.isReferenced
|
2015-06-16 02:29:59 +01:00 |
|
Sebastian McKenzie
|
94c34e0132
|
throw error when attemping to replace a Program root node with another node not of type Program - closes #1762
|
2015-06-16 01:53:53 +01:00 |
|
Sebastian McKenzie
|
92c4bbd003
|
remove unused import
|
2015-06-16 00:43:41 +01:00 |
|
Sebastian McKenzie
|
ec8e840841
|
upgrade babel-plugin-undeclared-variables-check
|
2015-06-16 00:42:30 +01:00 |
|
Sebastian McKenzie
|
1c3c64c12c
|
add modulesDuplicateDeclarations message
|
2015-06-16 00:42:21 +01:00 |
|
Sebastian McKenzie
|
cae80d6e9b
|
add scope to addImport importSpecifier call
|
2015-06-16 00:42:13 +01:00 |
|
Sebastian McKenzie
|
aaf29ddd82
|
move validation.undeclaredVariableCheck up
|
2015-06-16 00:42:03 +01:00 |
|
Sebastian McKenzie
|
fb485567b9
|
support module live bindings in arbitary positions not in Program statement position - fixes #1760
|
2015-06-16 00:41:53 +01:00 |
|
Sebastian McKenzie
|
050bcec617
|
add messages property to plugin context and add --copy-files flag to babel-plugin build
|
2015-06-15 18:55:03 +01:00 |
|
Sebastian McKenzie
|
6231015557
|
fix spelling mistake in CONTRIBUTING
|
2015-06-15 18:54:23 +01:00 |
|
Sebastian McKenzie
|
822eb47ee7
|
move more transformers into plugins
|
2015-06-15 18:54:14 +01:00 |
|
Sebastian McKenzie
|
91161ae9a1
|
Merge pull request #1758 from pygy/master
Add tests for IIFEs as default exports.
|
2015-06-15 18:36:27 +01:00 |
|
Pierre-Yves Gerardy
|
4c1b4b6490
|
Add tests for IIFEs as default exports.
|
2015-06-15 19:28:17 +02:00 |
|
Sebastian McKenzie
|
e792256087
|
add parse and traverse to plugin babel context
|
2015-06-15 16:36:56 +01:00 |
|
Sebastian McKenzie
|
19ad22f6e8
|
update tests to reflect new plugin api
|
2015-06-15 16:36:45 +01:00 |
|
Sebastian McKenzie
|
01818a50fa
|
fix up babel-plugin CLI
|
2015-06-15 16:36:34 +01:00 |
|
Sebastian McKenzie
|
3247851019
|
yank out more transformers and put them into plugins
|
2015-06-15 16:35:41 +01:00 |
|
Sebastian McKenzie
|
939c00d33c
|
Merge branch 'master' of github.com:babel/babel
|
2015-06-15 15:18:35 +01:00 |
|
Sebastian McKenzie
|
8b096ac705
|
start movement of core into plugins
|
2015-06-15 15:17:04 +01:00 |
|
Sebastian McKenzie
|
30c4a0cf06
|
Merge pull request #1726 from tikotzky/fix-require-hook-under-istanbul
Fix require hook under istanbul
|
2015-06-15 11:09:41 +01:00 |
|
Sebastian McKenzie
|
e08d400b36
|
Merge pull request #1733 from hzoo/i-1732
remove empty strings from beginning of template - fixes #1732
|
2015-06-15 10:46:28 +01:00 |
|
Sebastian McKenzie
|
7e080aa9d2
|
Merge pull request #1753 from loganfsmyth/optimize-call
Optimize NodePath#call a bit
|
2015-06-15 10:46:10 +01:00 |
|
Sebastian McKenzie
|
c0e5059634
|
Merge pull request #1752 from loganfsmyth/hidden-class-change
Initialize properties to avoid hidden class thrashing.
|
2015-06-15 10:45:30 +01:00 |
|
Logan Smyth
|
f8f5684faa
|
Avoid concatenating callbacks and ensure that callback lists are arrays ahead of time.
|
2015-06-14 23:00:38 -07:00 |
|
Logan Smyth
|
2c3e9fbc07
|
Initialize properties to avoid hidden class thrashing.
|
2015-06-14 22:26:44 -07:00 |
|
Sebastian McKenzie
|
b9d066d953
|
add special case for null in get helper
|
2015-06-15 00:15:22 +01:00 |
|
Sebastian McKenzie
|
94e15b0750
|
remove unused variable
|
2015-06-14 23:52:09 +01:00 |
|
Sebastian McKenzie
|
3256c1d120
|
Merge branch 'master' of github.com:babel/babel
|
2015-06-14 23:44:30 +01:00 |
|
Sebastian McKenzie
|
eba9f0ffbd
|
clean up default constructor in derived classes - fixes #1748
|
2015-06-14 23:44:21 +01:00 |
|
Sebastian McKenzie
|
52c3c143f9
|
add BindingIdentifier virtual type
|
2015-06-14 20:21:02 +01:00 |
|