1- 'use strict' ;
1+ /*! JSONPatcherProxy version: 0.0.8 */
2+ var JSONPatcherProxy =
3+ /******/ ( function ( modules ) { // webpackBootstrap
4+ /******/ // The module cache
5+ /******/ var installedModules = { } ;
6+ /******/
7+ /******/ // The require function
8+ /******/ function __webpack_require__ ( moduleId ) {
9+ /******/
10+ /******/ // Check if module is in cache
11+ /******/ if ( installedModules [ moduleId ] ) {
12+ /******/ return installedModules [ moduleId ] . exports ;
13+ /******/ }
14+ /******/ // Create a new module (and put it into the cache)
15+ /******/ var module = installedModules [ moduleId ] = {
16+ /******/ i : moduleId ,
17+ /******/ l : false ,
18+ /******/ exports : { }
19+ /******/ } ;
20+ /******/
21+ /******/ // Execute the module function
22+ /******/ modules [ moduleId ] . call ( module . exports , module , module . exports , __webpack_require__ ) ;
23+ /******/
24+ /******/ // Flag the module as loaded
25+ /******/ module . l = true ;
26+ /******/
27+ /******/ // Return the exports of the module
28+ /******/ return module . exports ;
29+ /******/ }
30+ /******/
31+ /******/
32+ /******/ // expose the modules object (__webpack_modules__)
33+ /******/ __webpack_require__ . m = modules ;
34+ /******/
35+ /******/ // expose the module cache
36+ /******/ __webpack_require__ . c = installedModules ;
37+ /******/
38+ /******/ // identity function for calling harmony imports with the correct context
39+ /******/ __webpack_require__ . i = function ( value ) { return value ; } ;
40+ /******/
41+ /******/ // define getter function for harmony exports
42+ /******/ __webpack_require__ . d = function ( exports , name , getter ) {
43+ /******/ if ( ! __webpack_require__ . o ( exports , name ) ) {
44+ /******/ Object . defineProperty ( exports , name , {
45+ /******/ configurable : false ,
46+ /******/ enumerable : true ,
47+ /******/ get : getter
48+ /******/ } ) ;
49+ /******/ }
50+ /******/ } ;
51+ /******/
52+ /******/ // getDefaultExport function for compatibility with non-harmony modules
53+ /******/ __webpack_require__ . n = function ( module ) {
54+ /******/ var getter = module && module . __esModule ?
55+ /******/ function getDefault ( ) { return module [ 'default' ] ; } :
56+ /******/ function getModuleExports ( ) { return module ; } ;
57+ /******/ __webpack_require__ . d ( getter , 'a' , getter ) ;
58+ /******/ return getter ;
59+ /******/ } ;
60+ /******/
61+ /******/ // Object.prototype.hasOwnProperty.call
62+ /******/ __webpack_require__ . o = function ( object , property ) { return Object . prototype . hasOwnProperty . call ( object , property ) ; } ;
63+ /******/
64+ /******/ // __webpack_public_path__
65+ /******/ __webpack_require__ . p = "" ;
66+ /******/
67+ /******/ // Load entry module and return exports
68+ /******/ return __webpack_require__ ( __webpack_require__ . s = 0 ) ;
69+ /******/ } )
70+ /************************************************************************/
71+ /******/ ( [
72+ /* 0 */
73+ /***/ ( function ( module , exports , __webpack_require__ ) {
74+
75+ "use strict" ;
76+
77+
278/*!
379 * https://github.com/Palindrom/JSONPatcherProxy
4- * JSONPatcherProxy version: 0.0.8
580 * (c) 2017 Starcounter
681 * MIT license
782 */
@@ -385,7 +460,11 @@ const JSONPatcherProxy = (function() {
385460 return JSONPatcherProxy ;
386461} ) ( ) ;
387462
388- if ( typeof module !== 'undefined' ) {
463+ if ( true ) {
389464 module . exports = JSONPatcherProxy ;
390465 module . exports . default = JSONPatcherProxy ;
391466}
467+
468+
469+ /***/ } )
470+ /******/ ] ) ;
0 commit comments