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

visionmedia / debug / 379 / 2
89%
master: 89%

Build:
Build:
LAST BUILD BRANCH: fix/safe-regex
DEFAULT BRANCH: master
Ran 21 Dec 2018 03:39AM UTC
Files 4
Run time 1s
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

21 Dec 2018 03:38AM UTC coverage: 87.692%. Remained the same
379.2

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%)

11.01 hits per line

Source Files on job 379.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26070
  • Travis Job 379.2
  • a2219d5f on github
  • Prev Job for on patch-1 (#378.1)
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