aboutsummaryrefslogtreecommitdiff
path: root/test/data/json.json
blob: 73709fd5acc6183213bbd8eca945d804a8d0437b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
    "files": [
        {"path": "package.json", "ignore": true},
        {"path": "package-lock.json", "ignore": true},
        {"path": "jsconfig.json", "ignore": true},
        {"path": ".stylelintrc.json", "ignore": true},
        {"path": ".htmlvalidate.json", "ignore": true},
        {"path": ".eslintrc.json", "ignore": true},
        {"path": ".vscode/settings.json", "ignore": true},
        {"path": ".vscode/extensions.json", "ignore": true},
        {"path": "dev/jsconfig.json", "ignore": true},
        {"path": "ext/manifest.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary1/index.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary2/kanji_bank_1.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary2/index.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary3/kanji_meta_bank_1.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary3/index.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary4/tag_bank_1.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary4/index.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary5/term_bank_1.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary5/index.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary6/term_meta_bank_1.json", "ignore": true},
        {"path": "test/data/dictionaries/invalid-dictionary6/index.json", "ignore": true},
        {"path": "test/jsconfig.json", "ignore": true},
        {"path": "test/data/vitest.write.config.json", "ignore": true},
        {"path": "test/data/vitest.options.config.json", "ignore": true},
        {"path": "test/data/vitest.json.config.json", "ignore": true},
        {"path": "benches/jsconfig.json", "ignore": true},

        {
            "path": "dev/data/manifest-variants.json",
            "typeFile": "types/dev/manifest.d.ts",
            "type": "ManifestConfig"
        },
        {
            "path": "ext/data/pronunciation-style.json",
            "typeFile": "types/ext/css-style-applier.d.ts",
            "type": "RawStyleData"
        },
        {
            "path": "ext/data/structured-content-style.json",
            "typeFile": "types/ext/css-style-applier.d.ts",
            "type": "RawStyleData"
        },
        {
            "path": "ext/data/schemas/dictionary-index-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/dictionary-kanji-bank-v1-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/dictionary-kanji-bank-v3-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/dictionary-tag-bank-v3-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/dictionary-term-bank-v1-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/dictionary-term-bank-v3-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/dictionary-term-meta-bank-v3-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/custom-audio-list-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "ext/data/schemas/options-schema.json",
            "typeFile": "types/test/json.d.ts",
            "type": "AjvSchema"
        },
        {
            "path": "test/data/translator-test-inputs.json",
            "typeFile": "types/test/translator.d.ts",
            "type": "TranslatorTestInputs",
            "jsconfig": "test"
        },
        {
            "path": "test/data/translator-test-results.json",
            "typeFile": "types/test/translator.d.ts",
            "type": "TranslatorTestResults",
            "jsconfig": "test"
        },
        {
            "path": "test/data/translator-test-results-note-data1.json",
            "typeFile": "types/test/translator.d.ts",
            "type": "TranslatorTestNoteDataResults",
            "jsconfig": "test"
        },
        {
            "path": "test/data/anki-note-builder-test-results.json",
            "typeFile": "types/test/translator.d.ts",
            "type": "AnkiNoteBuilderTestResults",
            "jsconfig": "test"
        },
        {
            "path": "test/data/database-test-cases.json",
            "typeFile": "types/test/database.d.ts",
            "type": "DatabaseTestData",
            "jsconfig": "test"
        },
        {
            "path": "test/data/json.json",
            "typeFile": "types/test/json.d.ts",
            "type": "JsonInfo"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/index.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "Index",
            "schema": "ext/data/schemas/dictionary-index-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/kanji_bank_1.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "KanjiV3Array",
            "schema": "ext/data/schemas/dictionary-kanji-bank-v3-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/kanji_meta_bank_1.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "KanjiMetaArray",
            "schema": "ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/tag_bank_1.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "TagArray",
            "schema": "ext/data/schemas/dictionary-tag-bank-v3-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/tag_bank_2.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "TagArray",
            "schema": "ext/data/schemas/dictionary-tag-bank-v3-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/tag_bank_3.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "TagArray",
            "schema": "ext/data/schemas/dictionary-tag-bank-v3-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/term_bank_1.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "TermV3Array",
            "schema": "ext/data/schemas/dictionary-term-bank-v3-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/term_bank_2.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "TermV3Array",
            "schema": "ext/data/schemas/dictionary-term-bank-v3-schema.json"
        },
        {
            "path": "test/data/dictionaries/valid-dictionary1/term_meta_bank_1.json",
            "typeFile": "types/ext/dictionary-data.d.ts",
            "type": "TermMetaArray",
            "schema": "ext/data/schemas/dictionary-term-meta-bank-v3-schema.json"
        }
    ]
}