Files
babel/packages/babel-plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/output.js
2019-02-04 21:58:46 +01:00

9 lines
198 B
JavaScript

(function () {
'use strict';
var _functionReturn;
var result = (_functionReturn = '(function() { return this; })()', (0, eval)(_functionReturn));
expect(result).not.toBeUndefined();
})();