mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-14 18:36:54 +08:00
11 lines
350 B
Plaintext
11 lines
350 B
Plaintext
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
{{ var $op = $keyword == 'maxProperties' ? '>' : '<'; }}
|
|
if ({{# def.$dataNotType:'number' }} Object.keys({{=$data}}).length {{=$op}} {{=$schemaValue}}) {
|
|
{{ var $errorKeyword = $keyword; }}
|
|
{{# def.error:'_limitProperties' }}
|
|
} {{? $breakOnError }} else { {{?}}
|