/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-parser/test/schema.json
21 строка
493 B
Huáng Jùnliàng
Add json schema of fixture runner options (#12619)
04 июл 2022, 17:27
Не верифицирован
04 июл 2022, 17:27
6fd6ce1
Код
Авторство
О чём код?
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Options", "description": "JSON schema for Babel Parser Fixture Test Runner", "allOf": [ { "$ref": "#/definitions/TaskOption" }, { "$ref": "../data/schema.json" } ], "definitions": { "TaskOption": { "type": "object", "properties": { "throws": { "description": "Expected thrown error message", "type":"string", "default": "" } } } } }