Dan Harper
|
682e9658c9
|
Fix bodyless async functions (#4600)
* fix bodyless async functions (#4599)
* Do the same in the async-generator-functions transform
|
2016-09-29 12:01:37 +02:00 |
|
zenparsing
|
26e79c5433
|
Implement support for async generator functions and for-await statements
|
2016-09-27 17:37:21 -04:00 |
|
Logan Smyth
|
231f27f170
|
Fix non-unique 'ref' binding name - fixes T7468
|
2016-06-28 19:16:44 -07:00 |
|
Logan Smyth
|
80aa424b75
|
Invalidate the scope cache if a node is moved to a different path - fixes T7194
|
2016-03-12 14:21:21 -08:00 |
|
Logan Smyth
|
de21f2ef77
|
Resolve 'arguments' for rest args relative to direct parent.
|
2016-03-07 20:45:21 -08:00 |
|
Logan Smyth
|
42d3844f24
|
Revert special arrow wrapper and avoid shadowing arguments.
|
2016-03-07 20:45:20 -08:00 |
|
Logan Smyth
|
51ddeade8a
|
Avoid renaming this bindings in simple arrow function cases.
|
2016-03-07 20:45:20 -08:00 |
|
Logan Smyth
|
db3a43869c
|
Remap across arrow function boundaries - fixes T7108
|
2016-03-07 20:45:19 -08:00 |
|
Logan Smyth
|
2e210927d8
|
Move the necessary exec transforms to the exec test.
|
2016-03-07 20:45:19 -08:00 |
|
keijokapp
|
105299f26d
|
Fix named FunctionExpression scoping issue.
|
2016-02-29 19:21:48 +02:00 |
|
Erik Desjardins
|
84af53d356
|
Async function will be hoisted above some imports
...but it's still below `exports.foo = undefined;`, so the test is intact
|
2016-02-03 12:11:14 -05:00 |
|
Erik
|
e759b5f835
|
Add exec test for T6882 (async function hoisting)
|
2016-02-03 12:11:08 -05:00 |
|
Erik
|
ec61bd9386
|
Revert "Don't mark async functions as hoist"
This reverts commit d34cb69912ee5789c7d1029c3be75d22d13e7bf8.
|
2016-02-02 22:13:26 -05:00 |
|
Amjad Masad
|
7428654c19
|
Merge pull request #3290 from AgentME/exportAsyncTest
Add test for T3026
|
2016-02-02 16:55:58 -08:00 |
|
horpto
|
d0a932d0e8
|
[hotfix][T2765#72428] Wrong 'this' for nested arrow in arrow function
|
2016-01-22 10:29:04 +05:00 |
|
Chris Cowan
|
7621d38bbd
|
Add test for T3026.
|
2016-01-20 12:11:57 -08:00 |
|
Amjad Masad
|
9980b6b8b2
|
[hotfix][T7006] Arrow functions don't have arguments bound
|
2016-01-20 00:41:17 -08:00 |
|
horpto
|
5ac022ab9b
|
4 -> 2 spaces tab size
|
2016-01-13 15:37:20 +05:00 |
|
horpto
|
fa9f8ea4be
|
Fix for deeply nested async arrows
|
2016-01-11 04:37:16 +05:00 |
|
horpto
|
f2fdc74d1b
|
[2765] transform-async-to-generator doesn't work for this inside arrow
function
|
2016-01-10 21:52:04 +05:00 |
|
Amjad Masad
|
0d8e5a9e86
|
Fix over-parenthesizing of function expressions
|
2015-12-24 14:55:51 -08:00 |
|
Sebastian McKenzie
|
1fa24b1efd
|
rename babel-plugin-external-helpers-2 to babel-plugin-external-helpers
|
2015-12-24 03:54:40 +00:00 |
|
Sławomir Laskowski
|
d34cb69912
|
Don't mark async functions as hoist
`babel-template` no longer crashes in IE attempting to access unpopulated error stack
|
2015-11-29 01:47:24 +01:00 |
|
Sebastian McKenzie
|
15969a0904
|
move all plugin tests out of babel-core and into their appropriate folders
|
2015-11-08 23:04:10 -08:00 |
|