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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-21 13:11:28 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-04-21 13:24:29 +0300
commitac2dc10bda2a1c2fb3c9e5157b5c8859debf92a7 (patch)
treec294e5bc45910b0f1168b6ff5728b6b1f9b031c8 /js/highlight/node-repl.js.map
parent9239ee771284877769d2d70983af04a502309771 (diff)
Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v1.0.0...v2.1.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/node-repl.js.map')
-rw-r--r--js/highlight/node-repl.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/node-repl.js.map b/js/highlight/node-repl.js.map
index 64011daed..a1c28ba4a 100644
--- a/js/highlight/node-repl.js.map
+++ b/js/highlight/node-repl.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/node-repl.js"],"names":["module","exports","hljs","name","contains","className","starts","end","subLanguage","variants","begin"],"mappings":"oGAoCAA,EAAOC,QA5BP,SAAkBC,GAChB,MAAO,CACLC,KAAM,YACNC,SAAU,CACR,CACEC,UAAW,OACXC,OAAQ,CAGNC,IAAK,MACLD,OAAQ,CACNC,IAAK,IACLC,YAAa,eAGjBC,SAAU,CACR,CACEC,MAAO,eAET,CACEA,MAAO","file":"highlight/node-repl.js?v=f77fee133ad0ca113bf8","sourcesContent":["/*\nLanguage: Node REPL\nRequires: javascript.js\nAuthor: Marat Nagayev <nagaevmt@yandex.ru>\nCategory: scripting\n*/\n\n/** @type LanguageFn */\nfunction nodeRepl(hljs) {\n return {\n name: 'Node REPL',\n contains: [\n {\n className: 'meta',\n starts: {\n // a space separates the REPL prefix from the actual code\n // this is purely for cleaner HTML output\n end: / |$/,\n starts: {\n end: '$',\n subLanguage: 'javascript'\n }\n },\n variants: [\n {\n begin: /^>(?=[ ]|$)/\n },\n {\n begin: /^\\.\\.\\.(?=[ ]|$)/\n }\n ]\n }\n ]\n };\n}\n\nmodule.exports = nodeRepl;\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/node-repl.js"],"names":["module","exports","hljs","name","contains","className","starts","end","subLanguage","variants","begin"],"mappings":"oGAoCAA,EAAOC,QA5BP,SAAkBC,GAChB,MAAO,CACLC,KAAM,YACNC,SAAU,CACR,CACEC,UAAW,OACXC,OAAQ,CAGNC,IAAK,MACLD,OAAQ,CACNC,IAAK,IACLC,YAAa,eAGjBC,SAAU,CACR,CACEC,MAAO,eAET,CACEA,MAAO","file":"highlight/node-repl.js?v=a6b1b1b3e5daf4282ea7","sourcesContent":["/*\nLanguage: Node REPL\nRequires: javascript.js\nAuthor: Marat Nagayev <nagaevmt@yandex.ru>\nCategory: scripting\n*/\n\n/** @type LanguageFn */\nfunction nodeRepl(hljs) {\n return {\n name: 'Node REPL',\n contains: [\n {\n className: 'meta',\n starts: {\n // a space separates the REPL prefix from the actual code\n // this is purely for cleaner HTML output\n end: / |$/,\n starts: {\n end: '$',\n subLanguage: 'javascript'\n }\n },\n variants: [\n {\n begin: /^>(?=[ ]|$)/\n },\n {\n begin: /^\\.\\.\\.(?=[ ]|$)/\n }\n ]\n }\n ]\n };\n}\n\nmodule.exports = nodeRepl;\n"],"sourceRoot":""} \ No newline at end of file