From e5270971217de4deddaf8c6a58240ca84a5d7527 Mon Sep 17 00:00:00 2001 From: Bashamega Date: Wed, 24 Dec 2025 18:00:28 +0200 Subject: [PATCH] Clean up JSON --- inputfiles/addedTypes.jsonc | 4 ---- inputfiles/removedTypes.jsonc | 5 ----- 2 files changed, 9 deletions(-) diff --git a/inputfiles/addedTypes.jsonc b/inputfiles/addedTypes.jsonc index b258c6c08..2e4ae9531 100644 --- a/inputfiles/addedTypes.jsonc +++ b/inputfiles/addedTypes.jsonc @@ -603,10 +603,6 @@ } } }, - "dictionaries": { - "dictionary": { - } - }, "typedefs": { "typedef": [ { diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index 0f4b75ede..e83603d82 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -309,10 +309,5 @@ } } } - }, - "typedefs": { - "typedef": [ - "ArrayBufferView" - ] } }