@bigbinary/neeto-molecules 1.0.16 → 1.0.18

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.
@@ -50346,7 +50346,7 @@ var languageLoaders = {
50346
50346
  return Promise.resolve().then(function () { return agda$1; });
50347
50347
  }),
50348
50348
  al: createLanguageAsyncLoader("al", function () {
50349
- return Promise.resolve().then(function () { return al$1; });
50349
+ return Promise.resolve().then(function () { return al; });
50350
50350
  }),
50351
50351
  antlr4: createLanguageAsyncLoader("antlr4", function () {
50352
50352
  return Promise.resolve().then(function () { return antlr4$1; });
@@ -50391,7 +50391,7 @@ var languageLoaders = {
50391
50391
  return Promise.resolve().then(function () { return autoit$2; });
50392
50392
  }),
50393
50393
  avisynth: createLanguageAsyncLoader("avisynth", function () {
50394
- return Promise.resolve().then(function () { return avisynth; });
50394
+ return Promise.resolve().then(function () { return avisynth$1; });
50395
50395
  }),
50396
50396
  avroIdl: createLanguageAsyncLoader("avroIdl", function () {
50397
50397
  return Promise.resolve().then(function () { return avroIdl; });
@@ -59866,42 +59866,46 @@ var agda$1 = /*#__PURE__*/_mergeNamespaces({
59866
59866
  'default': agda_1
59867
59867
  }, [agda_1]);
59868
59868
 
59869
- var al_1 = al;
59870
- al.displayName = 'al';
59871
- al.aliases = [];
59872
- function al(Prism) {
59873
- // based on https://github.com/microsoft/AL/blob/master/grammar/alsyntax.tmlanguage
59874
- Prism.languages.al = {
59875
- comment: /\/\/.*|\/\*[\s\S]*?\*\//,
59876
- string: {
59877
- pattern: /'(?:''|[^'\r\n])*'(?!')|"(?:""|[^"\r\n])*"(?!")/,
59878
- greedy: true
59879
- },
59880
- function: {
59881
- pattern:
59882
- /(\b(?:event|procedure|trigger)\s+|(?:^|[^.])\.\s*)[a-z_]\w*(?=\s*\()/i,
59883
- lookbehind: true
59884
- },
59885
- keyword: [
59886
- // keywords
59887
- /\b(?:array|asserterror|begin|break|case|do|downto|else|end|event|exit|for|foreach|function|if|implements|in|indataset|interface|internal|local|of|procedure|program|protected|repeat|runonclient|securityfiltering|suppressdispose|temporary|then|to|trigger|until|var|while|with|withevents)\b/i, // objects and metadata that are used like keywords
59888
- /\b(?:action|actions|addafter|addbefore|addfirst|addlast|area|assembly|chartpart|codeunit|column|controladdin|cuegroup|customizes|dataitem|dataset|dotnet|elements|enum|enumextension|extends|field|fieldattribute|fieldelement|fieldgroup|fieldgroups|fields|filter|fixed|grid|group|key|keys|label|labels|layout|modify|moveafter|movebefore|movefirst|movelast|page|pagecustomization|pageextension|part|profile|query|repeater|report|requestpage|schema|separator|systempart|table|tableelement|tableextension|textattribute|textelement|type|usercontrol|value|xmlport)\b/i
59889
- ],
59890
- number:
59891
- /\b(?:0x[\da-f]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?)(?:F|LL?|U(?:LL?)?)?\b/i,
59892
- boolean: /\b(?:false|true)\b/i,
59893
- variable: /\b(?:Curr(?:FieldNo|Page|Report)|x?Rec|RequestOptionsPage)\b/,
59894
- 'class-name':
59895
- /\b(?:automation|biginteger|bigtext|blob|boolean|byte|char|clienttype|code|completiontriggererrorlevel|connectiontype|database|dataclassification|datascope|date|dateformula|datetime|decimal|defaultlayout|dialog|dictionary|dotnetassembly|dotnettypedeclaration|duration|errorinfo|errortype|executioncontext|executionmode|fieldclass|fieldref|fieldtype|file|filterpagebuilder|guid|httpclient|httpcontent|httpheaders|httprequestmessage|httpresponsemessage|instream|integer|joker|jsonarray|jsonobject|jsontoken|jsonvalue|keyref|list|moduledependencyinfo|moduleinfo|none|notification|notificationscope|objecttype|option|outstream|pageresult|record|recordid|recordref|reportformat|securityfilter|sessionsettings|tableconnectiontype|tablefilter|testaction|testfield|testfilterfield|testpage|testpermissions|testrequestpage|text|textbuilder|textconst|textencoding|time|transactionmodel|transactiontype|variant|verbosity|version|view|views|webserviceactioncontext|webserviceactionresultcode|xmlattribute|xmlattributecollection|xmlcdata|xmlcomment|xmldeclaration|xmldocument|xmldocumenttype|xmlelement|xmlnamespacemanager|xmlnametable|xmlnode|xmlnodelist|xmlprocessinginstruction|xmlreadoptions|xmltext|xmlwriteoptions)\b/i,
59896
- operator: /\.\.|:[=:]|[-+*/]=?|<>|[<>]=?|=|\b(?:and|div|mod|not|or|xor)\b/i,
59897
- punctuation: /[()\[\]{}:.;,]/
59898
- };
59899
- }
59869
+ var al_1;
59870
+ var hasRequiredAl;
59900
59871
 
