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>2020-12-12 05:43:00 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2020-12-14 10:41:39 +0300
commitcb6650aca435e7ff096c444cd10fc913a37ab760 (patch)
tree9cde0b4d4d613cf2c252cbc5238f2600b94a70c6 /js/highlight/tap.js.map
parent5c0dcf72e4fe1332d99feedcf3a39aba06d6d228 (diff)
Bump core-js from 3.6.5 to 3.8.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.8.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.5...v3.8.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/tap.js.map')
-rw-r--r--js/highlight/tap.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/tap.js.map b/js/highlight/tap.js.map
index e973b9cc4..a92ea2511 100644
--- a/js/highlight/tap.js.map
+++ b/js/highlight/tap.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/tap.js"],"names":["module","exports","hljs","case_insensitive","contains","HASH_COMMENT_MODE","className","variants","begin","end","subLanguage","relevance"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,kBAAkB,EAClBC,SAAU,CACRF,EAAKG,kBAEL,CACEC,UAAW,OACXC,SAAU,CACR,CAAEC,MAAO,wBACT,CAAEA,MAAO,qBAIb,CACEA,MAAO,YAAcC,IAAK,aAC1BC,YAAa,OACbC,UAAW,GAGb,CACEL,UAAW,SACXE,MAAO,YAGT,CACEF,UAAW,SACXC,SAAU,CACR,CAAEC,MAAO,OACT,CAAEA,MAAO","file":"highlight/tap.js?v=c48b85f9ac0f747e25dc","sourcesContent":["module.exports = function(hljs) {\n return {\n case_insensitive: true,\n contains: [\n hljs.HASH_COMMENT_MODE,\n // version of format and total amount of testcases\n {\n className: 'meta',\n variants: [\n { begin: '^TAP version (\\\\d+)$' },\n { begin: '^1\\\\.\\\\.(\\\\d+)$' }\n ],\n },\n // YAML block\n {\n begin: '(\\s+)?---$', end: '\\\\.\\\\.\\\\.$',\n subLanguage: 'yaml',\n relevance: 0\n },\n\t // testcase number\n {\n className: 'number',\n begin: ' (\\\\d+) '\n },\n\t // testcase status and description\n {\n className: 'symbol',\n variants: [\n { begin: '^ok' },\n { begin: '^not ok' }\n ],\n },\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/tap.js"],"names":["module","exports","hljs","case_insensitive","contains","HASH_COMMENT_MODE","className","variants","begin","end","subLanguage","relevance"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,kBAAkB,EAClBC,SAAU,CACRF,EAAKG,kBAEL,CACEC,UAAW,OACXC,SAAU,CACR,CAAEC,MAAO,wBACT,CAAEA,MAAO,qBAIb,CACEA,MAAO,YAAcC,IAAK,aAC1BC,YAAa,OACbC,UAAW,GAGb,CACEL,UAAW,SACXE,MAAO,YAGT,CACEF,UAAW,SACXC,SAAU,CACR,CAAEC,MAAO,OACT,CAAEA,MAAO","file":"highlight/tap.js?v=19ef180a7a0f01472387","sourcesContent":["module.exports = function(hljs) {\n return {\n case_insensitive: true,\n contains: [\n hljs.HASH_COMMENT_MODE,\n // version of format and total amount of testcases\n {\n className: 'meta',\n variants: [\n { begin: '^TAP version (\\\\d+)$' },\n { begin: '^1\\\\.\\\\.(\\\\d+)$' }\n ],\n },\n // YAML block\n {\n begin: '(\\s+)?---$', end: '\\\\.\\\\.\\\\.$',\n subLanguage: 'yaml',\n relevance: 0\n },\n\t // testcase number\n {\n className: 'number',\n begin: ' (\\\\d+) '\n },\n\t // testcase status and description\n {\n className: 'symbol',\n variants: [\n { begin: '^ok' },\n { begin: '^not ok' }\n ],\n },\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file