Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-02 21:21:00 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-04-02 21:34:15 +0300
commitb185bc25bfca3e639acdf70649180d698db7767e (patch)
tree207f0f91d9021d64bc1dbf517796501b4a02f200 /js/highlight/thrift.js.map
parentada16111b856217015127f2da6c560f4647640ac (diff)
Bump @nextcloud/axios from 1.3.1 to 1.3.2
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.3.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/thrift.js.map')
-rw-r--r--js/highlight/thrift.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/thrift.js.map b/js/highlight/thrift.js.map
index ec35fe465..16a8dc7c0 100644
--- a/js/highlight/thrift.js.map
+++ b/js/highlight/thrift.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/thrift.js"],"names":["module","exports","hljs","keywords","keyword","built_in","literal","contains","QUOTE_STRING_MODE","NUMBER_MODE","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","className","beginKeywords","end","illegal","inherit","TITLE_MODE","starts","endsWithParent","excludeEnd","begin"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GAExB,MAAO,CACLC,SAAU,CACRC,QACE,mGACFC,SALiB,6CAOjBC,QACE,cAEJC,SAAU,CACRL,EAAKM,kBACLN,EAAKO,YACLP,EAAKQ,oBACLR,EAAKS,qBACL,CACEC,UAAW,QACXC,cAAe,gCAAiCC,IAAK,KACrDC,QAAS,KACTR,SAAU,CACRL,EAAKc,QAAQd,EAAKe,WAAY,CAC5BC,OAAQ,CAACC,gBAAgB,EAAMC,YAAY,OAIjD,CACEC,MAAO,yBAA0BP,IAAK,IACtCX,SA3Be,6CA4BfI,SAAU,CAAC","file":"highlight/thrift.js?v=e4cf76efc3f0613a05b7","sourcesContent":["module.exports = function(hljs) {\n var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary';\n return {\n keywords: {\n keyword:\n 'namespace const typedef struct enum service exception void oneway set list map required optional',\n built_in:\n BUILT_IN_TYPES,\n literal:\n 'true false'\n },\n contains: [\n hljs.QUOTE_STRING_MODE,\n hljs.NUMBER_MODE,\n hljs.C_LINE_COMMENT_MODE,\n hljs.C_BLOCK_COMMENT_MODE,\n {\n className: 'class',\n beginKeywords: 'struct enum service exception', end: /\\{/,\n illegal: /\\n/,\n contains: [\n hljs.inherit(hljs.TITLE_MODE, {\n starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n })\n ]\n },\n {\n begin: '\\\\b(set|list|map)\\\\s*<', end: '>',\n keywords: BUILT_IN_TYPES,\n contains: ['self']\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/thrift.js"],"names":["module","exports","hljs","keywords","keyword","built_in","literal","contains","QUOTE_STRING_MODE","NUMBER_MODE","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","className","beginKeywords","end","illegal","inherit","TITLE_MODE","starts","endsWithParent","excludeEnd","begin"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GAExB,MAAO,CACLC,SAAU,CACRC,QACE,mGACFC,SALiB,6CAOjBC,QACE,cAEJC,SAAU,CACRL,EAAKM,kBACLN,EAAKO,YACLP,EAAKQ,oBACLR,EAAKS,qBACL,CACEC,UAAW,QACXC,cAAe,gCAAiCC,IAAK,KACrDC,QAAS,KACTR,SAAU,CACRL,EAAKc,QAAQd,EAAKe,WAAY,CAC5BC,OAAQ,CAACC,gBAAgB,EAAMC,YAAY,OAIjD,CACEC,MAAO,yBAA0BP,IAAK,IACtCX,SA3Be,6CA4BfI,SAAU,CAAC","file":"highlight/thrift.js?v=e127460a8d55bb578383","sourcesContent":["module.exports = function(hljs) {\n var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary';\n return {\n keywords: {\n keyword:\n 'namespace const typedef struct enum service exception void oneway set list map required optional',\n built_in:\n BUILT_IN_TYPES,\n literal:\n 'true false'\n },\n contains: [\n hljs.QUOTE_STRING_MODE,\n hljs.NUMBER_MODE,\n hljs.C_LINE_COMMENT_MODE,\n hljs.C_BLOCK_COMMENT_MODE,\n {\n className: 'class',\n beginKeywords: 'struct enum service exception', end: /\\{/,\n illegal: /\\n/,\n contains: [\n hljs.inherit(hljs.TITLE_MODE, {\n starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n })\n ]\n },\n {\n begin: '\\\\b(set|list|map)\\\\s*<', end: '>',\n keywords: BUILT_IN_TYPES,\n contains: ['self']\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file