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>2019-08-02 22:09:12 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-08-02 23:02:16 +0300
commit6b88f2d4fe49b5f6c2280cf03017dd12118a3b33 (patch)
tree6c5123fd880cd14d045a98c840e1f023dd797f3b /js/highlight/thrift.js.map
parentcf3022bc89da63bdd62deca3dc5233d2291ce614 (diff)
Bump webpack from 4.38.0 to 4.39.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.38.0 to 4.39.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.38.0...v4.39.1) 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 99341e07e..68f20fe18 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":"6EAAAA,EAAAC,QAAA,SAAAC,GAEA,OACAC,SAAA,CACAC,QACA,mGACAC,SALA,6CAOAC,QACA,cAEAC,SAAA,CACAL,EAAAM,kBACAN,EAAAO,YACAP,EAAAQ,oBACAR,EAAAS,qBACA,CACAC,UAAA,QACAC,cAAA,gCAAAC,IAAA,KACAC,QAAA,KACAR,SAAA,CACAL,EAAAc,QAAAd,EAAAe,WAAA,CACAC,OAAA,CAAqBC,gBAAA,EAAAC,YAAA,OAIrB,CACAC,MAAA,yBAAAP,IAAA,IACAX,SA3BA,6CA4BAI,SAAA","file":"highlight/thrift.js?v=06f0bcf55b004ce85035","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":"6EAAAA,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=06f0bcf55b004ce85035","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