Files
babel/test/fixtures/transformation/es6-destructuring/empty-object-pattern/expected.js

8 lines
189 B
JavaScript

"use strict";
var _objectDestructuringEmpty = function (obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); };
var _ref = null;
_objectDestructuringEmpty(_ref);