febs-browser
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -5,2 +5,7 @@ // require('es5-shim'); | ||
if (!Window.__line) { | ||
Window.__line = undefined; | ||
Window.__column = undefined; | ||
} | ||
// require('console-polyfill'); | ||
@@ -7,0 +12,0 @@ require('./common/promise-finally-polyfill'); |
var Window = "undefined" != typeof window ? window : ("undefined" != typeof global ? global : ("undefined" != typeof self ? self : undefined)); | ||
if (!Window.__line) { | ||
Window.__line = undefined; | ||
Window.__column = undefined; | ||
} | ||
// require('core-js/stable'); | ||
@@ -4,0 +9,0 @@ // require('regenerator-runtime/runtime'); |
@@ -91,3 +91,3 @@ { | ||
"name": "febs-browser", | ||
"version": "1.0.8" | ||
"version": "1.0.9" | ||
} |
@@ -14,2 +14,11 @@ | ||
/** | ||
* @desc: 当前所在行 (客户端不支持, 为undefined). | ||
*/ | ||
var __line: number; | ||
/** | ||
* @desc: 当前所在列 (客户端不支持, 为undefined). | ||
*/ | ||
var __column: number; | ||
/** | ||
* 微信小程序不支持 | ||
@@ -16,0 +25,0 @@ */ |
if (!global.__line) { | ||
global.__line = undefined; | ||
global.__column = undefined; | ||
} | ||
// require('es5-shim'); | ||
@@ -21,3 +27,2 @@ // require('es5-shim/es5-sham'); | ||
const __debug = false; | ||
@@ -24,0 +29,0 @@ const crypt = febsutils.mergeMap(febscrypt, cryptMd5, cryptSha1); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4028605
35384