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-01-05 12:33:00 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-01-05 14:49:28 +0300
commit0ad8bc9bbfb81d74be008ad6ffefe737030ca052 (patch)
treeb2d805cbd2ea061ff75de13ac46921ba99b51406 /js/highlight/erb.js.map
parent2dc58270896d6fc06fa189306a425e62994864cf (diff)
Bump axios from 0.21.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1) 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/erb.js.map')
-rw-r--r--js/highlight/erb.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/erb.js.map b/js/highlight/erb.js.map
index 78777f983..b4ea3335b 100644
--- a/js/highlight/erb.js.map
+++ b/js/highlight/erb.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/erb.js"],"names":["module","exports","hljs","name","subLanguage","contains","COMMENT","begin","end","excludeBegin","excludeEnd"],"mappings":"mGA4BAA,EAAOC,QAjBP,SAAaC,GACX,MAAO,CACLC,KAAM,MACNC,YAAa,MACbC,SAAU,CACRH,EAAKI,QAAQ,MAAO,MACpB,CACEC,MAAO,WACPC,IAAK,UACLJ,YAAa,OACbK,cAAc,EACdC,YAAY","file":"highlight/erb.js?v=12a2cd32c1339551d571","sourcesContent":["/*\nLanguage: ERB (Embedded Ruby)\nRequires: xml.js, ruby.js\nAuthor: Lucas Mazza <lucastmazza@gmail.com>\nContributors: Kassio Borges <kassioborgesm@gmail.com>\nDescription: \"Bridge\" language defining fragments of Ruby in HTML within <% .. %>\nWebsite: https://ruby-doc.org/stdlib-2.6.5/libdoc/erb/rdoc/ERB.html\nCategory: template\n*/\n\n/** @type LanguageFn */\nfunction erb(hljs) {\n return {\n name: 'ERB',\n subLanguage: 'xml',\n contains: [\n hljs.COMMENT('<%#', '%>'),\n {\n begin: '<%[%=-]?',\n end: '[%-]?%>',\n subLanguage: 'ruby',\n excludeBegin: true,\n excludeEnd: true\n }\n ]\n };\n}\n\nmodule.exports = erb;\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/erb.js"],"names":["module","exports","hljs","name","subLanguage","contains","COMMENT","begin","end","excludeBegin","excludeEnd"],"mappings":"mGA4BAA,EAAOC,QAjBP,SAAaC,GACX,MAAO,CACLC,KAAM,MACNC,YAAa,MACbC,SAAU,CACRH,EAAKI,QAAQ,MAAO,MACpB,CACEC,MAAO,WACPC,IAAK,UACLJ,YAAa,OACbK,cAAc,EACdC,YAAY","file":"highlight/erb.js?v=8ec126e8b05fd2477976","sourcesContent":["/*\nLanguage: ERB (Embedded Ruby)\nRequires: xml.js, ruby.js\nAuthor: Lucas Mazza <lucastmazza@gmail.com>\nContributors: Kassio Borges <kassioborgesm@gmail.com>\nDescription: \"Bridge\" language defining fragments of Ruby in HTML within <% .. %>\nWebsite: https://ruby-doc.org/stdlib-2.6.5/libdoc/erb/rdoc/ERB.html\nCategory: template\n*/\n\n/** @type LanguageFn */\nfunction erb(hljs) {\n return {\n name: 'ERB',\n subLanguage: 'xml',\n contains: [\n hljs.COMMENT('<%#', '%>'),\n {\n begin: '<%[%=-]?',\n end: '[%-]?%>',\n subLanguage: 'ruby',\n excludeBegin: true,\n excludeEnd: true\n }\n ]\n };\n}\n\nmodule.exports = erb;\n"],"sourceRoot":""} \ No newline at end of file