59901
- var al$1 = /*#__PURE__*/_mergeNamespaces({
59902
- __proto__: null,
59903
- 'default': al_1
59904
- }, [al_1]);
59872
+ function requireAl () {
59873
+ if (hasRequiredAl) return al_1;
59874
+ hasRequiredAl = 1;
59875
+
59876
+ al_1 = al;
59877
+ al.displayName = 'al';
59878
+ al.aliases = [];
59879
+ function al(Prism) {
59880
+ // based on https://github.com/microsoft/AL/blob/master/grammar/alsyntax.tmlanguage
59881
+ Prism.languages.al = {
59882
+ comment: /\/\/.*|\/\*[\s\S]*?\*\//,
59883
+ string: {
59884
+ pattern: /'(?:''|[^'\r\n])*'(?!')|"(?:""|[^"\r\n])*"(?!")/,
59885
+ greedy: true
59886
+ },
59887
+ function: {
59888
+ pattern:
59889
+ /(\b(?:event|procedure|trigger)\s+|(?:^|[^.])\.\s*)[a-z_]\w*(?=\s*\()/i,
59890
+ lookbehind: true
59891
+ },
59892
+ keyword: [
59893
+ // keywords
59894
+ /\b(?:array|asserterror|begin|break|case|do|downto|else|end|event|exit|for|foreach|function|if|implements|in|indataset|interface|internal|local|of|procedure|program|protected|repeat|runonclient|securityfiltering|suppressdispose|temporary|then|to|trigger|until|var|while|with|withevents)\b/i, // objects and metadata that are used like keywords
59895
+ /\b(?:action|actions|addafter|addbefore|addfirst|addlast|area|assembly|chartpart|codeunit|column|controladdin|cuegroup|customizes|dataitem|dataset|dotnet|elements|enum|enumextension|extends|field|fieldattribute|fieldelement|fieldgroup|fieldgroups|fields|filter|fixed|grid|group|key|keys|label|labels|layout|modify|moveafter|movebefore|movefirst|movelast|page|pagecustomization|pageextension|part|profile|query|repeater|report|requestpage|schema|separator|systempart|table|tableelement|tableextension|textattribute|textelement|type|usercontrol|value|xmlport)\b/i
59896
+ ],
59897
+ number:
59898
+ /\b(?:0x[\da-f]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?)(?:F|LL?|U(?:LL?)?)?\b/i,
59899
+ boolean: /\b(?:false|true)\b/i,
59900
+ variable: /\b(?:Curr(?:FieldNo|Page|Report)|x?Rec|RequestOptionsPage)\b/,
59901
+ 'class-name':
59902
+ /\b(?:automation|biginteger|bigtext|blob|boolean|byte|char|clienttype|code|completiontriggererrorlevel|connectiontype|database|dataclassification|datascope|date|dateformula|datetime|decimal|defaultlayout|dialog|dictionary|dotnetassembly|dotnettypedeclaration|duration|errorinfo|errortype|executioncontext|executionmode|fieldclass|fieldref|fieldtype|file|filterpagebuilder|guid|httpclient|httpcontent|httpheaders|httprequestmessage|httpresponsemessage|instream|integer|joker|jsonarray|jsonobject|jsontoken|jsonvalue|keyref|list|moduledependencyinfo|moduleinfo|none|notification|notificationscope|objecttype|option|outstream|pageresult|record|recordid|recordref|reportformat|securityfilter|sessionsettings|tableconnectiontype|tablefilter|testaction|testfield|testfilterfield|testpage|testpermissions|testrequestpage|text|textbuilder|textconst|textencoding|time|transactionmodel|transactiontype|variant|verbosity|version|view|views|webserviceactioncontext|webserviceactionresultcode|xmlattribute|xmlattributecollection|xmlcdata|xmlcomment|xmldeclaration|xmldocument|xmldocumenttype|xmlelement|xmlnamespacemanager|xmlnametable|xmlnode|xmlnodelist|xmlprocessinginstruction|xmlreadoptions|xmltext|xmlwriteoptions)\b/i,
59903
+ operator: /\.\.|:[=:]|[-+*/]=?|<>|[<>]=?|=|\b(?:and|div|mod|not|or|xor)\b/i,
59904
+ punctuation: /[()\[\]{}:.;,]/
59905
+ };
59906
+ }
59907
+ return al_1;
59908
+ }
59905
59909
 
