• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

visionmedia / debug / 379
89%
master: 89%

Build:
Build:
LAST BUILD BRANCH: fix/safe-regex
DEFAULT BRANCH: master
Ran 21 Dec 2018 03:39AM UTC
Jobs 4
Files 4
Run time 54s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
379

Pull #661

travis-ci

web-flow
fix babel compile

some android phone can not recognize 'let', 'const'. They must be converted to 'var'.
when i use babel and babel-transform-runtime with corejs, it doesn't work.

The compiled code is like this (missing exports):

function(module, __webpack_exports__, __webpack_require__) {

"use strict";
__webpack_require__.r(__webpack_exports__);
/* WEBPACK VAR INJECTION */(function(module, process) {/* harmony import */ var _babel_runtime_corejs2_core_js_json_stringify__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime-corejs2/core-js/json/stringify */ "../../.nvm/versions/node/v8.2.1/lib/node_modules/@ies/eden/node_modules/@babel/runtime-corejs2/core-js/json/stringify.js");
/* harmony import */ var _babel_runtime_corejs2_core_js_json_stringify__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_corejs2_core_js_json_stringify__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _babel_runtime_corejs2_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime-corejs2/helpers/typeof */ "../../.nvm/versions/node/v8.2.1/lib/node_modules/@ies/eden/node_modules/@babel/runtime-corejs2/helpers/typeof.js");
/* harmony import */ var _babel_runtime_corejs2_helpers_typeof__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_corejs2_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var _babel_runtime_corejs2_core_js_parse_int__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime-corejs2/core-js/parse-int */ "../../.nvm/versions/node/v8.2.1/lib/node_modules/@ies/eden/node_modules/@babel/runtime-corejs2/core-js/parse-int.js");
/* harmony import */ var _babel_runtime_corejs2_core_js_parse_int__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_corejs2_core_js_parse_int__WEBPACK_IMPORTED_MODULE_2__);


/* eslint-env browser */

/**
 * This is the web browse... (continued)
Pull Request #661: fix babel compile in certain case

37 of 62 branches covered (59.68%)

228 of 260 relevant lines covered (87.69%)

43.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 379.1 21 Dec 2018 03:40AM UTC 0
87.69
Travis Job 379.1
2 379.2 21 Dec 2018 03:39AM UTC 0
87.69
Travis Job 379.2
3 379.3 21 Dec 2018 03:39AM UTC 0
87.69
Travis Job 379.3
4 379.4 21 Dec 2018 03:39AM UTC 0
87.69
Travis Job 379.4
Source Files on build 379
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #379
  • Pull Request #661
  • PR Base - master (#378)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc