var foo = (function (View) { 'use strict'; /*eslint import/no-unresolved: 0*/ var main = View.extend({}); return main; }(View));