summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/ajv/lib/dot/_limitLength.jst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/ajv/lib/dot/_limitLength.jst')
-rw-r--r--deps/node/deps/npm/node_modules/ajv/lib/dot/_limitLength.jst10
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/node/deps/npm/node_modules/ajv/lib/dot/_limitLength.jst b/deps/node/deps/npm/node_modules/ajv/lib/dot/_limitLength.jst
deleted file mode 100644
index cfc8dbb0..00000000
--- a/deps/node/deps/npm/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 { {{?}}