2 lines
1.3 KiB
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
!function(t){function e(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default="babel-test"},function(t,e,n){"use strict";function o(t){"ngInject";console.log("hi")}o.$inject=["$scope"],Object.defineProperty(e,"__esModule",{value:!0});var r=n(0);console.log(r.default);var c=function(){function t(t){this.doSomething()}return t.$inject=["$scope"],t.prototype.doSomething=function(){},t}();angular.module("test",[]).controller("testCtrl",["$scope",function(t){}]).factory("testFactory",["$cacheFactory",function(t){return{}}]).service("testNotAnnotated",function(){return{}}).directive("testDirective",["$timeout",function(t){return{restrict:"E",controller:["$scope",function(t){}]}}]).controller("someCtrl",c),console.log("after annotated function")}]);
//# sourceMappingURL=build.js.map