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/handlebars.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/handlebars.js.map')
-rw-r--r--js/highlight/handlebars.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/handlebars.js.map b/js/highlight/handlebars.js.map
index 3e86ded5f..b9e58a74b 100644
--- a/js/highlight/handlebars.js.map
+++ b/js/highlight/handlebars.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/handlebars.js"],"names":["module","exports","hljs","BUILT_INS","builtin-name","aliases","case_insensitive","subLanguage","contains","COMMENT","className","begin","end","keywords","starts","endsWithParent","relevance","QUOTE_STRING_MODE"],"mappings":"4EAAAA,EAAAC,QAAA,SAAAC,GACA,IAAAC,EAAA,CAAmBC,eAAA,0GACnB,OACAC,QAAA,qCACAC,kBAAA,EACAC,YAAA,MACAC,SAAA,CACAN,EAAAO,QAAA,WAAoB,WACpB,CACAC,UAAA,eACAC,MAAA,YAAoBC,IAAA,OACpBJ,SAAA,CACA,CACAE,UAAA,OACAC,MAAA,eACAE,SAAAV,EACAW,OAAA,CACAC,gBAAA,EAAAC,UAAA,EACAR,SAAA,CACAN,EAAAe,uBAMA,CACAP,UAAA,oBACAC,MAAA,OAAoBC,IAAA,OACpBC,SAAAV","file":"highlight/handlebars.js?v=6d4f55b7417c3be9d911","sourcesContent":["module.exports = function(hljs) {\n var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield'};\n return {\n aliases: ['hbs', 'html.hbs', 'html.handlebars'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n hljs.COMMENT('{{!(--)?', '(--)?}}'),\n {\n className: 'template-tag',\n begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n contains: [\n {\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n keywords: BUILT_INS,\n starts: {\n endsWithParent: true, relevance: 0,\n contains: [\n hljs.QUOTE_STRING_MODE\n ]\n }\n }\n ]\n },\n {\n className: 'template-variable',\n begin: /\\{\\{/, end: /\\}\\}/,\n keywords: BUILT_INS\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/handlebars.js"],"names":["module","exports","hljs","BUILT_INS","builtin-name","aliases","case_insensitive","subLanguage","contains","COMMENT","className","begin","end","keywords","starts","endsWithParent","relevance","QUOTE_STRING_MODE"],"mappings":"4EAAAA,EAAOC,QAAU,SAASC,GACxB,IAAIC,EAAY,CAACC,eAAgB,0GACjC,MAAO,CACLC,QAAS,CAAC,MAAO,WAAY,mBAC7BC,kBAAkB,EAClBC,YAAa,MACbC,SAAU,CACVN,EAAKO,QAAQ,WAAY,WACvB,CACEC,UAAW,eACXC,MAAO,YAAaC,IAAK,OACzBJ,SAAU,CACR,CACEE,UAAW,OACXC,MAAO,eACPE,SAAUV,EACVW,OAAQ,CACNC,gBAAgB,EAAMC,UAAW,EACjCR,SAAU,CACRN,EAAKe,uBAMf,CACEP,UAAW,oBACXC,MAAO,OAAQC,IAAK,OACpBC,SAAUV","file":"highlight/handlebars.js?v=6d4f55b7417c3be9d911","sourcesContent":["module.exports = function(hljs) {\n var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield'};\n return {\n aliases: ['hbs', 'html.hbs', 'html.handlebars'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n hljs.COMMENT('{{!(--)?', '(--)?}}'),\n {\n className: 'template-tag',\n begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n contains: [\n {\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n keywords: BUILT_INS,\n starts: {\n endsWithParent: true, relevance: 0,\n contains: [\n hljs.QUOTE_STRING_MODE\n ]\n }\n }\n ]\n },\n {\n className: 'template-variable',\n begin: /\\{\\{/, end: /\\}\\}/,\n keywords: BUILT_INS\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file