@bigbinary/neeto-commons-frontend 2.0.26 → 2.0.27
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/initializers.cjs.js +7 -3
- package/initializers.js +7 -3
- package/package.json +1 -1
- package/react-utils.cjs.js +263 -263
- package/react-utils.js +263 -263
package/react-utils.cjs.js
CHANGED
|
@@ -15629,11 +15629,11 @@ Website: https://en.wikipedia.org/wiki/Tandy_1000
|
|
|
15629
15629
|
*/
|
|
15630
15630
|
|
|
15631
15631
|
var basic_1$1;
|
|
15632
|
-
var hasRequiredBasic
|
|
15632
|
+
var hasRequiredBasic;
|
|
15633
15633
|
|
|
15634
|
-
function requireBasic
|
|
15635
|
-
if (hasRequiredBasic
|
|
15636
|
-
hasRequiredBasic
|
|
15634
|
+
function requireBasic () {
|
|
15635
|
+
if (hasRequiredBasic) return basic_1$1;
|
|
15636
|
+
hasRequiredBasic = 1;
|
|
15637
15637
|
/** @type LanguageFn */
|
|
15638
15638
|
function basic(hljs) {
|
|
15639
15639
|
return {
|
|
@@ -15702,11 +15702,11 @@ Author: Oleg Efimov <efimovov@gmail.com>
|
|
|
15702
15702
|
*/
|
|
15703
15703
|
|
|
15704
15704
|
var bnf_1$1;
|
|
15705
|
-
var hasRequiredBnf;
|
|
15705
|
+
var hasRequiredBnf$1;
|
|
15706
15706
|
|
|
15707
|
-
function requireBnf () {
|
|
15708
|
-
if (hasRequiredBnf) return bnf_1$1;
|
|
15709
|
-
hasRequiredBnf = 1;
|
|
15707
|
+
function requireBnf$1 () {
|
|
15708
|
+
if (hasRequiredBnf$1) return bnf_1$1;
|
|
15709
|
+
hasRequiredBnf$1 = 1;
|
|
15710
15710
|
/** @type LanguageFn */
|
|
15711
15711
|
function bnf(hljs) {
|
|
15712
15712
|
return {
|
|
@@ -17228,11 +17228,11 @@ function requireCmake () {
|
|
|
17228
17228
|
}
|
|
17229
17229
|
|
|
17230
17230
|
var coffeescript_1$1;
|
|
17231
|
-
var hasRequiredCoffeescript;
|
|
17231
|
+
var hasRequiredCoffeescript$1;
|
|
17232
17232
|
|
|
17233
|
-
function requireCoffeescript () {
|
|
17234
|
-
if (hasRequiredCoffeescript) return coffeescript_1$1;
|
|
17235
|
-
hasRequiredCoffeescript = 1;
|
|
17233
|
+
function requireCoffeescript$1 () {
|
|
17234
|
+
if (hasRequiredCoffeescript$1) return coffeescript_1$1;
|
|
17235
|
+
hasRequiredCoffeescript$1 = 1;
|
|
17236
17236
|
const KEYWORDS = [
|
|
17237
17237
|
"as", // for exports
|
|
17238
17238
|
"in",
|
|
@@ -56190,8 +56190,8 @@ low.registerLanguage('avrasm', requireAvrasm());
|
|
|
56190
56190
|
low.registerLanguage('awk', requireAwk());
|
|
56191
56191
|
low.registerLanguage('axapta', requireAxapta());
|
|
56192
56192
|
low.registerLanguage('bash', requireBash());
|
|
56193
|
-
low.registerLanguage('basic', requireBasic
|
|
56194
|
-
low.registerLanguage('bnf', requireBnf());
|
|
56193
|
+
low.registerLanguage('basic', requireBasic());
|
|
56194
|
+
low.registerLanguage('bnf', requireBnf$1());
|
|
56195
56195
|
low.registerLanguage(
|
|
56196
56196
|
'brainfuck',
|
|
56197
56197
|
requireBrainfuck()
|
|
@@ -56213,7 +56213,7 @@ low.registerLanguage(
|
|
|
56213
56213
|
low.registerLanguage('cmake', requireCmake());
|
|
56214
56214
|
low.registerLanguage(
|
|
56215
56215
|
'coffeescript',
|
|
56216
|
-
requireCoffeescript()
|
|
56216
|
+
requireCoffeescript$1()
|
|
56217
56217
|
);
|
|
56218
56218
|
low.registerLanguage('coq', requireCoq$1());
|
|
56219
56219
|
low.registerLanguage('cos', requireCos());
|
|
@@ -57174,10 +57174,10 @@ var languageLoaders$1 = {
|
|
|
57174
57174
|
return Promise.resolve().then(function () { return bash; });
|
|
57175
57175
|
}),
|
|
57176
57176
|
basic: createLanguageAsyncLoader("basic", function () {
|
|
57177
|
-
return Promise.resolve().then(function () { return basic
|
|
57177
|
+
return Promise.resolve().then(function () { return basic; });
|
|
57178
57178
|
}),
|
|
57179
57179
|
bnf: createLanguageAsyncLoader("bnf", function () {
|
|
57180
|
-
return Promise.resolve().then(function () { return bnf; });
|
|
57180
|
+
return Promise.resolve().then(function () { return bnf$1; });
|
|
57181
57181
|
}),
|
|
57182
57182
|
brainfuck: createLanguageAsyncLoader("brainfuck", function () {
|
|
57183
57183
|
return Promise.resolve().then(function () { return brainfuck; });
|
|
@@ -57210,7 +57210,7 @@ var languageLoaders$1 = {
|
|
|
57210
57210
|
return Promise.resolve().then(function () { return cmake; });
|
|
57211
57211
|
}),
|
|
57212
57212
|
coffeescript: createLanguageAsyncLoader("coffeescript", function () {
|
|
57213
|
-
return Promise.resolve().then(function () { return coffeescript; });
|
|
57213
|
+
return Promise.resolve().then(function () { return coffeescript$1; });
|
|
57214
57214
|
}),
|
|
57215
57215
|
coq: createLanguageAsyncLoader("coq", function () {
|
|
57216
57216
|
return Promise.resolve().then(function () { return coq$1; });
|
|
@@ -57781,7 +57781,7 @@ var languageLoaders = {
|
|
|
57781
57781
|
return Promise.resolve().then(function () { return bash$2; });
|
|
57782
57782
|
}),
|
|
57783
57783
|
basic: createLanguageAsyncLoader("basic", function () {
|
|
57784
|
-
return Promise.resolve().then(function () { return basic; });
|
|
57784
|
+
return Promise.resolve().then(function () { return basic$2; });
|
|
57785
57785
|
}),
|
|
57786
57786
|
batch: createLanguageAsyncLoader("batch", function () {
|
|
57787
57787
|
return Promise.resolve().then(function () { return batch$1; });
|
|
@@ -57799,7 +57799,7 @@ var languageLoaders = {
|
|
|
57799
57799
|
return Promise.resolve().then(function () { return bison$1; });
|
|
57800
57800
|
}),
|
|
57801
57801
|
bnf: createLanguageAsyncLoader("bnf", function () {
|
|
57802
|
-
return Promise.resolve().then(function () { return bnf
|
|
57802
|
+
return Promise.resolve().then(function () { return bnf; });
|
|
57803
57803
|
}),
|
|
57804
57804
|
brainfuck: createLanguageAsyncLoader("brainfuck", function () {
|
|
57805
57805
|
return Promise.resolve().then(function () { return brainfuck$2; });
|
|
@@ -57835,10 +57835,10 @@ var languageLoaders = {
|
|
|
57835
57835
|
return Promise.resolve().then(function () { return cmake$2; });
|
|
57836
57836
|
}),
|
|
57837
57837
|
cobol: createLanguageAsyncLoader("cobol", function () {
|
|
57838
|
-
return Promise.resolve().then(function () { return cobol; });
|
|
57838
|
+
return Promise.resolve().then(function () { return cobol$1; });
|
|
57839
57839
|
}),
|
|
57840
57840
|
coffeescript: createLanguageAsyncLoader("coffeescript", function () {
|
|
57841
|
-
return Promise.resolve().then(function () { return coffeescript
|
|
57841
|
+
return Promise.resolve().then(function () { return coffeescript; });
|
|
57842
57842
|
}),
|
|
57843
57843
|
concurnas: createLanguageAsyncLoader("concurnas", function () {
|
|
57844
57844
|
return Promise.resolve().then(function () { return concurnas; });
|
|
@@ -69384,40 +69384,36 @@ var bash$2 = /*#__PURE__*/_mergeNamespaces({
|
|
|
69384
69384
|
'default': bash_1
|
|
69385
69385
|
}, [bash_1]);
|
|
69386
69386
|
|
|
69387
|
-
var basic_1;
|
|
69388
|
-
|
|
69389
|
-
|
|
69390
|
-
function
|
|
69391
|
-
|
|
69392
|
-
|
|
69393
|
-
|
|
69394
|
-
|
|
69395
|
-
|
|
69396
|
-
|
|
69397
|
-
|
|
69398
|
-
|
|
69399
|
-
|
|
69400
|
-
|
|
69401
|
-
|
|
69402
|
-
|
|
69403
|
-
|
|
69404
|
-
|
|
69405
|
-
|
|
69406
|
-
|
|
69407
|
-
|
|
69408
|
-
|
|
69409
|
-
|
|
69410
|
-
keyword:
|
|
69411
|
-
/\b(?:AS|BEEP|BLOAD|BSAVE|CALL(?: ABSOLUTE)?|CASE|CHAIN|CHDIR|CLEAR|CLOSE|CLS|COM|COMMON|CONST|DATA|DECLARE|DEF(?: FN| SEG|DBL|INT|LNG|SNG|STR)|DIM|DO|DOUBLE|ELSE|ELSEIF|END|ENVIRON|ERASE|ERROR|EXIT|FIELD|FILES|FOR|FUNCTION|GET|GOSUB|GOTO|IF|INPUT|INTEGER|IOCTL|KEY|KILL|LINE INPUT|LOCATE|LOCK|LONG|LOOP|LSET|MKDIR|NAME|NEXT|OFF|ON(?: COM| ERROR| KEY| TIMER)?|OPEN|OPTION BASE|OUT|POKE|PUT|READ|REDIM|REM|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SELECT CASE|SHARED|SHELL|SINGLE|SLEEP|STATIC|STEP|STOP|STRING|SUB|SWAP|SYSTEM|THEN|TIMER|TO|TROFF|TRON|TYPE|UNLOCK|UNTIL|USING|VIEW PRINT|WAIT|WEND|WHILE|WRITE)(?:\$|\b)/i,
|
|
69412
|
-
function:
|
|
69413
|
-
/\b(?:ABS|ACCESS|ACOS|ANGLE|AREA|ARITHMETIC|ARRAY|ASIN|ASK|AT|ATN|BASE|BEGIN|BREAK|CAUSE|CEIL|CHR|CLIP|COLLATE|COLOR|CON|COS|COSH|COT|CSC|DATE|DATUM|DEBUG|DECIMAL|DEF|DEG|DEGREES|DELETE|DET|DEVICE|DISPLAY|DOT|ELAPSED|EPS|ERASABLE|EXLINE|EXP|EXTERNAL|EXTYPE|FILETYPE|FIXED|FP|GO|GRAPH|HANDLER|IDN|IMAGE|IN|INT|INTERNAL|IP|IS|KEYED|LBOUND|LCASE|LEFT|LEN|LENGTH|LET|LINE|LINES|LOG|LOG10|LOG2|LTRIM|MARGIN|MAT|MAX|MAXNUM|MID|MIN|MISSING|MOD|NATIVE|NUL|NUMERIC|OF|OPTION|ORD|ORGANIZATION|OUTIN|OUTPUT|PI|POINT|POINTER|POINTS|POS|PRINT|PROGRAM|PROMPT|RAD|RADIANS|RANDOMIZE|RECORD|RECSIZE|RECTYPE|RELATIVE|REMAINDER|REPEAT|REST|RETRY|REWRITE|RIGHT|RND|ROUND|RTRIM|SAME|SEC|SELECT|SEQUENTIAL|SET|SETTER|SGN|SIN|SINH|SIZE|SKIP|SQR|STANDARD|STATUS|STR|STREAM|STYLE|TAB|TAN|TANH|TEMPLATE|TEXT|THERE|TIME|TIMEOUT|TRACE|TRANSFORM|TRUNCATE|UBOUND|UCASE|USE|VAL|VARIABLE|VIEWPORT|WHEN|WINDOW|WITH|ZER|ZONEWIDTH)(?:\$|\b)/i,
|
|
69414
|
-
operator: /<[=>]?|>=?|[+\-*\/^=&]|\b(?:AND|EQV|IMP|NOT|OR|XOR)\b/i,
|
|
69415
|
-
punctuation: /[,;:()]/
|
|
69416
|
-
};
|
|
69417
|
-
}
|
|
69418
|
-
return basic_1;
|
|
69387
|
+
var basic_1 = basic$1;
|
|
69388
|
+
basic$1.displayName = 'basic';
|
|
69389
|
+
basic$1.aliases = [];
|
|
69390
|
+
function basic$1(Prism) {
|
|
69391
|
+
Prism.languages.basic = {
|
|
69392
|
+
comment: {
|
|
69393
|
+
pattern: /(?:!|REM\b).+/i,
|
|
69394
|
+
inside: {
|
|
69395
|
+
keyword: /^REM/i
|
|
69396
|
+
}
|
|
69397
|
+
},
|
|
69398
|
+
string: {
|
|
69399
|
+
pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/,
|
|
69400
|
+
greedy: true
|
|
69401
|
+
},
|
|
69402
|
+
number: /(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,
|
|
69403
|
+
keyword:
|
|
69404
|
+
/\b(?:AS|BEEP|BLOAD|BSAVE|CALL(?: ABSOLUTE)?|CASE|CHAIN|CHDIR|CLEAR|CLOSE|CLS|COM|COMMON|CONST|DATA|DECLARE|DEF(?: FN| SEG|DBL|INT|LNG|SNG|STR)|DIM|DO|DOUBLE|ELSE|ELSEIF|END|ENVIRON|ERASE|ERROR|EXIT|FIELD|FILES|FOR|FUNCTION|GET|GOSUB|GOTO|IF|INPUT|INTEGER|IOCTL|KEY|KILL|LINE INPUT|LOCATE|LOCK|LONG|LOOP|LSET|MKDIR|NAME|NEXT|OFF|ON(?: COM| ERROR| KEY| TIMER)?|OPEN|OPTION BASE|OUT|POKE|PUT|READ|REDIM|REM|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SELECT CASE|SHARED|SHELL|SINGLE|SLEEP|STATIC|STEP|STOP|STRING|SUB|SWAP|SYSTEM|THEN|TIMER|TO|TROFF|TRON|TYPE|UNLOCK|UNTIL|USING|VIEW PRINT|WAIT|WEND|WHILE|WRITE)(?:\$|\b)/i,
|
|
69405
|
+
function:
|
|
69406
|
+
/\b(?:ABS|ACCESS|ACOS|ANGLE|AREA|ARITHMETIC|ARRAY|ASIN|ASK|AT|ATN|BASE|BEGIN|BREAK|CAUSE|CEIL|CHR|CLIP|COLLATE|COLOR|CON|COS|COSH|COT|CSC|DATE|DATUM|DEBUG|DECIMAL|DEF|DEG|DEGREES|DELETE|DET|DEVICE|DISPLAY|DOT|ELAPSED|EPS|ERASABLE|EXLINE|EXP|EXTERNAL|EXTYPE|FILETYPE|FIXED|FP|GO|GRAPH|HANDLER|IDN|IMAGE|IN|INT|INTERNAL|IP|IS|KEYED|LBOUND|LCASE|LEFT|LEN|LENGTH|LET|LINE|LINES|LOG|LOG10|LOG2|LTRIM|MARGIN|MAT|MAX|MAXNUM|MID|MIN|MISSING|MOD|NATIVE|NUL|NUMERIC|OF|OPTION|ORD|ORGANIZATION|OUTIN|OUTPUT|PI|POINT|POINTER|POINTS|POS|PRINT|PROGRAM|PROMPT|RAD|RADIANS|RANDOMIZE|RECORD|RECSIZE|RECTYPE|RELATIVE|REMAINDER|REPEAT|REST|RETRY|REWRITE|RIGHT|RND|ROUND|RTRIM|SAME|SEC|SELECT|SEQUENTIAL|SET|SETTER|SGN|SIN|SINH|SIZE|SKIP|SQR|STANDARD|STATUS|STR|STREAM|STYLE|TAB|TAN|TANH|TEMPLATE|TEXT|THERE|TIME|TIMEOUT|TRACE|TRANSFORM|TRUNCATE|UBOUND|UCASE|USE|VAL|VARIABLE|VIEWPORT|WHEN|WINDOW|WITH|ZER|ZONEWIDTH)(?:\$|\b)/i,
|
|
69407
|
+
operator: /<[=>]?|>=?|[+\-*\/^=&]|\b(?:AND|EQV|IMP|NOT|OR|XOR)\b/i,
|
|
69408
|
+
punctuation: /[,;:()]/
|
|
69409
|
+
};
|
|
69419
69410
|
}
|
|
69420
69411
|
|
|
69412
|
+
var basic$2 = /*#__PURE__*/_mergeNamespaces({
|
|
69413
|
+
__proto__: null,
|
|
69414
|
+
'default': basic_1
|
|
69415
|
+
}, [basic_1]);
|
|
69416
|
+
|
|
69421
69417
|
var batch_1 = batch;
|
|
69422
69418
|
batch.displayName = 'batch';
|
|
69423
69419
|
batch.aliases = [];
|
|
@@ -69738,36 +69734,40 @@ var bison$1 = /*#__PURE__*/_mergeNamespaces({
|
|
|
69738
69734
|
'default': bison_1
|
|
69739
69735
|
}, [bison_1]);
|
|
69740
69736
|
|
|
69741
|
-
var bnf_1
|
|
69742
|
-
|
|
69743
|
-
bnf$1.aliases = ['rbnf'];
|
|
69744
|
-
function bnf$1(Prism) {
|
|
69745
|
-
Prism.languages.bnf = {
|
|
69746
|
-
string: {
|
|
69747
|
-
pattern: /"[^\r\n"]*"|'[^\r\n']*'/
|
|
69748
|
-
},
|
|
69749
|
-
definition: {
|
|
69750
|
-
pattern: /<[^<>\r\n\t]+>(?=\s*::=)/,
|
|
69751
|
-
alias: ['rule', 'keyword'],
|
|
69752
|
-
inside: {
|
|
69753
|
-
punctuation: /^<|>$/
|
|
69754
|
-
}
|
|
69755
|
-
},
|
|
69756
|
-
rule: {
|
|
69757
|
-
pattern: /<[^<>\r\n\t]+>/,
|
|
69758
|
-
inside: {
|
|
69759
|
-
punctuation: /^<|>$/
|
|
69760
|
-
}
|
|
69761
|
-
},
|
|
69762
|
-
operator: /::=|[|()[\]{}*+?]|\.{3}/
|
|
69763
|
-
};
|
|
69764
|
-
Prism.languages.rbnf = Prism.languages.bnf;
|
|
69765
|
-
}
|
|
69737
|
+
var bnf_1;
|
|
69738
|
+
var hasRequiredBnf;
|
|
69766
69739
|
|
|
69767
|
-
|
|
69768
|
-
|
|
69769
|
-
|
|
69770
|
-
|
|
69740
|
+
function requireBnf () {
|
|
69741
|
+
if (hasRequiredBnf) return bnf_1;
|
|
69742
|
+
hasRequiredBnf = 1;
|
|
69743
|
+
|
|
69744
|
+
bnf_1 = bnf;
|
|
69745
|
+
bnf.displayName = 'bnf';
|
|
69746
|
+
bnf.aliases = ['rbnf'];
|
|
69747
|
+
function bnf(Prism) {
|
|
69748
|
+
Prism.languages.bnf = {
|
|
69749
|
+
string: {
|
|
69750
|
+
pattern: /"[^\r\n"]*"|'[^\r\n']*'/
|
|
69751
|
+
},
|
|
69752
|
+
definition: {
|
|
69753
|
+
pattern: /<[^<>\r\n\t]+>(?=\s*::=)/,
|
|
69754
|
+
alias: ['rule', 'keyword'],
|
|
69755
|
+
inside: {
|
|
69756
|
+
punctuation: /^<|>$/
|
|
69757
|
+
}
|
|
69758
|
+
},
|
|
69759
|
+
rule: {
|
|
69760
|
+
pattern: /<[^<>\r\n\t]+>/,
|
|
69761
|
+
inside: {
|
|
69762
|
+
punctuation: /^<|>$/
|
|
69763
|
+
}
|
|
69764
|
+
},
|
|
69765
|
+
operator: /::=|[|()[\]{}*+?]|\.{3}/
|
|
69766
|
+
};
|
|
69767
|
+
Prism.languages.rbnf = Prism.languages.bnf;
|
|
69768
|
+
}
|
|
69769
|
+
return bnf_1;
|
|
69770
|
+
}
|
|
69771
69771
|
|
|
69772
69772
|
var brainfuck_1 = brainfuck$1;
|
|
69773
69773
|
brainfuck$1.displayName = 'brainfuck';
|
|
@@ -70232,169 +70232,169 @@ var cmake$2 = /*#__PURE__*/_mergeNamespaces({
|
|
|
70232
70232
|
'default': cmake_1
|
|
70233
70233
|
}, [cmake_1]);
|
|
70234
70234
|
|
|
70235
|
-
var cobol_1;
|
|
70236
|
-
|
|
70235
|
+
var cobol_1 = cobol;
|
|
70236
|
+
cobol.displayName = 'cobol';
|
|
70237
|
+
cobol.aliases = [];
|
|
70238
|
+
function cobol(Prism) {
|
|
70239
|
+
Prism.languages.cobol = {
|
|
70240
|
+
comment: {
|
|
70241
|
+
pattern: /\*>.*|(^[ \t]*)\*.*/m,
|
|
70242
|
+
lookbehind: true,
|
|
70243
|
+
greedy: true
|
|
70244
|
+
},
|
|
70245
|
+
string: {
|
|
70246
|
+
pattern: /[xzgn]?(?:"(?:[^\r\n"]|"")*"(?!")|'(?:[^\r\n']|'')*'(?!'))/i,
|
|
70247
|
+
greedy: true
|
|
70248
|
+
},
|
|
70249
|
+
level: {
|
|
70250
|
+
pattern: /(^[ \t]*)\d+\b/m,
|
|
70251
|
+
lookbehind: true,
|
|
70252
|
+
greedy: true,
|
|
70253
|
+
alias: 'number'
|
|
70254
|
+
},
|
|
70255
|
+
'class-name': {
|
|
70256
|
+
// https://github.com/antlr/grammars-v4/blob/42edd5b687d183b5fa679e858a82297bd27141e7/cobol85/Cobol85.g4#L1015
|
|
70257
|
+
pattern:
|
|
70258
|
+
/(\bpic(?:ture)?\s+)(?:(?:[-\w$/,:*+<>]|\.(?!\s|$))(?:\(\d+\))?)+/i,
|
|
70259
|
+
lookbehind: true,
|
|
70260
|
+
inside: {
|
|
70261
|
+
number: {
|
|
70262
|
+
pattern: /(\()\d+/,
|
|
70263
|
+
lookbehind: true
|
|
70264
|
+
},
|
|
70265
|
+
punctuation: /[()]/
|
|
70266
|
+
}
|
|
70267
|
+
},
|
|
70268
|
+
keyword: {
|
|
70269
|
+
pattern:
|
|
70270
|
+
/(^|[^\w-])(?:ABORT|ACCEPT|ACCESS|ADD|ADDRESS|ADVANCING|AFTER|ALIGNED|ALL|ALPHABET|ALPHABETIC|ALPHABETIC-LOWER|ALPHABETIC-UPPER|ALPHANUMERIC|ALPHANUMERIC-EDITED|ALSO|ALTER|ALTERNATE|ANY|ARE|AREA|AREAS|AS|ASCENDING|ASCII|ASSIGN|ASSOCIATED-DATA|ASSOCIATED-DATA-LENGTH|AT|ATTRIBUTE|AUTHOR|AUTO|AUTO-SKIP|BACKGROUND-COLOR|BACKGROUND-COLOUR|BASIS|BEEP|BEFORE|BEGINNING|BELL|BINARY|BIT|BLANK|BLINK|BLOCK|BOTTOM|BOUNDS|BY|BYFUNCTION|BYTITLE|CALL|CANCEL|CAPABLE|CCSVERSION|CD|CF|CH|CHAINING|CHANGED|CHANNEL|CHARACTER|CHARACTERS|CLASS|CLASS-ID|CLOCK-UNITS|CLOSE|CLOSE-DISPOSITION|COBOL|CODE|CODE-SET|COL|COLLATING|COLUMN|COM-REG|COMMA|COMMITMENT|COMMON|COMMUNICATION|COMP|COMP-1|COMP-2|COMP-3|COMP-4|COMP-5|COMPUTATIONAL|COMPUTATIONAL-1|COMPUTATIONAL-2|COMPUTATIONAL-3|COMPUTATIONAL-4|COMPUTATIONAL-5|COMPUTE|CONFIGURATION|CONTAINS|CONTENT|CONTINUE|CONTROL|CONTROL-POINT|CONTROLS|CONVENTION|CONVERTING|COPY|CORR|CORRESPONDING|COUNT|CRUNCH|CURRENCY|CURSOR|DATA|DATA-BASE|DATE|DATE-COMPILED|DATE-WRITTEN|DAY|DAY-OF-WEEK|DBCS|DE|DEBUG-CONTENTS|DEBUG-ITEM|DEBUG-LINE|DEBUG-NAME|DEBUG-SUB-1|DEBUG-SUB-2|DEBUG-SUB-3|DEBUGGING|DECIMAL-POINT|DECLARATIVES|DEFAULT|DEFAULT-DISPLAY|DEFINITION|DELETE|DELIMITED|DELIMITER|DEPENDING|DESCENDING|DESTINATION|DETAIL|DFHRESP|DFHVALUE|DISABLE|DISK|DISPLAY|DISPLAY-1|DIVIDE|DIVISION|DONTCARE|DOUBLE|DOWN|DUPLICATES|DYNAMIC|EBCDIC|EGCS|EGI|ELSE|EMI|EMPTY-CHECK|ENABLE|END|END-ACCEPT|END-ADD|END-CALL|END-COMPUTE|END-DELETE|END-DIVIDE|END-EVALUATE|END-IF|END-MULTIPLY|END-OF-PAGE|END-PERFORM|END-READ|END-RECEIVE|END-RETURN|END-REWRITE|END-SEARCH|END-START|END-STRING|END-SUBTRACT|END-UNSTRING|END-WRITE|ENDING|ENTER|ENTRY|ENTRY-PROCEDURE|ENVIRONMENT|EOL|EOP|EOS|ERASE|ERROR|ESCAPE|ESI|EVALUATE|EVENT|EVERY|EXCEPTION|EXCLUSIVE|EXHIBIT|EXIT|EXPORT|EXTEND|EXTENDED|EXTERNAL|FD|FILE|FILE-CONTROL|FILLER|FINAL|FIRST|FOOTING|FOR|FOREGROUND-COLOR|FOREGROUND-COLOUR|FROM|FULL|FUNCTION|FUNCTION-POINTER|FUNCTIONNAME|GENERATE|GIVING|GLOBAL|GO|GOBACK|GRID|GROUP|HEADING|HIGH-VALUE|HIGH-VALUES|HIGHLIGHT|I-O|I-O-CONTROL|ID|IDENTIFICATION|IF|IMPLICIT|IMPORT|IN|INDEX|INDEXED|INDICATE|INITIAL|INITIALIZE|INITIATE|INPUT|INPUT-OUTPUT|INSPECT|INSTALLATION|INTEGER|INTO|INVALID|INVOKE|IS|JUST|JUSTIFIED|KANJI|KEPT|KEY|KEYBOARD|LABEL|LANGUAGE|LAST|LB|LD|LEADING|LEFT|LEFTLINE|LENGTH|LENGTH-CHECK|LIBACCESS|LIBPARAMETER|LIBRARY|LIMIT|LIMITS|LINAGE|LINAGE-COUNTER|LINE|LINE-COUNTER|LINES|LINKAGE|LIST|LOCAL|LOCAL-STORAGE|LOCK|LONG-DATE|LONG-TIME|LOW-VALUE|LOW-VALUES|LOWER|LOWLIGHT|MEMORY|MERGE|MESSAGE|MMDDYYYY|MODE|MODULES|MORE-LABELS|MOVE|MULTIPLE|MULTIPLY|NAMED|NATIONAL|NATIONAL-EDITED|NATIVE|NEGATIVE|NETWORK|NEXT|NO|NO-ECHO|NULL|NULLS|NUMBER|NUMERIC|NUMERIC-DATE|NUMERIC-EDITED|NUMERIC-TIME|OBJECT-COMPUTER|OCCURS|ODT|OF|OFF|OMITTED|ON|OPEN|OPTIONAL|ORDER|ORDERLY|ORGANIZATION|OTHER|OUTPUT|OVERFLOW|OVERLINE|OWN|PACKED-DECIMAL|PADDING|PAGE|PAGE-COUNTER|PASSWORD|PERFORM|PF|PH|PIC|PICTURE|PLUS|POINTER|PORT|POSITION|POSITIVE|PRINTER|PRINTING|PRIVATE|PROCEDURE|PROCEDURE-POINTER|PROCEDURES|PROCEED|PROCESS|PROGRAM|PROGRAM-ID|PROGRAM-LIBRARY|PROMPT|PURGE|QUEUE|QUOTE|QUOTES|RANDOM|RD|READ|READER|REAL|RECEIVE|RECEIVED|RECORD|RECORDING|RECORDS|RECURSIVE|REDEFINES|REEL|REF|REFERENCE|REFERENCES|RELATIVE|RELEASE|REMAINDER|REMARKS|REMOTE|REMOVAL|REMOVE|RENAMES|REPLACE|REPLACING|REPORT|REPORTING|REPORTS|REQUIRED|RERUN|RESERVE|RESET|RETURN|RETURN-CODE|RETURNING|REVERSE-VIDEO|REVERSED|REWIND|REWRITE|RF|RH|RIGHT|ROUNDED|RUN|SAME|SAVE|SCREEN|SD|SEARCH|SECTION|SECURE|SECURITY|SEGMENT|SEGMENT-LIMIT|SELECT|SEND|SENTENCE|SEPARATE|SEQUENCE|SEQUENTIAL|SET|SHARED|SHAREDBYALL|SHAREDBYRUNUNIT|SHARING|SHIFT-IN|SHIFT-OUT|SHORT-DATE|SIGN|SIZE|SORT|SORT-CONTROL|SORT-CORE-SIZE|SORT-FILE-SIZE|SORT-MERGE|SORT-MESSAGE|SORT-MODE-SIZE|SORT-RETURN|SOURCE|SOURCE-COMPUTER|SPACE|SPACES|SPECIAL-NAMES|STANDARD|STANDARD-1|STANDARD-2|START|STATUS|STOP|STRING|SUB-QUEUE-1|SUB-QUEUE-2|SUB-QUEUE-3|SUBTRACT|SUM|SUPPRESS|SYMBOL|SYMBOLIC|SYNC|SYNCHRONIZED|TABLE|TALLY|TALLYING|TAPE|TASK|TERMINAL|TERMINATE|TEST|TEXT|THEN|THREAD|THREAD-LOCAL|THROUGH|THRU|TIME|TIMER|TIMES|TITLE|TO|TODAYS-DATE|TODAYS-NAME|TOP|TRAILING|TRUNCATED|TYPE|TYPEDEF|UNDERLINE|UNIT|UNSTRING|UNTIL|UP|UPON|USAGE|USE|USING|VALUE|VALUES|VARYING|VIRTUAL|WAIT|WHEN|WHEN-COMPILED|WITH|WORDS|WORKING-STORAGE|WRITE|YEAR|YYYYDDD|YYYYMMDD|ZERO-FILL|ZEROES|ZEROS)(?![\w-])/i,
|
|
70271
|
+
lookbehind: true
|
|
70272
|
+
},
|
|
70273
|
+
boolean: {
|
|
70274
|
+
pattern: /(^|[^\w-])(?:false|true)(?![\w-])/i,
|
|
70275
|
+
lookbehind: true
|
|
70276
|
+
},
|
|
70277
|
+
number: {
|
|
70278
|
+
pattern:
|
|
70279
|
+
/(^|[^\w-])(?:[+-]?(?:(?:\d+(?:[.,]\d+)?|[.,]\d+)(?:e[+-]?\d+)?|zero))(?![\w-])/i,
|
|
70280
|
+
lookbehind: true
|
|
70281
|
+
},
|
|
70282
|
+
operator: [
|
|
70283
|
+
/<>|[<>]=?|[=+*/&]/,
|
|
70284
|
+
{
|
|
70285
|
+
pattern: /(^|[^\w-])(?:-|and|equal|greater|less|not|or|than)(?![\w-])/i,
|
|
70286
|
+
lookbehind: true
|
|
70287
|
+
}
|
|
70288
|
+
],
|
|
70289
|
+
punctuation: /[.:,()]/
|
|
70290
|
+
};
|
|
70291
|
+
}
|
|
70237
70292
|
|
|
70238
|
-
|
|
70239
|
-
|
|
70240
|
-
|
|
70293
|
+
var cobol$1 = /*#__PURE__*/_mergeNamespaces({
|
|
70294
|
+
__proto__: null,
|
|
70295
|
+
'default': cobol_1
|
|
70296
|
+
}, [cobol_1]);
|
|
70241
70297
|
|
|
70242
|
-
|
|
70243
|
-
|
|
70244
|
-
|
|
70245
|
-
|
|
70246
|
-
|
|
70247
|
-
|
|
70248
|
-
|
|
70249
|
-
|
|
70250
|
-
|
|
70251
|
-
|
|
70252
|
-
|
|
70253
|
-
|
|
70254
|
-
|
|
70255
|
-
|
|
70256
|
-
|
|
70257
|
-
pattern:
|
|
70258
|
-
|
|
70259
|
-
|
|
70260
|
-
|
|
70261
|
-
|
|
70262
|
-
|
|
70263
|
-
|
|
70264
|
-
|
|
70265
|
-
|
|
70266
|
-
|
|
70267
|
-
inside: {
|
|
70268
|
-
number: {
|
|
70269
|
-
pattern: /(\()\d+/,
|
|
70270
|
-
lookbehind: true
|
|
70298
|
+
var coffeescript_1;
|
|
70299
|
+
var hasRequiredCoffeescript;
|
|
70300
|
+
|
|
70301
|
+
function requireCoffeescript () {
|
|
70302
|
+
if (hasRequiredCoffeescript) return coffeescript_1;
|
|
70303
|
+
hasRequiredCoffeescript = 1;
|
|
70304
|
+
|
|
70305
|
+
coffeescript_1 = coffeescript;
|
|
70306
|
+
coffeescript.displayName = 'coffeescript';
|
|
70307
|
+
coffeescript.aliases = ['coffee'];
|
|
70308
|
+
function coffeescript(Prism) {
|
|
70309
|
+
(function (Prism) {
|
|
70310
|
+
// Ignore comments starting with { to privilege string interpolation highlighting
|
|
70311
|
+
var comment = /#(?!\{).+/;
|
|
70312
|
+
var interpolation = {
|
|
70313
|
+
pattern: /#\{[^}]+\}/,
|
|
70314
|
+
alias: 'variable'
|
|
70315
|
+
};
|
|
70316
|
+
Prism.languages.coffeescript = Prism.languages.extend('javascript', {
|
|
70317
|
+
comment: comment,
|
|
70318
|
+
string: [
|
|
70319
|
+
// Strings are multiline
|
|
70320
|
+
{
|
|
70321
|
+
pattern: /'(?:\\[\s\S]|[^\\'])*'/,
|
|
70322
|
+
greedy: true
|
|
70271
70323
|
},
|
|
70272
|
-
|
|
70324
|
+
{
|
|
70325
|
+
// Strings are multiline
|
|
70326
|
+
pattern: /"(?:\\[\s\S]|[^\\"])*"/,
|
|
70327
|
+
greedy: true,
|
|
70328
|
+
inside: {
|
|
70329
|
+
interpolation: interpolation
|
|
70330
|
+
}
|
|
70331
|
+
}
|
|
70332
|
+
],
|
|
70333
|
+
keyword:
|
|
70334
|
+
/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,
|
|
70335
|
+
'class-member': {
|
|
70336
|
+
pattern: /@(?!\d)\w+/,
|
|
70337
|
+
alias: 'variable'
|
|
70273
70338
|
}
|
|
70274
|
-
}
|
|
70275
|
-
|
|
70276
|
-
|
|
70277
|
-
|
|
70278
|
-
|
|
70279
|
-
|
|
70280
|
-
|
|
70281
|
-
|
|
70282
|
-
|
|
70283
|
-
|
|
70284
|
-
|
|
70285
|
-
|
|
70286
|
-
|
|
70287
|
-
|
|
70288
|
-
},
|
|
70289
|
-
operator: [
|
|
70290
|
-
/<>|[<>]=?|[=+*/&]/,
|
|
70291
|
-
{
|
|
70292
|
-
pattern: /(^|[^\w-])(?:-|and|equal|greater|less|not|or|than)(?![\w-])/i,
|
|
70293
|
-
lookbehind: true
|
|
70339
|
+
});
|
|
70340
|
+
Prism.languages.insertBefore('coffeescript', 'comment', {
|
|
70341
|
+
'multiline-comment': {
|
|
70342
|
+
pattern: /###[\s\S]+?###/,
|
|
70343
|
+
alias: 'comment'
|
|
70344
|
+
},
|
|
70345
|
+
// Block regexp can contain comments and interpolation
|
|
70346
|
+
'block-regex': {
|
|
70347
|
+
pattern: /\/{3}[\s\S]*?\/{3}/,
|
|
70348
|
+
alias: 'regex',
|
|
70349
|
+
inside: {
|
|
70350
|
+
comment: comment,
|
|
70351
|
+
interpolation: interpolation
|
|
70352
|
+
}
|
|
70294
70353
|
}
|
|
70295
|
-
|
|
70296
|
-
|
|
70297
|
-
|
|
70354
|
+
});
|
|
70355
|
+
Prism.languages.insertBefore('coffeescript', 'string', {
|
|
70356
|
+
'inline-javascript': {
|
|
70357
|
+
pattern: /`(?:\\[\s\S]|[^\\`])*`/,
|
|
70358
|
+
inside: {
|
|
70359
|
+
delimiter: {
|
|
70360
|
+
pattern: /^`|`$/,
|
|
70361
|
+
alias: 'punctuation'
|
|
70362
|
+
},
|
|
70363
|
+
script: {
|
|
70364
|
+
pattern: /[\s\S]+/,
|
|
70365
|
+
alias: 'language-javascript',
|
|
70366
|
+
inside: Prism.languages.javascript
|
|
70367
|
+
}
|
|
70368
|
+
}
|
|
70369
|
+
},
|
|
70370
|
+
// Block strings
|
|
70371
|
+
'multiline-string': [
|
|
70372
|
+
{
|
|
70373
|
+
pattern: /'''[\s\S]*?'''/,
|
|
70374
|
+
greedy: true,
|
|
70375
|
+
alias: 'string'
|
|
70376
|
+
},
|
|
70377
|
+
{
|
|
70378
|
+
pattern: /"""[\s\S]*?"""/,
|
|
70379
|
+
greedy: true,
|
|
70380
|
+
alias: 'string',
|
|
70381
|
+
inside: {
|
|
70382
|
+
interpolation: interpolation
|
|
70383
|
+
}
|
|
70384
|
+
}
|
|
70385
|
+
]
|
|
70386
|
+
});
|
|
70387
|
+
Prism.languages.insertBefore('coffeescript', 'keyword', {
|
|
70388
|
+
// Object property
|
|
70389
|
+
property: /(?!\d)\w+(?=\s*:(?!:))/
|
|
70390
|
+
});
|
|
70391
|
+
delete Prism.languages.coffeescript['template-string'];
|
|
70392
|
+
Prism.languages.coffee = Prism.languages.coffeescript;
|
|
70393
|
+
})(Prism);
|
|
70298
70394
|
}
|
|
70299
|
-
return
|
|
70300
|
-
}
|
|
70301
|
-
|
|
70302
|
-
var coffeescript_1 = coffeescript$1;
|
|
70303
|
-
coffeescript$1.displayName = 'coffeescript';
|
|
70304
|
-
coffeescript$1.aliases = ['coffee'];
|
|
70305
|
-
function coffeescript$1(Prism) {
|
|
70306
|
-
(function (Prism) {
|
|
70307
|
-
// Ignore comments starting with { to privilege string interpolation highlighting
|
|
70308
|
-
var comment = /#(?!\{).+/;
|
|
70309
|
-
var interpolation = {
|
|
70310
|
-
pattern: /#\{[^}]+\}/,
|
|
70311
|
-
alias: 'variable'
|
|
70312
|
-
};
|
|
70313
|
-
Prism.languages.coffeescript = Prism.languages.extend('javascript', {
|
|
70314
|
-
comment: comment,
|
|
70315
|
-
string: [
|
|
70316
|
-
// Strings are multiline
|
|
70317
|
-
{
|
|
70318
|
-
pattern: /'(?:\\[\s\S]|[^\\'])*'/,
|
|
70319
|
-
greedy: true
|
|
70320
|
-
},
|
|
70321
|
-
{
|
|
70322
|
-
// Strings are multiline
|
|
70323
|
-
pattern: /"(?:\\[\s\S]|[^\\"])*"/,
|
|
70324
|
-
greedy: true,
|
|
70325
|
-
inside: {
|
|
70326
|
-
interpolation: interpolation
|
|
70327
|
-
}
|
|
70328
|
-
}
|
|
70329
|
-
],
|
|
70330
|
-
keyword:
|
|
70331
|
-
/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,
|
|
70332
|
-
'class-member': {
|
|
70333
|
-
pattern: /@(?!\d)\w+/,
|
|
70334
|
-
alias: 'variable'
|
|
70335
|
-
}
|
|
70336
|
-
});
|
|
70337
|
-
Prism.languages.insertBefore('coffeescript', 'comment', {
|
|
70338
|
-
'multiline-comment': {
|
|
70339
|
-
pattern: /###[\s\S]+?###/,
|
|
70340
|
-
alias: 'comment'
|
|
70341
|
-
},
|
|
70342
|
-
// Block regexp can contain comments and interpolation
|
|
70343
|
-
'block-regex': {
|
|
70344
|
-
pattern: /\/{3}[\s\S]*?\/{3}/,
|
|
70345
|
-
alias: 'regex',
|
|
70346
|
-
inside: {
|
|
70347
|
-
comment: comment,
|
|
70348
|
-
interpolation: interpolation
|
|
70349
|
-
}
|
|
70350
|
-
}
|
|
70351
|
-
});
|
|
70352
|
-
Prism.languages.insertBefore('coffeescript', 'string', {
|
|
70353
|
-
'inline-javascript': {
|
|
70354
|
-
pattern: /`(?:\\[\s\S]|[^\\`])*`/,
|
|
70355
|
-
inside: {
|
|
70356
|
-
delimiter: {
|
|
70357
|
-
pattern: /^`|`$/,
|
|
70358
|
-
alias: 'punctuation'
|
|
70359
|
-
},
|
|
70360
|
-
script: {
|
|
70361
|
-
pattern: /[\s\S]+/,
|
|
70362
|
-
alias: 'language-javascript',
|
|
70363
|
-
inside: Prism.languages.javascript
|
|
70364
|
-
}
|
|
70365
|
-
}
|
|
70366
|
-
},
|
|
70367
|
-
// Block strings
|
|
70368
|
-
'multiline-string': [
|
|
70369
|
-
{
|
|
70370
|
-
pattern: /'''[\s\S]*?'''/,
|
|
70371
|
-
greedy: true,
|
|
70372
|
-
alias: 'string'
|
|
70373
|
-
},
|
|
70374
|
-
{
|
|
70375
|
-
pattern: /"""[\s\S]*?"""/,
|
|
70376
|
-
greedy: true,
|
|
70377
|
-
alias: 'string',
|
|
70378
|
-
inside: {
|
|
70379
|
-
interpolation: interpolation
|
|
70380
|
-
}
|
|
70381
|
-
}
|
|
70382
|
-
]
|
|
70383
|
-
});
|
|
70384
|
-
Prism.languages.insertBefore('coffeescript', 'keyword', {
|
|
70385
|
-
// Object property
|
|
70386
|
-
property: /(?!\d)\w+(?=\s*:(?!:))/
|
|
70387
|
-
});
|
|
70388
|
-
delete Prism.languages.coffeescript['template-string'];
|
|
70389
|
-
Prism.languages.coffee = Prism.languages.coffeescript;
|
|
70390
|
-
})(Prism);
|
|
70395
|
+
return coffeescript_1;
|
|
70391
70396
|
}
|
|
70392
70397
|
|
|
70393
|
-
var coffeescript$2 = /*#__PURE__*/_mergeNamespaces({
|
|
70394
|
-
__proto__: null,
|
|
70395
|
-
'default': coffeescript_1
|
|
70396
|
-
}, [coffeescript_1]);
|
|
70397
|
-
|
|
70398
70398
|
var concurnas_1;
|
|
70399
70399
|
var hasRequiredConcurnas;
|
|
70400
70400
|
|
|
@@ -87525,7 +87525,7 @@ var hasRequiredVbnet;
|
|
|
87525
87525
|
function requireVbnet () {
|
|
87526
87526
|
if (hasRequiredVbnet) return vbnet_1;
|
|
87527
87527
|
hasRequiredVbnet = 1;
|
|
87528
|
-
var refractorBasic =
|
|
87528
|
+
var refractorBasic = basic_1;
|
|
87529
87529
|
vbnet_1 = vbnet;
|
|
87530
87530
|
vbnet.displayName = 'vbnet';
|
|
87531
87531
|
vbnet.aliases = [];
|
|
@@ -90266,13 +90266,13 @@ refractor.register(autoit_1);
|
|
|
90266
90266
|
refractor.register(avisynth_1);
|
|
90267
90267
|
refractor.register(avroIdl_1);
|
|
90268
90268
|
refractor.register(bash_1);
|
|
90269
|
-
refractor.register(
|
|
90269
|
+
refractor.register(basic_1);
|
|
90270
90270
|
refractor.register(batch_1);
|
|
90271
90271
|
refractor.register(bbcode_1);
|
|
90272
90272
|
refractor.register(bicep_1);
|
|
90273
90273
|
refractor.register(birb_1);
|
|
90274
90274
|
refractor.register(bison_1);
|
|
90275
|
-
refractor.register(
|
|
90275
|
+
refractor.register(requireBnf());
|
|
90276
90276
|
refractor.register(brainfuck_1);
|
|
90277
90277
|
refractor.register(brightscript_1);
|
|
90278
90278
|
refractor.register(bro_1);
|
|
@@ -90283,8 +90283,8 @@ refractor.register(chaiscript_1);
|
|
|
90283
90283
|
refractor.register(cil_1);
|
|
90284
90284
|
refractor.register(clojure_1);
|
|
90285
90285
|
refractor.register(cmake_1);
|
|
90286
|
-
refractor.register(
|
|
90287
|
-
refractor.register(
|
|
90286
|
+
refractor.register(cobol_1);
|
|
90287
|
+
refractor.register(requireCoffeescript());
|
|
90288
90288
|
refractor.register(requireConcurnas());
|
|
90289
90289
|
refractor.register(requireCoq());
|
|
90290
90290
|
refractor.register(requireCpp());
|
|
@@ -92978,19 +92978,19 @@ var bash = /*#__PURE__*/_mergeNamespaces({
|
|
|
92978
92978
|
'default': bashExports
|
|
92979
92979
|
}, [bashExports]);
|
|
92980
92980
|
|
|
92981
|
-
var basicExports
|
|
92981
|
+
var basicExports = requireBasic();
|
|
92982
92982
|
|
|
92983
|
-
var basic
|
|
92983
|
+
var basic = /*#__PURE__*/_mergeNamespaces({
|
|
92984
92984
|
__proto__: null,
|
|
92985
|
-
'default': basicExports
|
|
92986
|
-
}, [basicExports
|
|
92985
|
+
'default': basicExports
|
|
92986
|
+
}, [basicExports]);
|
|
92987
92987
|
|
|
92988
|
-
var bnfExports = requireBnf();
|
|
92988
|
+
var bnfExports$1 = requireBnf$1();
|
|
92989
92989
|
|
|
92990
|
-
var bnf = /*#__PURE__*/_mergeNamespaces({
|
|
92990
|
+
var bnf$1 = /*#__PURE__*/_mergeNamespaces({
|
|
92991
92991
|
__proto__: null,
|
|
92992
|
-
'default': bnfExports
|
|
92993
|
-
}, [bnfExports]);
|
|
92992
|
+
'default': bnfExports$1
|
|
92993
|
+
}, [bnfExports$1]);
|
|
92994
92994
|
|
|
92995
92995
|
var brainfuckExports = requireBrainfuck();
|
|
92996
92996
|
|
|
@@ -93062,12 +93062,12 @@ var cmake = /*#__PURE__*/_mergeNamespaces({
|
|
|
93062
93062
|
'default': cmakeExports
|
|
93063
93063
|
}, [cmakeExports]);
|
|
93064
93064
|
|
|
93065
|
-
var coffeescriptExports = requireCoffeescript();
|
|
93065
|
+
var coffeescriptExports$1 = requireCoffeescript$1();
|
|
93066
93066
|
|
|
93067
|
-
var coffeescript = /*#__PURE__*/_mergeNamespaces({
|
|
93067
|
+
var coffeescript$1 = /*#__PURE__*/_mergeNamespaces({
|
|
93068
93068
|
__proto__: null,
|
|
93069
|
-
'default': coffeescriptExports
|
|
93070
|
-
}, [coffeescriptExports]);
|
|
93069
|
+
'default': coffeescriptExports$1
|
|
93070
|
+
}, [coffeescriptExports$1]);
|
|
93071
93071
|
|
|
93072
93072
|
var coqExports$1 = requireCoq$1();
|
|
93073
93073
|
|
|
@@ -94182,19 +94182,19 @@ var zephir = /*#__PURE__*/_mergeNamespaces({
|
|
|
94182
94182
|
'default': zephirExports
|
|
94183
94183
|
}, [zephirExports]);
|
|
94184
94184
|
|
|
94185
|
-
var
|
|
94185
|
+
var bnfExports = requireBnf();
|
|
94186
94186
|
|
|
94187
|
-
var
|
|
94187
|
+
var bnf = /*#__PURE__*/_mergeNamespaces({
|
|
94188
94188
|
__proto__: null,
|
|
94189
|
-
'default':
|
|
94190
|
-
}, [
|
|
94189
|
+
'default': bnfExports
|
|
94190
|
+
}, [bnfExports]);
|
|
94191
94191
|
|
|
94192
|
-
var
|
|
94192
|
+
var coffeescriptExports = requireCoffeescript();
|
|
94193
94193
|
|
|
94194
|
-
var
|
|
94194
|
+
var coffeescript = /*#__PURE__*/_mergeNamespaces({
|
|
94195
94195
|
__proto__: null,
|
|
94196
|
-
'default':
|
|
94197
|
-
}, [
|
|
94196
|
+
'default': coffeescriptExports
|
|
94197
|
+
}, [coffeescriptExports]);
|
|
94198
94198
|
|
|
94199
94199
|
var concurnasExports = requireConcurnas();
|
|
94200
94200
|
|