You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
996 B

{"ast":null,"code":"var _jsxFileName = \"/home/f2256342/forge/udemy-react/02/src/Person/Person.js\";\nimport React from 'react';\n\nconst person = () => {\n return React.createElement(\"p\", {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 4\n },\n __self: this\n }, \"I'm a Monk and my ilvl is \", Math.floor(Math.random() * 300), \" ready to raid!\");\n};\n\nexport default person;","map":{"version":3,"sources":["/home/f2256342/forge/udemy-react/02/src/Person/Person.js"],"names":["React","person","Math","floor","random"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AAEA,MAAMC,MAAM,GAAG,MAAM;AACjB,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mCAA8BC,IAAI,CAACC,KAAL,CAAWD,IAAI,CAACE,MAAL,KAAgB,GAA3B,CAA9B,oBAAP;AACH,CAFD;;AAIA,eAAeH,MAAf","sourcesContent":["import React from 'react';\n\nconst person = () => {\n return <p>I'm a Monk and my ilvl is {Math.floor(Math.random() * 300)} ready to raid!</p>\n};\n\nexport default person;"]},"metadata":{},"sourceType":"module"}