-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js.map
1 lines (1 loc) · 5.73 KB
/
index.js.map
1
{"version":3,"sources":["webpack:///webpack/bootstrap 9d32c8aeef886c5f3497","webpack:///./app.js","webpack:///external \"babel-core/register\"","webpack:///external \"source-map-support\"","webpack:///external \"express\"","webpack:///external \"cfenv\"","webpack:///external \"path\"","webpack:///external \"body-parser\"","webpack:///./modules/hello-world.js","webpack:///./modules/routes/index.js"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;;;ACtCA,qBAAQ,CAAR;AACA,qBAAQ,CAAR,EAA8B,OAA9B;;AAEA,KAAI,UAAU,oBAAQ,CAAR,CAAd;AAAA,KACI,QAAQ,oBAAQ,CAAR,CADZ;AAAA,KAEI,OAAO,oBAAQ,CAAR,CAFX;AAAA,KAGI,aAAa,oBAAQ,CAAR,CAHjB;AAAA,KAII,cAAc,oBAAQ,CAAR,CAJlB;AAAA,KAIoD;AAChD,GALJ;;AAOA,KAAI,MAAM,SAAV;AAAA,KACI,SAAS,MAAM,SAAN,EADb;;AAGA,KAAG,QAAQ,GAAR,CAAY,QAAZ,IAAwB,YAAxB,IAAwC,QAAQ,GAAR,CAAY,QAAZ,IAAwB,SAAnE,EAA6E;AAC5E,SAAI,GAAJ,CAAQ,MAAR,EAAgB,QAAQ,GAAR,CAAY,aAAZ,IAA6B,EAA7C;AACA,EAFD,MAEK;AACJ,SAAI,GAAJ,CAAQ,MAAR,EAAgB,IAAhB;AACA;;AAED,KAAI,GAAJ,CAAQ,QAAQ,MAAR,CAAe,KAAK,IAAL,CAAU,SAAV,EAAqB,QAArB,CAAf,CAAR;AACA;AACA,KAAI,GAAJ,CAAQ,WAAW,UAAX,CAAsB,EAAC,UAAU,IAAX,EAAtB,CAAR;AACA,KAAI,GAAJ,CAAQ,WAAW,IAAX,EAAR;;AAEA,qBAAQ,CAAR,EAAqC,GAArC,EAA0C,EAA1C,E,CAA+C;;AAE/C,KAAI,MAAJ,CAAW,IAAI,GAAJ,CAAQ,MAAR,CAAX,EAA4B,YAAW;AACnC,aAAQ,IAAR,CAAa,8BAA8B,KAAK,OAAL,GAAe,IAA1D;AACH,EAFD,E;;;;;;;AC1BA,iD;;;;;;ACAA,gD;;;;;;ACAA,qC;;;;;;ACAA,mC;;;;;;ACAA,kC;;;;;;ACAA,yC;;;;;;;;ACAA,qBAAQ,CAAR;AACA,KAAI,WAAU,OAAO,OAAP,GAAiB,EAA/B;;AAEA,UAAQ,KAAR,GAAgB,YAAU;AACzB,SAAO,aAAP;AACA,EAFD;;AAIA,UAAQ,GAAR,GAAc,YAAU;AACvB,MAAI,CAAJ,EAAM,CAAN;AACC,GAFsB,GAEd,CAFc;AAEpB,GAFoB,GAEZ,CAFY;AAGR;AAHQ,aAGf,CAAC,CAAD,EAAG,CAAH,CAHe;AAGtB,GAHsB;AAGpB,GAHoB;AAIvB,EAJD,C;;;;;;;;ACPA,QAAO,OAAP,GAAiB,UAAS,GAAT,EAAc,WAAd,EAA2B;AACxC,SAAI,OAAO,oBAAQ,CAAR,CAAX;AACA,SAAI,YAAY,KAAK,OAAL,CAAa,KAAK,OAAL,EAAb,CAAhB;;AAEA,SAAI,GAAJ,CAAQ,GAAR,EAAa,UAAS,GAAT,EAAc,GAAd,EAAkB;AAC3B,aAAI,QAAJ,CAAa,YAAY,oBAAzB;AACH,MAFD;AAIH,EARD,C","file":"index.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n/** WEBPACK FOOTER **\n ** webpack/bootstrap 9d32c8aeef886c5f3497\n **/","require('babel-core/register');\nrequire('source-map-support').install();\n\nvar express = require('express'),\n cfenv = require('cfenv'),\n path = require('path'),\n bodyParser = require('body-parser'),\n hello_world = require('./modules/hello-world'), //for demonstration purposes only\n fs;\n\nvar app = express(),\n appEnv = cfenv.getAppEnv();\n\nif(process.env.NODE_ENV == 'production' || process.env.NODE_ENV == 'staging'){\n\tapp.set('port', process.env.VCAP_APP_PORT || 80);\n}else{\n\tapp.set('port', 3000);\n}\n\napp.use(express.static(path.join(__dirname, 'public')));\n//app.set(path.join('views', __dirname, '/apps'));\napp.use(bodyParser.urlencoded({extended: true}));\napp.use(bodyParser.json());\n\nrequire('./modules/routes/index.js')(app, {}); // load our routes and pass in our app and fully configured passport\n\napp.listen(app.get('port'), function() {\n console.info('Server listening on port ' + this.address().port);\n});\n\n\n/** WEBPACK FOOTER **\n ** ./app.js\n **/","module.exports = require(\"babel-core/register\");\n\n\n/*****************\n ** WEBPACK FOOTER\n ** external \"babel-core/register\"\n ** module id = 1\n ** module chunks = 0\n **/","module.exports = require(\"source-map-support\");\n\n\n/*****************\n ** WEBPACK FOOTER\n ** external \"source-map-support\"\n ** module id = 2\n ** module chunks = 0\n **/","module.exports = require(\"express\");\n\n\n/*****************\n ** WEBPACK FOOTER\n ** external \"express\"\n ** module id = 3\n ** module chunks = 0\n **/","module.exports = require(\"cfenv\");\n\n\n/*****************\n ** WEBPACK FOOTER\n ** external \"cfenv\"\n ** module id = 4\n ** module chunks = 0\n **/","module.exports = require(\"path\");\n\n\n/*****************\n ** WEBPACK FOOTER\n ** external \"path\"\n ** module id = 5\n ** module chunks = 0\n **/","module.exports = require(\"body-parser\");\n\n\n/*****************\n ** WEBPACK FOOTER\n ** external \"body-parser\"\n ** module id = 6\n ** module chunks = 0\n **/","require('babel-core/register');\nvar exports = module.exports = {};\n\nexports.hello = function(){\n\treturn \"Hello World\";\n}\n\nexports.es6 = function(){\n\tvar a,b;\n\t[a,b] = [1,2];\n\t[a,b] = [b,a]; //take a look at the es5 this transpiles to in /modules/final\n}\n\n\n/** WEBPACK FOOTER **\n ** ./modules/hello-world.js\n **/","module.exports = function(app, credentials) {\n var path = require('path');\n var __dirname = path.resolve(path.dirname());\n\n app.get('/', function(req, res){\n res.sendFile(__dirname + '/public/index.html');\n });\n\n};\n\n\n/** WEBPACK FOOTER **\n ** ./modules/routes/index.js\n **/"],"sourceRoot":""}