fa5eb1686bbc7c925234bf5f7ea94d5d.json
2.59 KB
{"ast":null,"code":"import _classCallCheck from \"@babel/runtime/helpers/esm/classCallCheck\";\nimport _createClass from \"@babel/runtime/helpers/esm/createClass\";\nimport _inherits from \"@babel/runtime/helpers/esm/inherits\";\nimport _createSuper from \"@babel/runtime/helpers/esm/createSuper\";\nimport * as React from 'react';\n\nvar DomWrapper = /*#__PURE__*/function (_React$Component) {\n _inherits(DomWrapper, _React$Component);\n\n var _super = _createSuper(DomWrapper);\n\n function DomWrapper() {\n _classCallCheck(this, DomWrapper);\n\n return _super.apply(this, arguments);\n }\n\n _createClass(DomWrapper, [{\n key: \"render\",\n value: function render() {\n return this.props.children;\n }\n }]);\n\n return DomWrapper;\n}(React.Component);\n\nexport default DomWrapper;","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/rc-motion/es/DomWrapper.js"],"names":["_classCallCheck","_createClass","_inherits","_createSuper","React","DomWrapper","_React$Component","_super","apply","arguments","key","value","render","props","children","Component"],"mappings":"AAAA,OAAOA,eAAP,MAA4B,2CAA5B;AACA,OAAOC,YAAP,MAAyB,wCAAzB;AACA,OAAOC,SAAP,MAAsB,qCAAtB;AACA,OAAOC,YAAP,MAAyB,wCAAzB;AACA,OAAO,KAAKC,KAAZ,MAAuB,OAAvB;;AAEA,IAAIC,UAAU,GAAG,aAAa,UAAUC,gBAAV,EAA4B;AACxDJ,EAAAA,SAAS,CAACG,UAAD,EAAaC,gBAAb,CAAT;;AAEA,MAAIC,MAAM,GAAGJ,YAAY,CAACE,UAAD,CAAzB;;AAEA,WAASA,UAAT,GAAsB;AACpBL,IAAAA,eAAe,CAAC,IAAD,EAAOK,UAAP,CAAf;;AAEA,WAAOE,MAAM,CAACC,KAAP,CAAa,IAAb,EAAmBC,SAAnB,CAAP;AACD;;AAEDR,EAAAA,YAAY,CAACI,UAAD,EAAa,CAAC;AACxBK,IAAAA,GAAG,EAAE,QADmB;AAExBC,IAAAA,KAAK,EAAE,SAASC,MAAT,GAAkB;AACvB,aAAO,KAAKC,KAAL,CAAWC,QAAlB;AACD;AAJuB,GAAD,CAAb,CAAZ;;AAOA,SAAOT,UAAP;AACD,CAnB6B,CAmB5BD,KAAK,CAACW,SAnBsB,CAA9B;;AAqBA,eAAeV,UAAf","sourcesContent":["import _classCallCheck from \"@babel/runtime/helpers/esm/classCallCheck\";\nimport _createClass from \"@babel/runtime/helpers/esm/createClass\";\nimport _inherits from \"@babel/runtime/helpers/esm/inherits\";\nimport _createSuper from \"@babel/runtime/helpers/esm/createSuper\";\nimport * as React from 'react';\n\nvar DomWrapper = /*#__PURE__*/function (_React$Component) {\n _inherits(DomWrapper, _React$Component);\n\n var _super = _createSuper(DomWrapper);\n\n function DomWrapper() {\n _classCallCheck(this, DomWrapper);\n\n return _super.apply(this, arguments);\n }\n\n _createClass(DomWrapper, [{\n key: \"render\",\n value: function render() {\n return this.props.children;\n }\n }]);\n\n return DomWrapper;\n}(React.Component);\n\nexport default DomWrapper;"]},"metadata":{},"sourceType":"module"}