@hpcc-js/codemirror 2.63.0 → 2.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es6.js +5 -5
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +5 -5
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
})(this, (function (exports, common) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/codemirror";
|
|
8
|
-
var PKG_VERSION = "2.
|
|
9
|
-
var BUILD_VERSION = "2.
|
|
8
|
+
var PKG_VERSION = "2.64.0";
|
|
9
|
+
var BUILD_VERSION = "2.107.0";
|
|
10
10
|
|
|
11
11
|
/******************************************************************************
|
|
12
12
|
Copyright (c) Microsoft Corporation.
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
23
23
|
PERFORMANCE OF THIS SOFTWARE.
|
|
24
24
|
***************************************************************************** */
|
|
25
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
25
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
26
26
|
|
|
27
27
|
var extendStatics = function(d, b) {
|
|
28
28
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -3490,7 +3490,7 @@
|
|
|
3490
3490
|
}
|
|
3491
3491
|
|
|
3492
3492
|
// Compute the lines that are visible in a given viewport (defaults
|
|
3493
|
-
// the
|
|
3493
|
+
// the current scroll position). viewport may contain top,
|
|
3494
3494
|
// height, and ensure (see op.scrollToPos) properties.
|
|
3495
3495
|
function visibleLines(display, doc, viewport) {
|
|
3496
3496
|
var top = viewport && viewport.top != null ? Math.max(0, viewport.top) : display.scroller.scrollTop;
|
|
@@ -9942,7 +9942,7 @@
|
|
|
9942
9942
|
|
|
9943
9943
|
addLegacyProps(CodeMirror);
|
|
9944
9944
|
|
|
9945
|
-
CodeMirror.version = "5.65.
|
|
9945
|
+
CodeMirror.version = "5.65.18";
|
|
9946
9946
|
|
|
9947
9947
|
return CodeMirror;
|
|
9948
9948
|
|