Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
if (global.ENV === undefined) {
    global.ENV = {
    // [Symbol.for('@@EMPTY')]: true,
    };
}
// only require babel in standalone build
// !global._babelPolyfill && process.env.IS_STANDALONE_GRAPHQL
// if (!global._babelPolyfill && typeof regeneratorRuntime === 'undefined') {
//   require('@babel/polyfill')
//   // # babelrc
//   // @todo https://github.com/babel/babel-preset-env/issues/92
//   // issue is, we transpile async functions in modules, and have to import regenerator for them
//   // we should import the async code directly
//   // ```json
//   //      ["@babel/plugin-transform-regenerator", {
//   //       "asyncGenerators": false,
//   //       "generators": false,
//   //       "async": false
//   //     }],
//   // ```
//   // require('@babel/polyfill')
//   // require('@babel/register')
//   require('regenerator-runtime/runtime')
// }
require('./devEnv');
// require('./console')
require('./requestMiddleware');
//# sourceMappingURL=index.js.map