* Transform for F#-style await Inludes support for optimizing single-parameter arrow functions * Wait until optimization before pushing placeholder into scope
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
var _functionReturn;
|
|
|
|
var result = (_functionReturn = '(function() { return this; })()', (0, eval)(_functionReturn));
|
|
expect(result).not.toBeUndefined();
|
|
})();
|