59906
59910
  var antlr4_1 = antlr4;
59907
59911
  antlr4.displayName = 'antlr4';
@@ -61539,183 +61543,179 @@ var autoit$2 = /*#__PURE__*/_mergeNamespaces({
61539
61543
  'default': autoit_1
61540
61544
  }, [autoit_1]);
61541
61545
 
61542
- var avisynth_1;
61543
- var hasRequiredAvisynth;
61544
-
61545
- function requireAvisynth () {
61546
- if (hasRequiredAvisynth) return avisynth_1;
61547
- hasRequiredAvisynth = 1;
61548
-
61549
- avisynth_1 = avisynth;
61550
- avisynth.displayName = 'avisynth';
61551
- avisynth.aliases = ['avs'];
61552
- function avisynth(Prism) {
61546
+ var avisynth_1 = avisynth;
61547
+ avisynth.displayName = 'avisynth';
61548
+ avisynth.aliases = ['avs'];
61549
+ function avisynth(Prism) {
61553
61550
  (function (Prism) {
61554
- function replace(pattern, replacements) {
61555
- return pattern.replace(/<<(\d+)>>/g, function (m, index) {
61556
- return replacements[+index]
61557
- })
61558
- }
61559
- function re(pattern, replacements, flags) {
61560
- return RegExp(replace(pattern, replacements), flags || '')
61561
- }
61562
- var types = /bool|clip|float|int|string|val/.source;
61563
- var internals = [
61564
- // bools
61565
- /is(?:bool|clip|float|int|string)|defined|(?:(?:internal)?function|var)?exists?/
61566
- .source, // control
61567
- /apply|assert|default|eval|import|nop|select|undefined/.source, // global
61568
- /opt_(?:allowfloataudio|avipadscanlines|dwchannelmask|enable_(?:b64a|planartopackedrgb|v210|y3_10_10|y3_10_16)|usewaveextensible|vdubplanarhack)|set(?:cachemode|maxcpu|memorymax|planarlegacyalignment|workingdir)/
61569
- .source, // conv
61570
- /hex(?:value)?|value/.source, // numeric
61571
- /abs|ceil|continued(?:denominator|numerator)?|exp|floor|fmod|frac|log(?:10)?|max|min|muldiv|pi|pow|rand|round|sign|spline|sqrt/
61572
- .source, // trig
61573
- /a?sinh?|a?cosh?|a?tan[2h]?/.source, // bit
61574
- /(?:bit(?:and|not|x?or|[lr]?shift[aslu]?|sh[lr]|sa[lr]|[lr]rotatel?|ro[rl]|te?st|set(?:count)?|cl(?:ea)?r|ch(?:an)?ge?))/
61575
- .source, // runtime
61576
- /average(?:[bgr]|chroma[uv]|luma)|(?:[rgb]|chroma[uv]|luma|rgb|[yuv](?=difference(?:fromprevious|tonext)))difference(?:fromprevious|tonext)?|[yuvrgb]plane(?:median|min|max|minmaxdifference)/
61577
- .source, // script
61578
- /getprocessinfo|logmsg|script(?:dir(?:utf8)?|file(?:utf8)?|name(?:utf8)?)|setlogparams/
61579
- .source, // string
61580
- /chr|(?:fill|find|left|mid|replace|rev|right)str|format|[lu]case|ord|str(?:cmpi?|fromutf8|len|toutf8)|time|trim(?:all|left|right)/
61581
- .source, // version
61582
- /isversionorgreater|version(?:number|string)/.source, // helper
61583
- /buildpixeltype|colorspacenametopixeltype/.source, // avsplus
61584
- /addautoloaddir|on(?:cpu|cuda)|prefetch|setfiltermtmode/.source
61585
- ].join('|');
61586
- var properties = [
61587
- // content
61588
- /has(?:audio|video)/.source, // resolution
61589
- /height|width/.source, // framerate
61590
- /frame(?:count|rate)|framerate(?:denominator|numerator)/.source, // interlacing
61591
- /getparity|is(?:field|frame)based/.source, // color format
61592
- /bitspercomponent|componentsize|hasalpha|is(?:planar(?:rgba?)?|interleaved|rgb(?:24|32|48|64)?|y(?:8|u(?:va?|y2))?|yv(?:12|16|24|411)|420|422|444|packedrgb)|numcomponents|pixeltype/
61593
- .source, // audio
61594
- /audio(?:bits|channels|duration|length(?:[fs]|hi|lo)?|rate)|isaudio(?:float|int)/
61595
- .source
61596
- ].join('|');
61597
- var filters = [
61598
- // source
61599
- /avi(?:file)?source|directshowsource|image(?:reader|source|sourceanim)|opendmlsource|segmented(?:avisource|directshowsource)|wavsource/
61600
- .source, // color
61601
- /coloryuv|convertbacktoyuy2|convertto(?:RGB(?:24|32|48|64)|(?:planar)?RGBA?|Y8?|YV(?:12|16|24|411)|YUVA?(?:411|420|422|444)|YUY2)|fixluminance|gr[ae]yscale|invert|levels|limiter|mergea?rgb|merge(?:chroma|luma)|rgbadjust|show(?:alpha|blue|green|red)|swapuv|tweak|[uv]toy8?|ytouv/
61602
- .source, // overlay
61603
- /(?:colorkey|reset)mask|layer|mask(?:hs)?|merge|overlay|subtract/.source, // geometry
61604
- /addborders|(?:bicubic|bilinear|blackman|gauss|lanczos4|lanczos|point|sinc|spline(?:16|36|64))resize|crop(?:bottom)?|flip(?:horizontal|vertical)|(?:horizontal|vertical)?reduceby2|letterbox|skewrows|turn(?:180|left|right)/
61605
- .source, // pixel
61606
- /blur|fixbrokenchromaupsampling|generalconvolution|(?:spatial|temporal)soften|sharpen/
61607
- .source, // timeline
61608
- /trim|(?:un)?alignedsplice|(?:assume|assumescaled|change|convert)FPS|(?:delete|duplicate)frame|dissolve|fade(?:in|io|out)[02]?|freezeframe|interleave|loop|reverse|select(?:even|odd|(?:range)?every)/
61609
- .source, // interlace
61610
- /assume[bt]ff|assume(?:field|frame)based|bob|complementparity|doubleweave|peculiarblend|pulldown|separate(?:columns|fields|rows)|swapfields|weave(?:columns|rows)?/
61611
- .source, // audio
61612
- /amplify(?:db)?|assumesamplerate|audiodub(?:ex)?|audiotrim|convertaudioto(?:(?:8|16|24|32)bit|float)|converttomono|delayaudio|ensurevbrmp3sync|get(?:left|right)?channel|kill(?:audio|video)|mergechannels|mixaudio|monotostereo|normalize|resampleaudio|ssrc|supereq|timestretch/
61613
- .source, // conditional
61614
- /animate|applyrange|conditional(?:filter|reader|select)|frameevaluate|scriptclip|tcp(?:server|source)|writefile(?:end|if|start)?/
61615
- .source, // export
61616
- /imagewriter/.source, // debug
61617
- /blackness|blankclip|colorbars(?:hd)?|compare|dumpfiltergraph|echo|histogram|info|messageclip|preroll|setgraphanalysis|show(?:framenumber|smpte|time)|showfiveversions|stack(?:horizontal|vertical)|subtitle|tone|version/
61618
- .source
61619
- ].join('|');
61620
- var allinternals = [internals, properties, filters].join('|');
61621
- Prism.languages.avisynth = {
61622
- comment: [
61623
- {
61624
- // Matches [* *] nestable block comments, but only supports 1 level of nested comments
61625
- // /\[\*(?:[^\[*]|\[(?!\*)|\*(?!\])|<self>)*\*\]/
61626
- pattern:
61627
- /(^|[^\\])\[\*(?:[^\[*]|\[(?!\*)|\*(?!\])|\[\*(?:[^\[*]|\[(?!\*)|\*(?!\]))*\*\])*\*\]/,
61628
- lookbehind: true,
61629
- greedy: true
61630
- },
61631
- {
61632
- // Matches /* */ block comments
61633
- pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,
61634
- lookbehind: true,
61635
- greedy: true
61636
- },
61637
- {
61638
- // Matches # comments
61639
- pattern: /(^|[^\\$])#.*/,
61640
- lookbehind: true,
61641
- greedy: true
61642
- }
61643
- ],
61644
- // Handle before strings because optional arguments are surrounded by double quotes
61645
- argument: {
61646
- pattern: re(/\b(?:<<0>>)\s+("?)\w+\1/.source, [types], 'i'),
61647
- inside: {
61648
- keyword: /^\w+/
61649
- }
61650
- },
61651
- // Optional argument assignment
61652
- 'argument-label': {
61653
- pattern: /([,(][\s\\]*)\w+\s*=(?!=)/,
61654
- lookbehind: true,
61655
- inside: {
61656
- 'argument-name': {
61657
- pattern: /^\w+/,
61658
- alias: 'punctuation'
61659
- },
61660
- punctuation: /=$/
61661
- }
61662
- },
61663
- string: [
61664
- {
61665
- // triple double-quoted
61666
- pattern: /"""[\s\S]*?"""/,
61667
- greedy: true
61668
- },
61669
- {
61670
- // single double-quoted
61671
- pattern: /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,
61672
- greedy: true,
61673
- inside: {
61674
- constant: {
61675
- // These *are* case-sensitive!
61676
- pattern:
61677
- /\b(?:DEFAULT_MT_MODE|(?:MAINSCRIPT|PROGRAM|SCRIPT)DIR|(?:MACHINE|USER)_(?:CLASSIC|PLUS)_PLUGINS)\b/
61678
- }
61679
- }
61680
- }
61681
- ],
61682
- // The special "last" variable that takes the value of the last implicitly returned clip
61683
- variable: /\b(?:last)\b/i,
61684
- boolean: /\b(?:false|no|true|yes)\b/i,
61685
- keyword:
61686
- /\b(?:catch|else|for|function|global|if|return|try|while|__END__)\b/i,
61687
- constant: /\bMT_(?:MULTI_INSTANCE|NICE_FILTER|SERIALIZED|SPECIAL_MT)\b/,
61688
- // AviSynth's internal functions, filters, and properties
61689
- 'builtin-function': {
61690
- pattern: re(/\b(?:<<0>>)\b/.source, [allinternals], 'i'),
61691
- alias: 'function'
61692
- },
61693
- 'type-cast': {
61694
- pattern: re(/\b(?:<<0>>)(?=\s*\()/.source, [types], 'i'),
61695
- alias: 'keyword'
61696
- },
61697
- // External/user-defined filters
61698
- function: {
61699
- pattern: /\b[a-z_]\w*(?=\s*\()|(\.)[a-z_]\w*\b/i,
61700
- lookbehind: true
61701
- },
61702
- // Matches a \ as the first or last character on a line
61703
- 'line-continuation': {
61704
- pattern: /(^[ \t]*)\\|\\(?=[ \t]*$)/m,
61705
- lookbehind: true,
61706
- alias: 'punctuation'
61707
- },
61708
- number:
61709
- /\B\$(?:[\da-f]{6}|[\da-f]{8})\b|(?:(?:\b|\B-)\d+(?:\.\d*)?\b|\B\.\d+\b)/i,
61710
- operator: /\+\+?|[!=<>]=?|&&|\|\||[?:*/%-]/,
61711
- punctuation: /[{}\[\]();,.]/
61712
- };
61713
- Prism.languages.avs = Prism.languages.avisynth;
61714
- })(Prism);
61715
- }
61716
- return avisynth_1;
61551
+ function replace(pattern, replacements) {
61552
+ return pattern.replace(/<<(\d+)>>/g, function (m, index) {
61553
+ return replacements[+index]
61554
+ })
61555
+ }
61556
+ function re(pattern, replacements, flags) {
61557
+ return RegExp(replace(pattern, replacements), flags || '')
61558
+ }
61559
+ var types = /bool|clip|float|int|string|val/.source;
61560
+ var internals = [
61561
+ // bools
61562
+ /is(?:bool|clip|float|int|string)|defined|(?:(?:internal)?function|var)?exists?/
61563
+ .source, // control
61564
+ /apply|assert|default|eval|import|nop|select|undefined/.source, // global
61565
+ /opt_(?:allowfloataudio|avipadscanlines|dwchannelmask|enable_(?:b64a|planartopackedrgb|v210|y3_10_10|y3_10_16)|usewaveextensible|vdubplanarhack)|set(?:cachemode|maxcpu|memorymax|planarlegacyalignment|workingdir)/
61566
+ .source, // conv
61567
+ /hex(?:value)?|value/.source, // numeric
61568
+ /abs|ceil|continued(?:denominator|numerator)?|exp|floor|fmod|frac|log(?:10)?|max|min|muldiv|pi|pow|rand|round|sign|spline|sqrt/
61569
+ .source, // trig
61570
+ /a?sinh?|a?cosh?|a?tan[2h]?/.source, // bit
61571
+ /(?:bit(?:and|not|x?or|[lr]?shift[aslu]?|sh[lr]|sa[lr]|[lr]rotatel?|ro[rl]|te?st|set(?:count)?|cl(?:ea)?r|ch(?:an)?ge?))/
61572
+ .source, // runtime
61573
+ /average(?:[bgr]|chroma[uv]|luma)|(?:[rgb]|chroma[uv]|luma|rgb|[yuv](?=difference(?:fromprevious|tonext)))difference(?:fromprevious|tonext)?|[yuvrgb]plane(?:median|min|max|minmaxdifference)/
61574
+ .source, // script
61575
+ /getprocessinfo|logmsg|script(?:dir(?:utf8)?|file(?:utf8)?|name(?:utf8)?)|setlogparams/
61576
+ .source, // string
61577
+ /chr|(?:fill|find|left|mid|replace|rev|right)str|format|[lu]case|ord|str(?:cmpi?|fromutf8|len|toutf8)|time|trim(?:all|left|right)/
61578
+ .source, // version
61579
+ /isversionorgreater|version(?:number|string)/.source, // helper
61580
+ /buildpixeltype|colorspacenametopixeltype/.source, // avsplus
61581
+ /addautoloaddir|on(?:cpu|cuda)|prefetch|setfiltermtmode/.source
61582
+ ].join('|');
61583
+ var properties = [
61584
+ // content
61585
+ /has(?:audio|video)/.source, // resolution
61586
+ /height|width/.source, // framerate
61587
+ /frame(?:count|rate)|framerate(?:denominator|numerator)/.source, // interlacing
61588
+ /getparity|is(?:field|frame)based/.source, // color format
61589
+ /bitspercomponent|componentsize|hasalpha|is(?:planar(?:rgba?)?|interleaved|rgb(?:24|32|48|64)?|y(?:8|u(?:va?|y2))?|yv(?:12|16|24|411)|420|422|444|packedrgb)|numcomponents|pixeltype/
61590
+ .source, // audio
61591
+ /audio(?:bits|channels|duration|length(?:[fs]|hi|lo)?|rate)|isaudio(?:float|int)/
61592
+ .source
61593
+ ].join('|');
61594
+ var filters = [
61595
+ // source
61596
+ /avi(?:file)?source|directshowsource|image(?:reader|source|sourceanim)|opendmlsource|segmented(?:avisource|directshowsource)|wavsource/
61597
+ .source, // color
61598
+ /coloryuv|convertbacktoyuy2|convertto(?:RGB(?:24|32|48|64)|(?:planar)?RGBA?|Y8?|YV(?:12|16|24|411)|YUVA?(?:411|420|422|444)|YUY2)|fixluminance|gr[ae]yscale|invert|levels|limiter|mergea?rgb|merge(?:chroma|luma)|rgbadjust|show(?:alpha|blue|green|red)|swapuv|tweak|[uv]toy8?|ytouv/
61599
+ .source, // overlay
61600
+ /(?:colorkey|reset)mask|layer|mask(?:hs)?|merge|overlay|subtract/.source, // geometry
61601
+ /addborders|(?:bicubic|bilinear|blackman|gauss|lanczos4|lanczos|point|sinc|spline(?:16|36|64))resize|crop(?:bottom)?|flip(?:horizontal|vertical)|(?:horizontal|vertical)?reduceby2|letterbox|skewrows|turn(?:180|left|right)/
61602
+ .source, // pixel
61603
+ /blur|fixbrokenchromaupsampling|generalconvolution|(?:spatial|temporal)soften|sharpen/
61604
+ .source, // timeline
61605
+ /trim|(?:un)?alignedsplice|(?:assume|assumescaled|change|convert)FPS|(?:delete|duplicate)frame|dissolve|fade(?:in|io|out)[02]?|freezeframe|interleave|loop|reverse|select(?:even|odd|(?:range)?every)/
61606
+ .source, // interlace
61607
+ /assume[bt]ff|assume(?:field|frame)based|bob|complementparity|doubleweave|peculiarblend|pulldown|separate(?:columns|fields|rows)|swapfields|weave(?:columns|rows)?/
61608
+ .source, // audio
61609
+ /amplify(?:db)?|assumesamplerate|audiodub(?:ex)?|audiotrim|convertaudioto(?:(?:8|16|24|32)bit|float)|converttomono|delayaudio|ensurevbrmp3sync|get(?:left|right)?channel|kill(?:audio|video)|mergechannels|mixaudio|monotostereo|normalize|resampleaudio|ssrc|supereq|timestretch/
61610
+ .source, // conditional
61611
+ /animate|applyrange|conditional(?:filter|reader|select)|frameevaluate|scriptclip|tcp(?:server|source)|writefile(?:end|if|start)?/
61612
+ .source, // export
61613
+ /imagewriter/.source, // debug
61614
+ /blackness|blankclip|colorbars(?:hd)?|compare|dumpfiltergraph|echo|histogram|info|messageclip|preroll|setgraphanalysis|show(?:framenumber|smpte|time)|showfiveversions|stack(?:horizontal|vertical)|subtitle|tone|version/
61615
+ .source
61616
+ ].join('|');
61617
+ var allinternals = [internals, properties, filters].join('|');
61618
+ Prism.languages.avisynth = {
61619
+ comment: [
61620
+ {
61621
+ // Matches [* *] nestable block comments, but only supports 1 level of nested comments
61622
+ // /\[\*(?:[^\[*]|\[(?!\*)|\*(?!\])|<self>)*\*\]/
61623
+ pattern:
61624
+ /(^|[^\\])\[\*(?:[^\[*]|\[(?!\*)|\*(?!\])|\[\*(?:[^\[*]|\[(?!\*)|\*(?!\]))*\*\])*\*\]/,
61625
+ lookbehind: true,
61626
+ greedy: true
61627
+ },
61628
+ {
61629
+ // Matches /* */ block comments
61630
+ pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,
61631
+ lookbehind: true,
61632
+ greedy: true
61633
+ },
61634
+ {
61635
+ // Matches # comments
61636
+ pattern: /(^|[^\\$])#.*/,
61637
+ lookbehind: true,
61638
+ greedy: true
61639
+ }
61640
+ ],
61641
+ // Handle before strings because optional arguments are surrounded by double quotes
61642
+ argument: {
61643
+ pattern: re(/\b(?:<<0>>)\s+("?)\w+\1/.source, [types], 'i'),
61644
+ inside: {
61645
+ keyword: /^\w+/
61646
+ }
61647
+ },
61648
+ // Optional argument assignment
61649
+ 'argument-label': {
61650
+ pattern: /([,(][\s\\]*)\w+\s*=(?!=)/,
61651
+ lookbehind: true,
61652
+ inside: {
61653
+ 'argument-name': {
61654
+ pattern: /^\w+/,
61655
+ alias: 'punctuation'
61656
+ },
61657
+ punctuation: /=$/
61658
+ }
61659
+ },
61660
+ string: [
61661
+ {
61662
+ // triple double-quoted
61663
+ pattern: /"""[\s\S]*?"""/,
61664
+ greedy: true
61665
+ },
61666
+ {
61667
+ // single double-quoted
61668
+ pattern: /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,
61669
+ greedy: true,
61670
+ inside: {
61671
+ constant: {
61672
+ // These *are* case-sensitive!
61673
+ pattern:
61674
+ /\b(?:DEFAULT_MT_MODE|(?:MAINSCRIPT|PROGRAM|SCRIPT)DIR|(?:MACHINE|USER)_(?:CLASSIC|PLUS)_PLUGINS)\b/
61675
+ }
61676
+ }
61677
+ }
61678
+ ],
61679
+ // The special "last" variable that takes the value of the last implicitly returned clip
61680
+ variable: /\b(?:last)\b/i,
61681
+ boolean: /\b(?:false|no|true|yes)\b/i,
61682
+ keyword:
61683
+ /\b(?:catch|else|for|function|global|if|return|try|while|__END__)\b/i,
61684
+ constant: /\bMT_(?:MULTI_INSTANCE|NICE_FILTER|SERIALIZED|SPECIAL_MT)\b/,
61685
+ // AviSynth's internal functions, filters, and properties
61686
+ 'builtin-function': {
61687
+ pattern: re(/\b(?:<<0>>)\b/.source, [allinternals], 'i'),
61688
+ alias: 'function'
61689
+ },
61690
+ 'type-cast': {
61691
+ pattern: re(/\b(?:<<0>>)(?=\s*\()/.source, [types], 'i'),
61692
+ alias: 'keyword'
61693
+ },
61694
+ // External/user-defined filters
61695
+ function: {
61696
+ pattern: /\b[a-z_]\w*(?=\s*\()|(\.)[a-z_]\w*\b/i,
61697
+ lookbehind: true
61698
+ },
61699
+ // Matches a \ as the first or last character on a line
61700
+ 'line-continuation': {
61701
+ pattern: /(^[ \t]*)\\|\\(?=[ \t]*$)/m,
61702
+ lookbehind: true,
61703
+ alias: 'punctuation'
61704
+ },
61705
+ number:
61706
+ /\B\$(?:[\da-f]{6}|[\da-f]{8})\b|(?:(?:\b|\B-)\d+(?:\.\d*)?\b|\B\.\d+\b)/i,
61707
+ operator: /\+\+?|[!=<>]=?|&&|\|\||[?:*/%-]/,
61708
+ punctuation: /[{}\[\]();,.]/
61709
+ };
61710
+ Prism.languages.avs = Prism.languages.avisynth;
61711
+ })(Prism);
61717
61712
  }
61718
61713
 
61714
+ var avisynth$1 = /*#__PURE__*/_mergeNamespaces({
61715
+ __proto__: null,
61716
+ 'default': avisynth_1
61717
+ }, [avisynth_1]);
61718
+
61719
61719
  var avroIdl_1;
61720
61720
  var hasRequiredAvroIdl;
61721
61721
 
@@ -82945,7 +82945,7 @@ refractor.register(abnf_1);
82945
82945
  refractor.register(actionscript_1);
82946
82946
  refractor.register(ada_1);
82947
82947
  refractor.register(agda_1);
82948
- refractor.register(al_1);
82948
+ refractor.register(requireAl());
82949
82949
  refractor.register(antlr4_1);
82950
82950
  refractor.register(apacheconf_1);
82951
82951
  refractor.register(apex_1);
@@ -82960,7 +82960,7 @@ refractor.register(asmatmel_1);
82960
82960
  refractor.register(aspnet_1);
82961
82961
  refractor.register(autohotkey_1);
82962
82962
  refractor.register(autoit_1);
82963
- refractor.register(requireAvisynth());
82963
+ refractor.register(avisynth_1);
82964
82964
  refractor.register(requireAvroIdl());
82965
82965
  refractor.register(requireBash());
82966
82966
  refractor.register(requireBasic());
@@ -87288,7 +87288,7 @@ var CodeSnippet = function CodeSnippet(_ref) {
87288
87288
  subject: formData.subject,
87289
87289
  emails: ramda.pluck("value", formData.emails),
87290
87290
  message: (_ref7 = (cov_uqaajbocu().b[7][0]++, (_body$ref = body.ref) === null || _body$ref === void 0 ? void 0 : _body$ref.current.innerHTML)) !== null && _ref7 !== void 0 ? _ref7 : (cov_uqaajbocu().b[7][1]++, body),
87291
- snippet: codeString
87291
+ snippet: codeToDisplay
87292
87292
  });
87293
87293
  case 13:
87294
87294
  case "end":
@@ -91704,12 +91704,12 @@ var zephir = /*#__PURE__*/_mergeNamespaces({
91704
91704
  'default': zephirExports
91705
91705
  }, [zephirExports]);
91706
91706
 
91707
- var avisynthExports = requireAvisynth();
91707
+ var alExports = requireAl();
91708
91708
 
91709
- var avisynth = /*#__PURE__*/_mergeNamespaces({
91709
+ var al = /*#__PURE__*/_mergeNamespaces({
91710
91710
  __proto__: null,
91711
- 'default': avisynthExports
91712
- }, [avisynthExports]);
91711
+ 'default': alExports
91712
+ }, [alExports]);
91713
91713
 
91714
91714
  var avroIdlExports = requireAvroIdl();
91715
91715