Skip to content

Commit

Permalink
test: update JSON-Schema-Test-Suite to 2023-08-30 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Sep 8, 2023
1 parent 37107c0 commit 968c8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const compileSchema = (schema, root, opts, scope, basePathRoot = '') => {
formats: optFormats = {},
weakFormats = opts.mode !== 'strong',
extraFormats = false,
untypedFormats = null,

Check failure on line 102 in src/compile.js

View workflow job for this annotation

GitHub Actions / build (10.x)

'untypedFormats' is assigned a value but never used

Check failure on line 102 in src/compile.js

View workflow job for this annotation

GitHub Actions / build (14.x)

'untypedFormats' is assigned a value but never used

Check failure on line 102 in src/compile.js

View workflow job for this annotation

GitHub Actions / build (16.x)

'untypedFormats' is assigned a value but never used

Check failure on line 102 in src/compile.js

View workflow job for this annotation

GitHub Actions / build (18.x)

'untypedFormats' is assigned a value but never used
schemas, // always a Map, produced at wrapper
...unknown
} = opts
Expand Down
2 changes: 1 addition & 1 deletion test/JSON-Schema-Test-Suite

0 comments on commit 968c8c3

Please sign in to comment.