@alexlit/lint-kit 117.3.1 → 117.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/package.json +1 -1
  2. package/packages/config-eslint/package.json +7 -11
  3. package/packages/config-eslint/plugins/no-await-in-promise.js +1 -1
  4. package/packages/config-eslint/utils/create-config.js +3 -3
  5. package/packages/config-hooks/package.json +2 -2
  6. package/scripts/.config.sh +1 -1
  7. package/packages/config-eslint/node_modules/@eslint/eslintrc/LICENSE +0 -19
  8. package/packages/config-eslint/node_modules/@eslint/eslintrc/README.md +0 -126
  9. package/packages/config-eslint/node_modules/@eslint/eslintrc/conf/config-schema.js +0 -79
  10. package/packages/config-eslint/node_modules/@eslint/eslintrc/conf/environments.js +0 -215
  11. package/packages/config-eslint/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs +0 -1143
  12. package/packages/config-eslint/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map +0 -1
  13. package/packages/config-eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +0 -4371
  14. package/packages/config-eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +0 -1
  15. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js +0 -532
  16. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/config-array/config-array.js +0 -510
  17. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js +0 -124
  18. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js +0 -145
  19. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js +0 -238
  20. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/config-array/index.js +0 -19
  21. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js +0 -225
  22. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/config-array-factory.js +0 -1155
  23. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/flat-compat.js +0 -318
  24. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/index-universal.js +0 -29
  25. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/index.js +0 -58
  26. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/shared/ajv.js +0 -191
  27. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/shared/config-ops.js +0 -135
  28. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/shared/config-validator.js +0 -370
  29. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js +0 -63
  30. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/shared/naming.js +0 -96
  31. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js +0 -42
  32. package/packages/config-eslint/node_modules/@eslint/eslintrc/lib/shared/types.js +0 -149
  33. package/packages/config-eslint/node_modules/@eslint/eslintrc/package.json +0 -82
  34. package/packages/config-eslint/node_modules/@eslint/eslintrc/universal.js +0 -9
  35. package/packages/config-eslint/node_modules/ajv/.tonic_example.js +0 -20
  36. package/packages/config-eslint/node_modules/ajv/LICENSE +0 -22
  37. package/packages/config-eslint/node_modules/ajv/README.md +0 -1497
  38. package/packages/config-eslint/node_modules/ajv/dist/ajv.bundle.js +0 -7189
  39. package/packages/config-eslint/node_modules/ajv/dist/ajv.min.js +0 -3
  40. package/packages/config-eslint/node_modules/ajv/dist/ajv.min.js.map +0 -1
  41. package/packages/config-eslint/node_modules/ajv/lib/ajv.d.ts +0 -397
  42. package/packages/config-eslint/node_modules/ajv/lib/ajv.js +0 -506
  43. package/packages/config-eslint/node_modules/ajv/lib/cache.js +0 -26
  44. package/packages/config-eslint/node_modules/ajv/lib/compile/async.js +0 -90
  45. package/packages/config-eslint/node_modules/ajv/lib/compile/equal.js +0 -5
  46. package/packages/config-eslint/node_modules/ajv/lib/compile/error_classes.js +0 -34
  47. package/packages/config-eslint/node_modules/ajv/lib/compile/formats.js +0 -142
  48. package/packages/config-eslint/node_modules/ajv/lib/compile/index.js +0 -387
  49. package/packages/config-eslint/node_modules/ajv/lib/compile/resolve.js +0 -270
  50. package/packages/config-eslint/node_modules/ajv/lib/compile/rules.js +0 -66
  51. package/packages/config-eslint/node_modules/ajv/lib/compile/schema_obj.js +0 -9
  52. package/packages/config-eslint/node_modules/ajv/lib/compile/ucs2length.js +0 -20
  53. package/packages/config-eslint/node_modules/ajv/lib/compile/util.js +0 -239
  54. package/packages/config-eslint/node_modules/ajv/lib/data.js +0 -49
  55. package/packages/config-eslint/node_modules/ajv/lib/definition_schema.js +0 -37
  56. package/packages/config-eslint/node_modules/ajv/lib/dot/_limit.jst +0 -113
  57. package/packages/config-eslint/node_modules/ajv/lib/dot/_limitItems.jst +0 -12
  58. package/packages/config-eslint/node_modules/ajv/lib/dot/_limitLength.jst +0 -12
  59. package/packages/config-eslint/node_modules/ajv/lib/dot/_limitProperties.jst +0 -12
  60. package/packages/config-eslint/node_modules/ajv/lib/dot/allOf.jst +0 -32
  61. package/packages/config-eslint/node_modules/ajv/lib/dot/anyOf.jst +0 -46
  62. package/packages/config-eslint/node_modules/ajv/lib/dot/coerce.def +0 -51
  63. package/packages/config-eslint/node_modules/ajv/lib/dot/comment.jst +0 -9
  64. package/packages/config-eslint/node_modules/ajv/lib/dot/const.jst +0 -11
  65. package/packages/config-eslint/node_modules/ajv/lib/dot/contains.jst +0 -55
  66. package/packages/config-eslint/node_modules/ajv/lib/dot/custom.jst +0 -191
  67. package/packages/config-eslint/node_modules/ajv/lib/dot/defaults.def +0 -47
  68. package/packages/config-eslint/node_modules/ajv/lib/dot/definitions.def +0 -203
  69. package/packages/config-eslint/node_modules/ajv/lib/dot/dependencies.jst +0 -79
  70. package/packages/config-eslint/node_modules/ajv/lib/dot/enum.jst +0 -30
  71. package/packages/config-eslint/node_modules/ajv/lib/dot/errors.def +0 -194
  72. package/packages/config-eslint/node_modules/ajv/lib/dot/format.jst +0 -106
  73. package/packages/config-eslint/node_modules/ajv/lib/dot/if.jst +0 -73
  74. package/packages/config-eslint/node_modules/ajv/lib/dot/items.jst +0 -98
  75. package/packages/config-eslint/node_modules/ajv/lib/dot/missing.def +0 -39
  76. package/packages/config-eslint/node_modules/ajv/lib/dot/multipleOf.jst +0 -22
  77. package/packages/config-eslint/node_modules/ajv/lib/dot/not.jst +0 -43
  78. package/packages/config-eslint/node_modules/ajv/lib/dot/oneOf.jst +0 -54
  79. package/packages/config-eslint/node_modules/ajv/lib/dot/pattern.jst +0 -14
  80. package/packages/config-eslint/node_modules/ajv/lib/dot/properties.jst +0 -245
  81. package/packages/config-eslint/node_modules/ajv/lib/dot/propertyNames.jst +0 -52
  82. package/packages/config-eslint/node_modules/ajv/lib/dot/ref.jst +0 -85
  83. package/packages/config-eslint/node_modules/ajv/lib/dot/required.jst +0 -108
  84. package/packages/config-eslint/node_modules/ajv/lib/dot/uniqueItems.jst +0 -62
  85. package/packages/config-eslint/node_modules/ajv/lib/dot/validate.jst +0 -276
  86. package/packages/config-eslint/node_modules/ajv/lib/dotjs/README.md +0 -3
  87. package/packages/config-eslint/node_modules/ajv/lib/dotjs/_limit.js +0 -163
  88. package/packages/config-eslint/node_modules/ajv/lib/dotjs/_limitItems.js +0 -80
  89. package/packages/config-eslint/node_modules/ajv/lib/dotjs/_limitLength.js +0 -85
  90. package/packages/config-eslint/node_modules/ajv/lib/dotjs/_limitProperties.js +0 -80
  91. package/packages/config-eslint/node_modules/ajv/lib/dotjs/allOf.js +0 -42
  92. package/packages/config-eslint/node_modules/ajv/lib/dotjs/anyOf.js +0 -73
  93. package/packages/config-eslint/node_modules/ajv/lib/dotjs/comment.js +0 -14
  94. package/packages/config-eslint/node_modules/ajv/lib/dotjs/const.js +0 -56
  95. package/packages/config-eslint/node_modules/ajv/lib/dotjs/contains.js +0 -81
  96. package/packages/config-eslint/node_modules/ajv/lib/dotjs/custom.js +0 -228
  97. package/packages/config-eslint/node_modules/ajv/lib/dotjs/dependencies.js +0 -168
  98. package/packages/config-eslint/node_modules/ajv/lib/dotjs/enum.js +0 -66
  99. package/packages/config-eslint/node_modules/ajv/lib/dotjs/format.js +0 -150
  100. package/packages/config-eslint/node_modules/ajv/lib/dotjs/if.js +0 -103
  101. package/packages/config-eslint/node_modules/ajv/lib/dotjs/index.js +0 -33
  102. package/packages/config-eslint/node_modules/ajv/lib/dotjs/items.js +0 -140
  103. package/packages/config-eslint/node_modules/ajv/lib/dotjs/multipleOf.js +0 -80
  104. package/packages/config-eslint/node_modules/ajv/lib/dotjs/not.js +0 -84
  105. package/packages/config-eslint/node_modules/ajv/lib/dotjs/oneOf.js +0 -73
  106. package/packages/config-eslint/node_modules/ajv/lib/dotjs/pattern.js +0 -75
  107. package/packages/config-eslint/node_modules/ajv/lib/dotjs/properties.js +0 -335
  108. package/packages/config-eslint/node_modules/ajv/lib/dotjs/propertyNames.js +0 -81
  109. package/packages/config-eslint/node_modules/ajv/lib/dotjs/ref.js +0 -124
  110. package/packages/config-eslint/node_modules/ajv/lib/dotjs/required.js +0 -270
  111. package/packages/config-eslint/node_modules/ajv/lib/dotjs/uniqueItems.js +0 -86
  112. package/packages/config-eslint/node_modules/ajv/lib/dotjs/validate.js +0 -482
  113. package/packages/config-eslint/node_modules/ajv/lib/keyword.js +0 -146
  114. package/packages/config-eslint/node_modules/ajv/lib/refs/data.json +0 -17
  115. package/packages/config-eslint/node_modules/ajv/lib/refs/json-schema-draft-04.json +0 -149
  116. package/packages/config-eslint/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -154
  117. package/packages/config-eslint/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -168
  118. package/packages/config-eslint/node_modules/ajv/lib/refs/json-schema-secure.json +0 -94
  119. package/packages/config-eslint/node_modules/ajv/package.json +0 -106
  120. package/packages/config-eslint/node_modules/ajv/scripts/.eslintrc.yml +0 -3
  121. package/packages/config-eslint/node_modules/ajv/scripts/bundle.js +0 -61
  122. package/packages/config-eslint/node_modules/ajv/scripts/compile-dots.js +0 -73
  123. package/packages/config-eslint/node_modules/ajv/scripts/info +0 -10
  124. package/packages/config-eslint/node_modules/ajv/scripts/prepare-tests +0 -12
  125. package/packages/config-eslint/node_modules/ajv/scripts/publish-built-version +0 -32
  126. package/packages/config-eslint/node_modules/ajv/scripts/travis-gh-pages +0 -23
  127. package/packages/config-eslint/node_modules/eslint-visitor-keys/LICENSE +0 -201
  128. package/packages/config-eslint/node_modules/eslint-visitor-keys/README.md +0 -105
  129. package/packages/config-eslint/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +0 -384
  130. package/packages/config-eslint/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts +0 -27
  131. package/packages/config-eslint/node_modules/eslint-visitor-keys/dist/index.d.ts +0 -16
  132. package/packages/config-eslint/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts +0 -12
  133. package/packages/config-eslint/node_modules/eslint-visitor-keys/lib/index.js +0 -65
  134. package/packages/config-eslint/node_modules/eslint-visitor-keys/lib/visitor-keys.js +0 -315
  135. package/packages/config-eslint/node_modules/eslint-visitor-keys/package.json +0 -74
  136. package/packages/config-eslint/node_modules/espree/LICENSE +0 -25
  137. package/packages/config-eslint/node_modules/espree/README.md +0 -244
  138. package/packages/config-eslint/node_modules/espree/dist/espree.cjs +0 -883
  139. package/packages/config-eslint/node_modules/espree/espree.js +0 -177
  140. package/packages/config-eslint/node_modules/espree/lib/espree.js +0 -349
  141. package/packages/config-eslint/node_modules/espree/lib/features.js +0 -27
  142. package/packages/config-eslint/node_modules/espree/lib/options.js +0 -123
  143. package/packages/config-eslint/node_modules/espree/lib/token-translator.js +0 -263
  144. package/packages/config-eslint/node_modules/espree/lib/version.js +0 -3
  145. package/packages/config-eslint/node_modules/espree/package.json +0 -86
  146. package/packages/config-eslint/node_modules/globals/globals.json +0 -1998
  147. package/packages/config-eslint/node_modules/globals/index.d.ts +0 -2077
  148. package/packages/config-eslint/node_modules/globals/index.js +0 -2
  149. package/packages/config-eslint/node_modules/globals/license +0 -9
  150. package/packages/config-eslint/node_modules/globals/package.json +0 -58
  151. package/packages/config-eslint/node_modules/globals/readme.md +0 -44
  152. package/packages/config-eslint/node_modules/json-schema-traverse/.eslintrc.yml +0 -27
  153. package/packages/config-eslint/node_modules/json-schema-traverse/.travis.yml +0 -8
  154. package/packages/config-eslint/node_modules/json-schema-traverse/LICENSE +0 -21
  155. package/packages/config-eslint/node_modules/json-schema-traverse/README.md +0 -83
  156. package/packages/config-eslint/node_modules/json-schema-traverse/index.js +0 -89
  157. package/packages/config-eslint/node_modules/json-schema-traverse/package.json +0 -43
  158. package/packages/config-eslint/node_modules/json-schema-traverse/spec/.eslintrc.yml +0 -6
  159. package/packages/config-eslint/node_modules/json-schema-traverse/spec/fixtures/schema.js +0 -125
  160. package/packages/config-eslint/node_modules/json-schema-traverse/spec/index.spec.js +0 -171
