UNPKG

webpack

Version:

Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.

10 lines 1.66 kB
!function(t){function e(n){if(r[n])return r[n].exports;var o=r[n]={exports:{},id:n,loaded:!1};return t[n].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var r={};return e.m=t,e.c=r,e.p="",e(0)}([/*!*********************************!*\ !*** ./parsing/typeof/index.js ***! \*********************************/ function(t,e,r){it("should not create a context for typeof require",function(){r(/*! ./typeof */2).should.be.eql("function")}),it("should answer typeof require correctly",function(){"function".should.be.eql("function")}),it("should answer typeof define correctly",function(){"function".should.be.eql("function")}),it("should answer typeof require.amd correctly",function(){(typeof r(/*! !webpack amd options */1)).should.be.eql("object")}),it("should answer typeof define.amd correctly",function(){(typeof r(/*! !webpack amd options */1)).should.be.eql("object")}),it("should answer typeof module correctly",function(){(typeof t).should.be.eql("object")}),it("should answer typeof exports correctly",function(){(typeof e).should.be.eql("object")}),it("should answer typeof require.include correctly",function(){"function".should.be.eql("function")}),it("should answer typeof require.ensure correctly",function(){"function".should.be.eql("function")}),it("should not parse filtered stuff",function(){})},/*!****************************************!*\ !*** (webpack)/buildin/amd-options.js ***! \****************************************/ function(t,e){(function(e){t.exports=e}).call(e,{})},/*!**********************************!*\ !*** ./parsing/typeof/typeof.js ***! \**********************************/ function(t){t.exports="function"}]);