/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/validate/loader-options/loader.options.json
43 строки
729 B
Xiao
feat: add validate option to enable/disable validation (#20275)
04 мар 2026, 18:11
Не верифицирован
04 мар 2026, 18:11
b404817
Код
Авторство
О чём код?
{ "additionalProperties": false, "properties": { "arg": { "type": "boolean" }, "arg1": { "type": "null" }, "arg2": {}, "arg3": { "type": "number" }, "arg4": { "type": "string" }, "arg5": { "type": "array", "items": { "type": "number" } }, "arg6": { "type": "object", "properties": { "foo": { "type": "string" }, "bar": { "type": "object", "properties": { "baz": { "type": "string" } }, "additionalProperties": false } }, "additionalProperties": false } }, "type": "object" }