@@ -1,482 +0,0 @@
1
- 'use strict';
2
- module.exports = function generate_validate(it, $keyword, $ruleType) {
3
- var out = '';
4
- var $async = it.schema.$async === true,
5
- $refKeywords = it.util.schemaHasRulesExcept(it.schema, it.RULES.all, '$ref'),
6
- $id = it.self._getId(it.schema);
7
- if (it.opts.strictKeywords) {
8
- var $unknownKwd = it.util.schemaUnknownRules(it.schema, it.RULES.keywords);
9
- if ($unknownKwd) {
10
- var $keywordsMsg = 'unknown keyword: ' + $unknownKwd;
11
- if (it.opts.strictKeywords === 'log') it.logger.warn($keywordsMsg);
12
- else throw new Error($keywordsMsg);
13
- }
14
- }
15
- if (it.isTop) {
16
- out += ' var validate = ';
17
- if ($async) {
18
- it.async = true;
19
- out += 'async ';
20
- }
21
- out += 'function(data, dataPath, parentData, parentDataProperty, rootData) { \'use strict\'; ';
22
- if ($id && (it.opts.sourceCode || it.opts.processCode)) {
23
- out += ' ' + ('/\*# sourceURL=' + $id + ' */') + ' ';
24
- }
25
- }
26
- if (typeof it.schema == 'boolean' || !($refKeywords || it.schema.$ref)) {
27
- var $keyword = 'false schema';
28
- var $lvl = it.level;
29
- var $dataLvl = it.dataLevel;
30
- var $schema = it.schema[$keyword];
31
- var $schemaPath = it.schemaPath + it.util.getProperty($keyword);
32
- var $errSchemaPath = it.errSchemaPath + '/' + $keyword;
33
- var $breakOnError = !it.opts.allErrors;
34
- var $errorKeyword;
35
- var $data = 'data' + ($dataLvl || '');
36
- var $valid = 'valid' + $lvl;
37
- if (it.schema === false) {
38
- if (it.isTop) {
39
- $breakOnError = true;
40
- } else {
41
- out += ' var ' + ($valid) + ' = false; ';
42
- }
43
- var $$outStack = $$outStack || [];
44
- $$outStack.push(out);
45
- out = ''; /* istanbul ignore else */
46
- if (it.createErrors !== false) {
47
- out += ' { keyword: \'' + ($errorKeyword || 'false schema') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} ';
48
- if (it.opts.messages !== false) {
49
- out += ' , message: \'boolean schema is false\' ';
50
- }
51
- if (it.opts.verbose) {
52
- out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' ';
53
- }
54
- out += ' } ';
55
- } else {
56
- out += ' {} ';
57
- }
58
- var __err = out;
59
- out = $$outStack.pop();
60
- if (!it.compositeRule && $breakOnError) {
61
- /* istanbul ignore if */
62
- if (it.async) {
63
- out += ' throw new ValidationError([' + (__err) + ']); ';
64
- } else {
65
- out += ' validate.errors = [' + (__err) + ']; return false; ';
66
- }
67
- } else {
68
- out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ';
69
- }
70
- } else {
71
- if (it.isTop) {
72
- if ($async) {
73
- out += ' return data; ';
74
- } else {
75
- out += ' validate.errors = null; return true; ';
76
- }
77
- } else {
78
- out += ' var ' + ($valid) + ' = true; ';
79
- }
80
- }
81
- if (it.isTop) {
82
- out += ' }; return validate; ';
83
- }
84
- return out;
85
- }
86
- if (it.isTop) {
87
- var $top = it.isTop,
88
- $lvl = it.level = 0,
89
- $dataLvl = it.dataLevel = 0,
90
- $data = 'data';
91
- it.rootId = it.resolve.fullPath(it.self._getId(it.root.schema));
92
- it.baseId = it.baseId || it.rootId;
93
- delete it.isTop;
94
- it.dataPathArr = [""];
95
- if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) {
96
- var $defaultMsg = 'default is ignored in the schema root';
97
- if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg);
98
- else throw new Error($defaultMsg);
99
- }
100
- out += ' var vErrors = null; ';
101
- out += ' var errors = 0; ';
102
- out += ' if (rootData === undefined) rootData = data; ';
103
- } else {
104
- var $lvl = it.level,
105
- $dataLvl = it.dataLevel,
106
- $data = 'data' + ($dataLvl || '');
107
- if ($id) it.baseId = it.resolve.url(it.baseId, $id);
108
- if ($async && !it.async) throw new Error('async schema in sync schema');
109
- out += ' var errs_' + ($lvl) + ' = errors;';
110
- }
111
- var $valid = 'valid' + $lvl,
112
- $breakOnError = !it.opts.allErrors,
113
- $closingBraces1 = '',
114
- $closingBraces2 = '';
115
- var $errorKeyword;
116
- var $typeSchema = it.schema.type,
117
- $typeIsArray = Array.isArray($typeSchema);
118
- if ($typeSchema && it.opts.nullable && it.schema.nullable === true) {
119
- if ($typeIsArray) {
120
- if ($typeSchema.indexOf('null') == -1) $typeSchema = $typeSchema.concat('null');
121
- } else if ($typeSchema != 'null') {
122
- $typeSchema = [$typeSchema, 'null'];
123
- $typeIsArray = true;
124
- }
125
- }
126
- if ($typeIsArray && $typeSchema.length == 1) {
127
- $typeSchema = $typeSchema[0];
128
- $typeIsArray = false;
129
- }
130
- if (it.schema.$ref && $refKeywords) {
131
- if (it.opts.extendRefs == 'fail') {
132
- throw new Error('$ref: validation keywords used in schema at path "' + it.errSchemaPath + '" (see option extendRefs)');
133
- } else if (it.opts.extendRefs !== true) {
134
- $refKeywords = false;
135
- it.logger.warn('$ref: keywords ignored in schema at path "' + it.errSchemaPath + '"');
136
- }
137
- }
138
- if (it.schema.$comment && it.opts.$comment) {
139
- out += ' ' + (it.RULES.all.$comment.code(it, '$comment'));
140
- }
141
- if ($typeSchema) {
142
- if (it.opts.coerceTypes) {
143
- var $coerceToTypes = it.util.coerceToTypes(it.opts.coerceTypes, $typeSchema);
144
- }
145
- var $rulesGroup = it.RULES.types[$typeSchema];
146
- if ($coerceToTypes || $typeIsArray || $rulesGroup === true || ($rulesGroup && !$shouldUseGroup($rulesGroup))) {
147
- var $schemaPath = it.schemaPath + '.type',
148
- $errSchemaPath = it.errSchemaPath + '/type';
149
- var $schemaPath = it.schemaPath + '.type',
150
- $errSchemaPath = it.errSchemaPath + '/type',
151
- $method = $typeIsArray ? 'checkDataTypes' : 'checkDataType';
152
- out += ' if (' + (it.util[$method]($typeSchema, $data, it.opts.strictNumbers, true)) + ') { ';
153
- if ($coerceToTypes) {
154
- var $dataType = 'dataType' + $lvl,
155
- $coerced = 'coerced' + $lvl;
156
- out += ' var ' + ($dataType) + ' = typeof ' + ($data) + '; var ' + ($coerced) + ' = undefined; ';
157
- if (it.opts.coerceTypes == 'array') {
158
- out += ' if (' + ($dataType) + ' == \'object\' && Array.isArray(' + ($data) + ') && ' + ($data) + '.length == 1) { ' + ($data) + ' = ' + ($data) + '[0]; ' + ($dataType) + ' = typeof ' + ($data) + '; if (' + (it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)) + ') ' + ($coerced) + ' = ' + ($data) + '; } ';
159
- }
160
- out += ' if (' + ($coerced) + ' !== undefined) ; ';
161
- var arr1 = $coerceToTypes;
162
- if (arr1) {
163
- var $type, $i = -1,
164
- l1 = arr1.length - 1;
165
- while ($i < l1) {
166
- $type = arr1[$i += 1];
167
- if ($type == 'string') {
168
- out += ' else if (' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\') ' + ($coerced) + ' = \'\' + ' + ($data) + '; else if (' + ($data) + ' === null) ' + ($coerced) + ' = \'\'; ';
169
- } else if ($type == 'number' || $type == 'integer') {
170
- out += ' else if (' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' === null || (' + ($dataType) + ' == \'string\' && ' + ($data) + ' && ' + ($data) + ' == +' + ($data) + ' ';
171
- if ($type == 'integer') {
172
- out += ' && !(' + ($data) + ' % 1)';
173
- }
174
- out += ')) ' + ($coerced) + ' = +' + ($data) + '; ';
175
- } else if ($type == 'boolean') {
176
- out += ' else if (' + ($data) + ' === \'false\' || ' + ($data) + ' === 0 || ' + ($data) + ' === null) ' + ($coerced) + ' = false; else if (' + ($data) + ' === \'true\' || ' + ($data) + ' === 1) ' + ($coerced) + ' = true; ';
177
- } else if ($type == 'null') {
178
- out += ' else if (' + ($data) + ' === \'\' || ' + ($data) + ' === 0 || ' + ($data) + ' === false) ' + ($coerced) + ' = null; ';
179
- } else if (it.opts.coerceTypes == 'array' && $type == 'array') {
180
- out += ' else if (' + ($dataType) + ' == \'string\' || ' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' == null) ' + ($coerced) + ' = [' + ($data) + ']; ';
181
- }
182
- }
183
- }
184
- out += ' else { ';
185
- var $$outStack = $$outStack || [];
186
- $$outStack.push(out);
187
- out = ''; /* istanbul ignore else */
188
- if (it.createErrors !== false) {
189
- out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \'';
190
- if ($typeIsArray) {
191
- out += '' + ($typeSchema.join(","));
192
- } else {
193
- out += '' + ($typeSchema);
194
- }
195
- out += '\' } ';
196
- if (it.opts.messages !== false) {
197
- out += ' , message: \'should be ';
198
- if ($typeIsArray) {
199
- out += '' + ($typeSchema.join(","));
200
- } else {
201
- out += '' + ($typeSchema);
202
- }
203
- out += '\' ';
204
- }
205
- if (it.opts.verbose) {
206
- out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' ';
207
- }
208
- out += ' } ';
209
- } else {
210
- out += ' {} ';
211
- }
212
- var __err = out;
213
- out = $$outStack.pop();
214
- if (!it.compositeRule && $breakOnError) {
215
- /* istanbul ignore if */
216
- if (it.async) {
217
- out += ' throw new ValidationError([' + (__err) + ']); ';
218
- } else {
219
- out += ' validate.errors = [' + (__err) + ']; return false; ';
220
- }
221
- } else {
222
- out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ';
223
- }
224
- out += ' } if (' + ($coerced) + ' !== undefined) { ';
225
- var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData',
226
- $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty';
227
- out += ' ' + ($data) + ' = ' + ($coerced) + '; ';
228
- if (!$dataLvl) {
229
- out += 'if (' + ($parentData) + ' !== undefined)';
230
- }
231
- out += ' ' + ($parentData) + '[' + ($parentDataProperty) + '] = ' + ($coerced) + '; } ';
232
- } else {
233
- var $$outStack = $$outStack || [];
234
- $$outStack.push(out);
235
- out = ''; /* istanbul ignore else */
236
- if (it.createErrors !== false) {
237
- out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \'';
238
- if ($typeIsArray) {
239
- out += '' + ($typeSchema.join(","));
240
- } else {
241
- out += '' + ($typeSchema);
242
- }
243
- out += '\' } ';
244
- if (it.opts.messages !== false) {
245
- out += ' , message: \'should be ';
246
- if ($typeIsArray) {
247
- out += '' + ($typeSchema.join(","));
248
- } else {
249
- out += '' + ($typeSchema);
250
- }
251
- out += '\' ';
252
- }
253
- if (it.opts.verbose) {
254
- out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' ';
255
- }
256
- out += ' } ';
257
- } else {
258
- out += ' {} ';
259
- }
260
- var __err = out;
261
- out = $$outStack.pop();
262
- if (!it.compositeRule && $breakOnError) {
263
- /* istanbul ignore if */
264
- if (it.async) {
265
- out += ' throw new ValidationError([' + (__err) + ']); ';
266
- } else {
267
- out += ' validate.errors = [' + (__err) + ']; return false; ';
268
- }
269
- } else {
270
- out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ';
271
- }
272
- }
273
- out += ' } ';
274
- }
275
- }
276
- if (it.schema.$ref && !$refKeywords) {
277
- out += ' ' + (it.RULES.all.$ref.code(it, '$ref')) + ' ';
278
- if ($breakOnError) {
279
- out += ' } if (errors === ';
280
- if ($top) {
281
- out += '0';
282
- } else {
283
- out += 'errs_' + ($lvl);
284
- }
285
- out += ') { ';
286
- $closingBraces2 += '}';
287
- }
288
- } else {
289
- var arr2 = it.RULES;
290
- if (arr2) {
291
- var $rulesGroup, i2 = -1,
292
- l2 = arr2.length - 1;
293
- while (i2 < l2) {
294
- $rulesGroup = arr2[i2 += 1];
295
- if ($shouldUseGroup($rulesGroup)) {
296
- if ($rulesGroup.type) {
297
- out += ' if (' + (it.util.checkDataType($rulesGroup.type, $data, it.opts.strictNumbers)) + ') { ';
298
- }
299
- if (it.opts.useDefaults) {
300
- if ($rulesGroup.type == 'object' && it.schema.properties) {
301
- var $schema = it.schema.properties,
302
- $schemaKeys = Object.keys($schema);
303
- var arr3 = $schemaKeys;
304
- if (arr3) {
305
- var $propertyKey, i3 = -1,
306
- l3 = arr3.length - 1;
307
- while (i3 < l3) {
308
- $propertyKey = arr3[i3 += 1];
309
- var $sch = $schema[$propertyKey];
310
- if ($sch.default !== undefined) {
311
- var $passData = $data + it.util.getProperty($propertyKey);
312
- if (it.compositeRule) {
313
- if (it.opts.strictDefaults) {
314
- var $defaultMsg = 'default is ignored for: ' + $passData;
315
- if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg);
316
- else throw new Error($defaultMsg);
317
- }
318
- } else {
319
- out += ' if (' + ($passData) + ' === undefined ';
320
- if (it.opts.useDefaults == 'empty') {
321
- out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' ';
322
- }
323
- out += ' ) ' + ($passData) + ' = ';
324
- if (it.opts.useDefaults == 'shared') {
325
- out += ' ' + (it.useDefault($sch.default)) + ' ';
326
- } else {
327
- out += ' ' + (JSON.stringify($sch.default)) + ' ';
328
- }
329
- out += '; ';
330
- }
331
- }
332
- }
333
- }
334
- } else if ($rulesGroup.type == 'array' && Array.isArray(it.schema.items)) {
335
- var arr4 = it.schema.items;
336
- if (arr4) {
337
- var $sch, $i = -1,
338
- l4 = arr4.length - 1;
339
- while ($i < l4) {
340
- $sch = arr4[$i += 1];
341
- if ($sch.default !== undefined) {
342
- var $passData = $data + '[' + $i + ']';
343
- if (it.compositeRule) {
344
- if (it.opts.strictDefaults) {
345
- var $defaultMsg = 'default is ignored for: ' + $passData;
346
- if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg);
347
- else throw new Error($defaultMsg);
348
- }
349
- } else {
350
- out += ' if (' + ($passData) + ' === undefined ';
351
- if (it.opts.useDefaults == 'empty') {
352
- out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' ';
353
- }
354
- out += ' ) ' + ($passData) + ' = ';
355
- if (it.opts.useDefaults == 'shared') {
356
- out += ' ' + (it.useDefault($sch.default)) + ' ';
357
- } else {
358
- out += ' ' + (JSON.stringify($sch.default)) + ' ';
359
- }
360
- out += '; ';
361
- }
362
- }
363
- }
364
- }
365
- }
366
- }
367
- var arr5 = $rulesGroup.rules;
368
- if (arr5) {
369
- var $rule, i5 = -1,
370
- l5 = arr5.length - 1;
371
- while (i5 < l5) {
372
- $rule = arr5[i5 += 1];
373
- if ($shouldUseRule($rule)) {
374
- var $code = $rule.code(it, $rule.keyword, $rulesGroup.type);
375
- if ($code) {
376
- out += ' ' + ($code) + ' ';
377
- if ($breakOnError) {
378
- $closingBraces1 += '}';
379
- }
380
- }
381
- }
382
- }
383
- }
384
- if ($breakOnError) {
385
- out += ' ' + ($closingBraces1) + ' ';
386
- $closingBraces1 = '';
387
- }
388
- if ($rulesGroup.type) {
389
- out += ' } ';
390
- if ($typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes) {
391
- out += ' else { ';
392
- var $schemaPath = it.schemaPath + '.type',
393
- $errSchemaPath = it.errSchemaPath + '/type';
394
- var $$outStack = $$outStack || [];
395
- $$outStack.push(out);
396
- out = ''; /* istanbul ignore else */
397
- if (it.createErrors !== false) {
398
- out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \'';
399
- if ($typeIsArray) {
400
- out += '' + ($typeSchema.join(","));
401
- } else {
402
- out += '' + ($typeSchema);
403
- }
404
- out += '\' } ';
405
- if (it.opts.messages !== false) {
406
- out += ' , message: \'should be ';
407
- if ($typeIsArray) {
408
- out += '' + ($typeSchema.join(","));
409
- } else {
410
- out += '' + ($typeSchema);
411
- }
412
- out += '\' ';
413
- }
414
- if (it.opts.verbose) {
415
- out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' ';
416
- }
417
- out += ' } ';
418
- } else {
419
- out += ' {} ';
420
- }
421
- var __err = out;
422
- out = $$outStack.pop();
423
- if (!it.compositeRule && $breakOnError) {
424
- /* istanbul ignore if */
425
- if (it.async) {
426
- out += ' throw new ValidationError([' + (__err) + ']); ';
427
- } else {
428
- out += ' validate.errors = [' + (__err) + ']; return false; ';
429
- }
430
- } else {
431
- out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ';
432
- }
433
- out += ' } ';
434
- }
435
- }
436
- if ($breakOnError) {
437
- out += ' if (errors === ';
438
- if ($top) {
439
- out += '0';
440
- } else {
441
- out += 'errs_' + ($lvl);
442
- }
443
- out += ') { ';
444
- $closingBraces2 += '}';
445
- }
446
- }
447
- }
448
- }
449
- }
450
- if ($breakOnError) {
451
- out += ' ' + ($closingBraces2) + ' ';
452
- }
453
- if ($top) {
454
- if ($async) {
455
- out += ' if (errors === 0) return data; ';
456
- out += ' else throw new ValidationError(vErrors); ';
457
- } else {
458
- out += ' validate.errors = vErrors; ';
459
- out += ' return errors === 0; ';
460
- }
461
- out += ' }; return validate;';
462
- } else {
463
- out += ' var ' + ($valid) + ' = errors === errs_' + ($lvl) + ';';
464
- }
465
-
466
- function $shouldUseGroup($rulesGroup) {
467
- var rules = $rulesGroup.rules;
468
- for (var i = 0; i < rules.length; i++)
469
- if ($shouldUseRule(rules[i])) return true;
470
- }
471
-
472
- function $shouldUseRule($rule) {
473
- return it.schema[$rule.keyword] !== undefined || ($rule.implements && $ruleImplementsSomeKeyword($rule));
474
- }
475
-
476
- function $ruleImplementsSomeKeyword($rule) {
477
- var impl = $rule.implements;
478
- for (var i = 0; i < impl.length; i++)
479
- if (it.schema[impl[i]] !== undefined) return true;
480
- }
481
- return out;
482
- }
@@ -1,146 +0,0 @@
1
- 'use strict';
2
-
3
- var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
4
- var customRuleCode = require('./dotjs/custom');
5
- var definitionSchema = require('./definition_schema');
6
-
7
- module.exports = {
8
- add: addKeyword,
9
- get: getKeyword,
10
- remove: removeKeyword,
11
- validate: validateKeyword
12
- };
13
-
14
-
15
- /**
16
- * Define custom keyword
17
- * @this Ajv
18
- * @param {String} keyword custom keyword, should be unique (including different from all standard, custom and macro keywords).
19
- * @param {Object} definition keyword definition object with properties `type` (type(s) which the keyword applies to), `validate` or `compile`.
20
- * @return {Ajv} this for method chaining
21
- */
22
- function addKeyword(keyword, definition) {
23
- /* jshint validthis: true */
24
- /* eslint no-shadow: 0 */
25
- var RULES = this.RULES;
26
- if (RULES.keywords[keyword])
27
- throw new Error('Keyword ' + keyword + ' is already defined');
28
-
29
- if (!IDENTIFIER.test(keyword))
30
- throw new Error('Keyword ' + keyword + ' is not a valid identifier');
31
-
32
- if (definition) {
33
- this.validateKeyword(definition, true);
34
-
35
- var dataType = definition.type;
36
- if (Array.isArray(dataType)) {
37
- for (var i=0; i<dataType.length; i++)
38
- _addRule(keyword, dataType[i], definition);
39
- } else {
40
- _addRule(keyword, dataType, definition);
41
- }
42
-
43
- var metaSchema = definition.metaSchema;
44
- if (metaSchema) {
45
- if (definition.$data && this._opts.$data) {
46
- metaSchema = {
47
- anyOf: [
48
- metaSchema,
49
- { '$ref': 'https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#' }
50
- ]
51
- };
52
- }
53
- definition.validateSchema = this.compile(metaSchema, true);
54
- }
55
- }
56
-
57
- RULES.keywords[keyword] = RULES.all[keyword] = true;
58
-
59
-
60
- function _addRule(keyword, dataType, definition) {
61
- var ruleGroup;
62
- for (var i=0; i<RULES.length; i++) {
63
- var rg = RULES[i];
64
- if (rg.type == dataType) {
65
- ruleGroup = rg;
66
- break;
67
- }
68
- }
69
-
70
- if (!ruleGroup) {
71
- ruleGroup = { type: dataType, rules: [] };
72
- RULES.push(ruleGroup);
73
- }
74
-
75
- var rule = {
76
- keyword: keyword,
77
- definition: definition,
78
- custom: true,
79
- code: customRuleCode,
80
- implements: definition.implements
81
- };
82
- ruleGroup.rules.push(rule);
83
- RULES.custom[keyword] = rule;
84
- }
85
-
86
- return this;
87
- }
88
-
89
-
90
- /**
91
- * Get keyword
92
- * @this Ajv
93
- * @param {String} keyword pre-defined or custom keyword.
94
- * @return {Object|Boolean} custom keyword definition, `true` if it is a predefined keyword, `false` otherwise.
95
- */
96
- function getKeyword(keyword) {
97
- /* jshint validthis: true */
98
- var rule = this.RULES.custom[keyword];
99
- return rule ? rule.definition : this.RULES.keywords[keyword] || false;
100
- }
101
-
102
-
103
- /**
104
- * Remove keyword
105
- * @this Ajv
106
- * @param {String} keyword pre-defined or custom keyword.
107
- * @return {Ajv} this for method chaining
108
- */
109
- function removeKeyword(keyword) {
110
- /* jshint validthis: true */
111
- var RULES = this.RULES;
112
- delete RULES.keywords[keyword];
113
- delete RULES.all[keyword];
114
- delete RULES.custom[keyword];
115
- for (var i=0; i<RULES.length; i++) {
116
- var rules = RULES[i].rules;
117
- for (var j=0; j<rules.length; j++) {
118
- if (rules[j].keyword == keyword) {
119
- rules.splice(j, 1);
120
- break;
121
- }
122
- }
123
- }
124
- return this;
125
- }
126
-
127
-
128
- /**
129
- * Validate keyword definition
130
- * @this Ajv
131
- * @param {Object} definition keyword definition object.
132
- * @param {Boolean} throwError true to throw exception if definition is invalid
133
- * @return {boolean} validation result
134
- */
135
- function validateKeyword(definition, throwError) {
136
- validateKeyword.errors = null;
137
- var v = this._validateKeyword = this._validateKeyword
138
- || this.compile(definitionSchema, true);
139
-
140
- if (v(definition)) return true;
141
- validateKeyword.errors = v.errors;
142
- if (throwError)
143
- throw new Error('custom keyword definition is invalid: ' + this.errorsText(v.errors));
144
- else
145
- return false;
146
- }
@@ -1,17 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
4
- "description": "Meta-schema for $data reference (JSON Schema extension proposal)",
5
- "type": "object",
6
- "required": [ "$data" ],
7
- "properties": {
8
- "$data": {
9
- "type": "string",
10
- "anyOf": [
11
- { "format": "relative-json-pointer" },
12
- { "format": "json-pointer" }
13
- ]
14
- }
15
- },
16
- "additionalProperties": false
17
- }