@hpcc-js/codemirror 2.66.1 → 2.66.3

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  import { Palette, HTMLWidget } from '@hpcc-js/common';
2
2
 
3
3
  var PKG_NAME = "@hpcc-js/codemirror";
4
- var PKG_VERSION = "2.66.1";
5
- var BUILD_VERSION = "2.108.6";
4
+ var PKG_VERSION = "2.66.3";
5
+ var BUILD_VERSION = "2.108.8";
6
6
 
7
7
  /******************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -66,7 +66,7 @@ var hasRequiredCodemirror;
66
66
  function requireCodemirror () {
67
67
  if (hasRequiredCodemirror) return codemirror$1.exports;
68
68
  hasRequiredCodemirror = 1;
69
- (function (module, exports) {
69
+ (function (module, exports$1) {
70
70
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
71
71
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
72
72
 
@@ -232,7 +232,7 @@ function requireCodemirror () {
232
232
  function copyObj(obj, target, overwrite) {
233
233
  if (!target) { target = {}; }
234
234
  for (var prop in obj)
235
- { if (obj.hasOwnProperty(prop) && (overwrite !== false || !target.hasOwnProperty(prop)))
235
+ { if (Object.prototype.hasOwnProperty.call(obj, prop) && (overwrite !== false || !Object.prototype.hasOwnProperty.call(target, prop)))
236
236
  { target[prop] = obj[prop]; } }
237
237
  return target
238
238
  }
@@ -9943,7 +9943,7 @@ function requireCodemirror () {
9943
9943
 
9944
9944
  addLegacyProps(CodeMirror);
9945
9945
 
9946
- CodeMirror.version = "5.65.20";
9946
+ CodeMirror.version = "5.65.21";
9947
9947
 
9948
9948
  return CodeMirror;
9949
9949
 
@@ -9957,7 +9957,7 @@ var hasRequiredCss;
9957
9957
  function requireCss () {
9958
9958
  if (hasRequiredCss) return css.exports;
9959
9959
  hasRequiredCss = 1;
9960
- (function (module, exports) {
9960
+ (function (module, exports$1) {
9961
9961
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
9962
9962
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
9963
9963
 
@@ -10827,7 +10827,7 @@ var hasRequiredEcl;
10827
10827
  function requireEcl () {
10828
10828
  if (hasRequiredEcl) return ecl.exports;
10829
10829
  hasRequiredEcl = 1;
10830
- (function (module, exports) {
10830
+ (function (module, exports$1) {
10831
10831
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
10832
10832
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
10833
10833
 
@@ -11045,7 +11045,7 @@ var hasRequiredXml;
11045
11045
  function requireXml () {
11046
11046
  if (hasRequiredXml) return xml.exports;
11047
11047
  hasRequiredXml = 1;
11048
- (function (module, exports) {
11048
+ (function (module, exports$1) {
11049
11049
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
11050
11050
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
11051
11051
 
@@ -11468,7 +11468,7 @@ var hasRequiredMeta;
11468
11468
  function requireMeta () {
11469
11469
  if (hasRequiredMeta) return meta.exports;
11470
11470
  hasRequiredMeta = 1;
11471
- (function (module, exports) {
11471
+ (function (module, exports$1) {
11472
11472
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
11473
11473
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
11474
11474
 
@@ -11693,7 +11693,7 @@ var hasRequiredMarkdown;
11693
11693
  function requireMarkdown () {
11694
11694
  if (hasRequiredMarkdown) return markdown.exports;
11695
11695
  hasRequiredMarkdown = 1;
11696
- (function (module, exports) {
11696
+ (function (module, exports$1) {
11697
11697
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
11698
11698
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
11699
11699
 
@@ -12585,7 +12585,7 @@ var hasRequiredOverlay;
12585
12585
  function requireOverlay () {
12586
12586
  if (hasRequiredOverlay) return overlay.exports;
12587
12587
  hasRequiredOverlay = 1;
12588
- (function (module, exports) {
12588
+ (function (module, exports$1) {
12589
12589
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
12590
12590
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
12591
12591
 
@@ -12679,7 +12679,7 @@ var hasRequiredGfm;
12679
12679
  function requireGfm () {
12680
12680
  if (hasRequiredGfm) return gfm.exports;
12681
12681
  hasRequiredGfm = 1;
12682
- (function (module, exports) {
12682
+ (function (module, exports$1) {
12683
12683
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
12684
12684
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
12685
12685
 
@@ -12818,7 +12818,7 @@ var hasRequiredJavascript;
12818
12818
  function requireJavascript () {
12819
12819
  if (hasRequiredJavascript) return javascript.exports;
12820
12820
  hasRequiredJavascript = 1;
12821
- (function (module, exports) {
12821
+ (function (module, exports$1) {
12822
12822
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
12823
12823
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
12824
12824
 
@@ -13781,7 +13781,7 @@ var hasRequiredHtmlmixed;
13781
13781
  function requireHtmlmixed () {
13782
13782
  if (hasRequiredHtmlmixed) return htmlmixed.exports;
13783
13783
  hasRequiredHtmlmixed = 1;
13784
- (function (module, exports) {
13784
+ (function (module, exports$1) {
13785
13785
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
13786
13786
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
13787
13787
 
@@ -13945,7 +13945,7 @@ var hasRequiredSql;
13945
13945
  function requireSql () {
13946
13946
  if (hasRequiredSql) return sql.exports;
13947
13947
  hasRequiredSql = 1;
13948
- (function (module, exports) {
13948
+ (function (module, exports$1) {
13949
13949
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
13950
13950
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
13951
13951
 
@@ -15470,7 +15470,7 @@ var hasRequiredBraceFold;
15470
15470
  function requireBraceFold () {
15471
15471
  if (hasRequiredBraceFold) return braceFold.exports;
15472
15472
  hasRequiredBraceFold = 1;
15473
- (function (module, exports) {
15473
+ (function (module, exports$1) {
15474
15474
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
15475
15475
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
15476
15476
 
@@ -15597,7 +15597,7 @@ var hasRequiredCommentFold;
15597
15597
  function requireCommentFold () {
15598
15598
  if (hasRequiredCommentFold) return commentFold.exports;
15599
15599
  hasRequiredCommentFold = 1;
15600
- (function (module, exports) {
15600
+ (function (module, exports$1) {
15601
15601
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
15602
15602
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
15603
15603
 
@@ -15664,7 +15664,7 @@ var hasRequiredFoldcode;
15664
15664
  function requireFoldcode () {
15665
15665
  if (hasRequiredFoldcode) return foldcode.exports;
15666
15666
  hasRequiredFoldcode = 1;
15667
- (function (module, exports) {
15667
+ (function (module, exports$1) {
15668
15668
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
15669
15669
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
15670
15670
 
@@ -15831,7 +15831,7 @@ var hasRequiredFoldgutter;
15831
15831
  function requireFoldgutter () {
15832
15832
  if (hasRequiredFoldgutter) return foldgutter.exports;
15833
15833
  hasRequiredFoldgutter = 1;
15834
- (function (module, exports) {
15834
+ (function (module, exports$1) {
15835
15835
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
15836
15836
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
15837
15837
 
@@ -16008,7 +16008,7 @@ var hasRequiredIndentFold;
16008
16008
  function requireIndentFold () {
16009
16009
  if (hasRequiredIndentFold) return indentFold.exports;
16010
16010
  hasRequiredIndentFold = 1;
16011
- (function (module, exports) {
16011
+ (function (module, exports$1) {
16012
16012
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
16013
16013
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
16014
16014
 
@@ -16063,7 +16063,7 @@ var hasRequiredXmlFold;
16063
16063
  function requireXmlFold () {
16064
16064
  if (hasRequiredXmlFold) return xmlFold.exports;
16065
16065
  hasRequiredXmlFold = 1;
16066
- (function (module, exports) {
16066
+ (function (module, exports$1) {
16067
16067
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
16068
16068
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
16069
16069
 
@@ -16258,7 +16258,7 @@ var hasRequiredDialog;
16258
16258
  function requireDialog () {
16259
16259
  if (hasRequiredDialog) return dialog.exports;
16260
16260
  hasRequiredDialog = 1;
16261
- (function (module, exports) {
16261
+ (function (module, exports$1) {
16262
16262
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
16263
16263
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
16264
16264
 
@@ -16433,7 +16433,7 @@ var hasRequiredJumpToLine;
16433
16433
  function requireJumpToLine () {
16434
16434
  if (hasRequiredJumpToLine) return jumpToLine.exports;
16435
16435
  hasRequiredJumpToLine = 1;
16436
- (function (module, exports) {
16436
+ (function (module, exports$1) {
16437
16437
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
16438
16438
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
16439
16439
 
@@ -16496,7 +16496,7 @@ var hasRequiredSearchcursor;
16496
16496
  function requireSearchcursor () {
16497
16497
  if (hasRequiredSearchcursor) return searchcursor.exports;
16498
16498
  hasRequiredSearchcursor = 1;
16499
- (function (module, exports) {
16499
+ (function (module, exports$1) {
16500
16500
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
16501
16501
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
16502
16502
 
@@ -16805,7 +16805,7 @@ var hasRequiredSearch;
16805
16805
  function requireSearch () {
16806
16806
  if (hasRequiredSearch) return search.exports;
16807
16807
  hasRequiredSearch = 1;
16808
- (function (module, exports) {
16808
+ (function (module, exports$1) {
16809
16809
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
16810
16810
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
16811
16811
 
@@ -17110,7 +17110,7 @@ var hasRequiredShowHint;
17110
17110
  function requireShowHint () {
17111
17111
  if (hasRequiredShowHint) return showHint.exports;
17112
17112
  hasRequiredShowHint = 1;
17113
- (function (module, exports) {
17113
+ (function (module, exports$1) {
17114
17114
  // CodeMirror, copyright (c) by Marijn Haverbeke and others
17115
17115
  // Distributed under an MIT license: https://codemirror.net/5/LICENSE
17116
17116