Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-24 22:50:02 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commitbbe4279120c94791b70d97f235c73d972fd67354 (patch)
treea098e008fc4b906180a4b5ca03a6203ba7a946d5 /node_modules/ajv/lib/dot/_limitLength.jst
parent764103ceff2ec2e80f396b5a071660fd7425be15 (diff)
reset and update all deps
Diffstat (limited to 'node_modules/ajv/lib/dot/_limitLength.jst')
-rw-r--r--node_modules/ajv/lib/dot/_limitLength.jst10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/ajv/lib/dot/_limitLength.jst b/node_modules/ajv/lib/dot/_limitLength.jst
deleted file mode 100644
index cfc8dbb01..000000000
--- a/node_modules/ajv/lib/dot/_limitLength.jst
+++ /dev/null
@@ -1,10 +0,0 @@
-{{# def.definitions }}
-{{# def.errors }}
-{{# def.setupKeyword }}
-{{# def.$data }}
-
-{{ var $op = $keyword == 'maxLength' ? '>' : '<'; }}
-if ({{# def.$dataNotType:'number' }} {{# def.strLength }} {{=$op}} {{=$schemaValue}}) {
- {{ var $errorKeyword = $keyword; }}
- {{# def.error:'_limitLength' }}
-} {{? $breakOnError }} else { {{?}}