UNPKG
webpack-extjs-loader
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
A ExtJs project module loader for webpack
github.com/imakss/extjs-loader
imakss/extjs-loader
webpack-extjs-loader
/
node_modules
/
ajv
/
lib
/
vocabularies
/
applicator
/
dependentSchemas.ts
12 lines
(9 loc)
•
280 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
type
{
CodeKeywordDefinition
}
from
"../../types"
import
{validateSchemaDeps}
from
"./dependencies"
const
def
:
CodeKeywordDefinition
= {
keyword
:
"dependentSchemas"
,
type
:
"object"
,
schemaType
:
"object"
,
code
:
(
cxt
) =>
validateSchemaDeps
(cxt), }
export
default
def